[OE-core] [oe-core][PATCH 2/2] Set S to fix QA warning on volatile-binds.
Thomas Perrot
thomas.perrot at tupi.fr
Thu Jun 25 11:24:04 UTC 2015
Signed-off-by: Thomas Perrot <thomas.perrot at tupi.fr>
---
meta/recipes-core/volatile-binds/volatile-binds.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-core/volatile-binds/volatile-binds.bb b/meta/recipes-core/volatile-binds/volatile-binds.bb
index 694ba1e..c5d7b5b 100644
--- a/meta/recipes-core/volatile-binds/volatile-binds.bb
+++ b/meta/recipes-core/volatile-binds/volatile-binds.bb
@@ -9,6 +9,8 @@ SRC_URI = "\
file://volatile-binds.service.in \
"
+S = "${WORKDIR}/${PN}-${PV}"
+
inherit allarch systemd distro_features_check
REQUIRED_DISTRO_FEATURES = "systemd"
--
1.7.10.4
More information about the Openembedded-core
mailing list