mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
volatile-binds: Set S to prevent QA warning
Also need to correct the path to COPYING.MIT. (From OE-Core rev: 4c46a6813772d8d35dd1432dbc59f9ff4b3bd074) (From OE-Core rev: 82661c1cbc619956bb71fc2ee0f10b4048435414) (From OE-Core rev: 8a861d4cf062591cf565ec42f3a356f2d0354fa0) Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ef7eb171a4
commit
d46acb9296
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "Volatile bind mount setup and configuration for read-only-rootfs"
|
||||
DESCRIPTION = "${SUMMARY}"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://../COPYING.MIT;md5=5750f3aa4ea2b00c2bf21b2b2a7b714d"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.MIT;md5=5750f3aa4ea2b00c2bf21b2b2a7b714d"
|
||||
|
||||
SRC_URI = "\
|
||||
file://mount-copybind \
|
||||
@@ -9,6 +9,8 @@ SRC_URI = "\
|
||||
file://volatile-binds.service.in \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
||||
inherit allarch systemd distro_features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "systemd"
|
||||
|
||||
Reference in New Issue
Block a user