[OE-core] [oe-core][PATCH v2 2/2] Set S to prevent QA warning on volatile-binds and corrects the path to COPYING.MIT.

Thomas Perrot thomas.perrot at tupi.fr
Thu Jun 25 18:01:09 UTC 2015


Signed-off-by: Thomas Perrot <thomas.perrot at tupi.fr>
---
 meta/recipes-core/volatile-binds/volatile-binds.bb |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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"
-- 
1.7.10.4




More information about the Openembedded-core mailing list