summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/ippool/ippool_1.3.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-05-13 14:16:55 -0700
committerKhem Raj <raj.khem@gmail.com>2024-05-23 08:44:44 -0700
commitffc64e9c6fee0af7eea3466135416d011172a5e6 (patch)
treeb9effa069d9af3c63d6f3a41caff6b887450522c /meta-networking/recipes-daemons/ippool/ippool_1.3.bb
parenta90f89dbc7eff2ae83bab6a6676f4737c0b48a8d (diff)
downloadmeta-openembedded-ffc64e9c6fee0af7eea3466135416d011172a5e6.tar.gz
recipes: Start WORKDIR -> UNPACKDIR transition
Replace references of WORKDIR with UNPACKDIR where it makes sense to do so in preparation for changing the default value of UNPACKDIR. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-daemons/ippool/ippool_1.3.bb')
-rw-r--r--meta-networking/recipes-daemons/ippool/ippool_1.3.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-daemons/ippool/ippool_1.3.bb b/meta-networking/recipes-daemons/ippool/ippool_1.3.bb
index 36ea28994..7947ffe45 100644
--- a/meta-networking/recipes-daemons/ippool/ippool_1.3.bb
+++ b/meta-networking/recipes-daemons/ippool/ippool_1.3.bb
@@ -65,14 +65,14 @@ do_install() {
65 oe_runmake DESTDIR=${D} install 65 oe_runmake DESTDIR=${D} install
66 66
67 install -D -m 0755 ${S}/debian/init.d ${D}${sysconfdir}/init.d/ippoold 67 install -D -m 0755 ${S}/debian/init.d ${D}${sysconfdir}/init.d/ippoold
68 install -D -m 0644 ${WORKDIR}/ippool.service ${D}${systemd_system_unitdir}/ippool.service 68 install -D -m 0644 ${UNPACKDIR}/ippool.service ${D}${systemd_system_unitdir}/ippool.service
69 sed -i -e 's:@SBINDIR@:${sbindir}:g' ${D}${systemd_system_unitdir}/ippool.service 69 sed -i -e 's:@SBINDIR@:${sbindir}:g' ${D}${systemd_system_unitdir}/ippool.service
70 70
71 # install self test 71 # install self test
72 install -d ${D}/opt/${BPN} 72 install -d ${D}/opt/${BPN}
73 install ${S}/test/all.tcl ${S}/test/ippool.test \ 73 install ${S}/test/all.tcl ${S}/test/ippool.test \
74 ${S}/test/test_procs.tcl ${D}/opt/${BPN} 74 ${S}/test/test_procs.tcl ${D}/opt/${BPN}
75 install ${WORKDIR}/runtest.sh ${D}/opt/${BPN} 75 install ${UNPACKDIR}/runtest.sh ${D}/opt/${BPN}
76 # fix the ../ippoolconfig in test_procs.tcl 76 # fix the ../ippoolconfig in test_procs.tcl
77 sed -i -e "s:../ippoolconfig:ippoolconfig:" \ 77 sed -i -e "s:../ippoolconfig:ippoolconfig:" \
78 ${D}/opt/${BPN}/test_procs.tcl 78 ${D}/opt/${BPN}/test_procs.tcl