summaryrefslogtreecommitdiffstats
path: root/recipes-test/demo-network-config/secondary-network-config.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-test/demo-network-config/secondary-network-config.bb')
-rw-r--r--recipes-test/demo-network-config/secondary-network-config.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-test/demo-network-config/secondary-network-config.bb b/recipes-test/demo-network-config/secondary-network-config.bb
index b1d70f1..cef8274 100644
--- a/recipes-test/demo-network-config/secondary-network-config.bb
+++ b/recipes-test/demo-network-config/secondary-network-config.bb
@@ -12,13 +12,13 @@ SRC_URI = "\
12 file://27-dhcp-client-external.network \ 12 file://27-dhcp-client-external.network \
13 " 13 "
14 14
15FILES_${PN} = "/usr/lib/systemd/network" 15FILES_${PN} = "${libdir}/systemd/network"
16 16
17PR = "1" 17PR = "1"
18 18
19do_install() { 19do_install() {
20 install -d ${D}/usr/lib/systemd/network 20 install -d ${D}${libdir}/systemd/network
21 install -m 0644 ${WORKDIR}/27-dhcp-client-external.network ${D}/usr/lib/systemd/network/ 21 install -m 0644 ${WORKDIR}/27-dhcp-client-external.network ${D}${libdir}/systemd/network/
22} 22}
23 23
24SECONDARY_IP ?= "10.0.3.2" 24SECONDARY_IP ?= "10.0.3.2"