From 8ab9cdc17a4e865cd9cf45edf7a0c167644d08d1 Mon Sep 17 00:00:00 2001 From: Anders Roxell Date: Thu, 26 Feb 2015 17:42:11 +0100 Subject: lng-network-config: S must be set to a proper value Change-Id: I7535bddfa34cd6018a95c048447c9c1644212043 Signed-off-by: Anders Roxell --- meta-linaro/recipes-extra/lng-network-config/lng-network-config_0.1.bb | 2 ++ 1 file changed, 2 insertions(+) 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 2987b040..48fdee1e 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,6 +6,8 @@ RDEPENDS_${PN} = "udev" SRC_URI = "file://70-persistent-net.rules" +S = "${WORKDIR}/${PN}-${PV}" + do_install() { install -D -p -m644 ${WORKDIR}/70-persistent-net.rules ${D}/etc/udev/rules.d/70-persistent-net.rules } -- cgit v1.2.3