summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorThomas Perrot <thomas.perrot@tupi.fr>2015-06-25 20:01:09 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-09 16:37:43 -0700
commitd46acb92963349bed133aeb41208e334e1884026 (patch)
tree534f218e11788ccaa51ccd16066aecdc03d38c3a /meta/recipes-core
parentef7eb171a43d63f7fd5420e8abe33886f935f265 (diff)
downloadast2050-yocto-poky-d46acb92963349bed133aeb41208e334e1884026.zip
ast2050-yocto-poky-d46acb92963349bed133aeb41208e334e1884026.tar.gz
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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/volatile-binds/volatile-binds.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/volatile-binds/volatile-binds.bb b/meta/recipes-core/volatile-binds/volatile-binds.bb
index 694ba1e..fee7275 100644
--- a/meta/recipes-core/volatile-binds/volatile-binds.bb
+++ b/meta/recipes-core/volatile-binds/volatile-binds.bb
@@ -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"
OpenPOWER on IntegriCloud