From 8ad7c2d0432288c3b1b2e943bcaedfd8b516e5cd Mon Sep 17 00:00:00 2001 From: "Gary S. Robertson" Date: Mon, 9 Mar 2015 10:11:46 -0500 Subject: lng-network-config: set 'S' to correct source path 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 --- meta-linaro/recipes-extra/lng-network-config/lng-network-config_0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-linaro/recipes-extra') 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 -- cgit v1.2.3