]> code.ossystems Code Review - openembedded-core.git/commitdiff
volatile-binds: Set S to prevent QA warning
authorThomas Perrot <thomas.perrot@tupi.fr>
Thu, 25 Jun 2015 18:01:09 +0000 (20:01 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Jul 2015 22:51:36 +0000 (23:51 +0100)
Also need to correct the path to COPYING.MIT.

(From OE-Core rev: 4c46a6813772d8d35dd1432dbc59f9ff4b3bd074)

Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/volatile-binds/volatile-binds.bb

index 694ba1e487b00b6403608b14ec1bb12ae6f304b9..fee7275e32d22ef25beca74b39acef53db4b2f67 100644 (file)
@@ -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"