aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary S. Robertson <gary.robertson@linaro.org>2015-03-09 10:11:46 -0500
committerFathi Boudra <fathi.boudra@linaro.org>2015-03-13 15:20:01 +0000
commit8ad7c2d0432288c3b1b2e943bcaedfd8b516e5cd (patch)
tree293fc0a76652878d3f27af4ed24aeafb864148ad
parent1d522aa25628fb9c298e02253b443d387d282321 (diff)
lng-network-config: set 'S' to correct source path15.03
The source files for this recipe are unpacked into ${WORKDIR}, rather than being in a subdirectory named via the package base name and version... and the separate subdir does not exist for that reason. Previous commit 8ab9cdc17a4e865cd9cf45edf7a0c167644d08d1 assumed the existence of the (normally present) source subdirectory. This commit resolves the problem so an existing path is used for 'S'. Change-Id: I88f6eabf286e940edb790885cc8232927729f05d Signed-off-by: Gary S. Robertson <gary.robertson@linaro.org>
-rw-r--r--meta-linaro/recipes-extra/lng-network-config/lng-network-config_0.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-linaro/recipes-extra/lng-network-config/lng-network-config_0.1.bb b/meta-linaro/recipes-extra/lng-network-config/lng-network-config_0.1.bb
index 48fdee1e..153ee73a 100644
--- a/meta-linaro/recipes-extra/lng-network-config/lng-network-config_0.1.bb
+++ b/meta-linaro/recipes-extra/lng-network-config/lng-network-config_0.1.bb
@@ -6,7 +6,7 @@ RDEPENDS_${PN} = "udev"
SRC_URI = "file://70-persistent-net.rules"
-S = "${WORKDIR}/${PN}-${PV}"
+S = "${WORKDIR}"
do_install() {
install -D -p -m644 ${WORKDIR}/70-persistent-net.rules ${D}/etc/udev/rules.d/70-persistent-net.rules