diff options
Diffstat (limited to 'meta-oe/recipes-extended')
20 files changed, 43 insertions, 43 deletions
diff --git a/meta-oe/recipes-extended/bitwise/bitwise_0.50.bb b/meta-oe/recipes-extended/bitwise/bitwise_0.50.bb index 5cd20c5b1c..178a5eb0b5 100644 --- a/meta-oe/recipes-extended/bitwise/bitwise_0.50.bb +++ b/meta-oe/recipes-extended/bitwise/bitwise_0.50.bb | |||
| @@ -27,6 +27,6 @@ inherit autotools ptest | |||
| 27 | 27 | ||
| 28 | do_install_ptest() { | 28 | do_install_ptest() { |
| 29 | install -d ${D}${PTEST_PATH} | 29 | install -d ${D}${PTEST_PATH} |
| 30 | install -m 0644 ${WORKDIR}/ptest.out.expected ${D}${PTEST_PATH}/ptest.out.expected | 30 | install -m 0644 ${UNPACKDIR}/ptest.out.expected ${D}${PTEST_PATH}/ptest.out.expected |
| 31 | } | 31 | } |
| 32 | 32 | ||
diff --git a/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb b/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb index 02f1fcb420..df36b64695 100644 --- a/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb +++ b/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb | |||
| @@ -63,7 +63,7 @@ EXTRA_OECONF = " \ | |||
| 63 | 63 | ||
| 64 | do_install:append() { | 64 | do_install:append() { |
| 65 | install -d ${D}${sysconfdir}/init.d | 65 | install -d ${D}${sysconfdir}/init.d |
| 66 | install -m 0755 ${WORKDIR}/collectd.init ${D}${sysconfdir}/init.d/collectd | 66 | install -m 0755 ${UNPACKDIR}/collectd.init ${D}${sysconfdir}/init.d/collectd |
| 67 | sed -i 's!/usr/sbin/!${sbindir}/!g' ${D}${sysconfdir}/init.d/collectd | 67 | sed -i 's!/usr/sbin/!${sbindir}/!g' ${D}${sysconfdir}/init.d/collectd |
| 68 | sed -i 's!/etc/!${sysconfdir}/!g' ${D}${sysconfdir}/init.d/collectd | 68 | sed -i 's!/etc/!${sysconfdir}/!g' ${D}${sysconfdir}/init.d/collectd |
| 69 | sed -i 's!/var/!${localstatedir}/!g' ${D}${sysconfdir}/init.d/collectd | 69 | sed -i 's!/var/!${localstatedir}/!g' ${D}${sysconfdir}/init.d/collectd |
| @@ -77,7 +77,7 @@ do_install:append() { | |||
| 77 | 77 | ||
| 78 | # Install systemd unit files | 78 | # Install systemd unit files |
| 79 | install -d ${D}${systemd_unitdir}/system | 79 | install -d ${D}${systemd_unitdir}/system |
| 80 | install -m 0644 ${WORKDIR}/collectd.service ${D}${systemd_unitdir}/system | 80 | install -m 0644 ${UNPACKDIR}/collectd.service ${D}${systemd_unitdir}/system |
| 81 | sed -i -e 's,@SBINDIR@,${sbindir},g' \ | 81 | sed -i -e 's,@SBINDIR@,${sbindir},g' \ |
| 82 | ${D}${systemd_unitdir}/system/collectd.service | 82 | ${D}${systemd_unitdir}/system/collectd.service |
| 83 | } | 83 | } |
diff --git a/meta-oe/recipes-extended/gnuplot/gnuplot_5.4.3.bb b/meta-oe/recipes-extended/gnuplot/gnuplot_5.4.3.bb index fe5e5c067d..a293048a21 100644 --- a/meta-oe/recipes-extended/gnuplot/gnuplot_5.4.3.bb +++ b/meta-oe/recipes-extended/gnuplot/gnuplot_5.4.3.bb | |||
| @@ -50,14 +50,14 @@ EXTRA_OECONF = " \ | |||
| 50 | " | 50 | " |
| 51 | 51 | ||
| 52 | do_compile:prepend() { | 52 | do_compile:prepend() { |
| 53 | install -m 0644 ${WORKDIR}/qtplot-0.2/qtopia.trm ${S}/term/ | 53 | install -m 0644 ${UNPACKDIR}/qtplot-0.2/qtopia.trm ${S}/term/ |
| 54 | } | 54 | } |
| 55 | 55 | ||
| 56 | do_install:append:class-target() { | 56 | do_install:append:class-target() { |
| 57 | install -d ${D}${datadir}/applications/ | 57 | install -d ${D}${datadir}/applications/ |
| 58 | install -m 0644 ${WORKDIR}/gnuplot.desktop ${D}${datadir}/applications/ | 58 | install -m 0644 ${UNPACKDIR}/gnuplot.desktop ${D}${datadir}/applications/ |
| 59 | install -d ${D}${datadir}/pixmaps/ | 59 | install -d ${D}${datadir}/pixmaps/ |
| 60 | install -m 0644 ${WORKDIR}/gnuplot.png ${D}${datadir}/pixmaps/ | 60 | install -m 0644 ${UNPACKDIR}/gnuplot.png ${D}${datadir}/pixmaps/ |
| 61 | } | 61 | } |
| 62 | 62 | ||
| 63 | PACKAGES =+ "${PN}-x11" | 63 | PACKAGES =+ "${PN}-x11" |
diff --git a/meta-oe/recipes-extended/inputattach-config/inputattach-config.bb b/meta-oe/recipes-extended/inputattach-config/inputattach-config.bb index 84ed3b052b..fb1aefad61 100644 --- a/meta-oe/recipes-extended/inputattach-config/inputattach-config.bb +++ b/meta-oe/recipes-extended/inputattach-config/inputattach-config.bb | |||
| @@ -8,5 +8,5 @@ do_configure[noexec] = "1" | |||
| 8 | do_compile[noexec] = "1" | 8 | do_compile[noexec] = "1" |
| 9 | 9 | ||
| 10 | do_install() { | 10 | do_install() { |
| 11 | install -Dm 0644 ${WORKDIR}/inputattach.conf ${D}${sysconfdir}/inputattach.conf | 11 | install -Dm 0644 ${UNPACKDIR}/inputattach.conf ${D}${sysconfdir}/inputattach.conf |
| 12 | } | 12 | } |
diff --git a/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.1.bb b/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.1.bb index 5716817e95..a2a420ced8 100644 --- a/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.1.bb +++ b/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.1.bb | |||
| @@ -50,11 +50,11 @@ do_compile() { | |||
| 50 | do_install() { | 50 | do_install() { |
| 51 | oe_runmake install | 51 | oe_runmake install |
| 52 | 52 | ||
| 53 | install -Dm 0644 ${WORKDIR}/51-these-are-not-joysticks-rm.rules ${D}${nonarch_base_libdir}/udev/rules.d/51-these-are-not-joysticks-rm.rules | 53 | install -Dm 0644 ${UNPACKDIR}/51-these-are-not-joysticks-rm.rules ${D}${nonarch_base_libdir}/udev/rules.d/51-these-are-not-joysticks-rm.rules |
| 54 | install -Dm 0644 ${WORKDIR}/60-joystick.rules ${D}${nonarch_base_libdir}/udev/rules.d/60-joystick.rules | 54 | install -Dm 0644 ${UNPACKDIR}/60-joystick.rules ${D}${nonarch_base_libdir}/udev/rules.d/60-joystick.rules |
| 55 | 55 | ||
| 56 | install -Dm 0644 ${WORKDIR}/inputattach.service ${D}${systemd_system_unitdir}/inputattach.service | 56 | install -Dm 0644 ${UNPACKDIR}/inputattach.service ${D}${systemd_system_unitdir}/inputattach.service |
| 57 | install -Dm 0755 ${WORKDIR}/inputattachctl ${D}${bindir}/inputattachctl | 57 | install -Dm 0755 ${UNPACKDIR}/inputattachctl ${D}${bindir}/inputattachctl |
| 58 | } | 58 | } |
| 59 | 59 | ||
| 60 | PACKAGES += "inputattach joystick-jscal joystick" | 60 | PACKAGES += "inputattach joystick-jscal joystick" |
diff --git a/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.15.0.bb b/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.15.0.bb index beb247c254..c9b369f0a6 100644 --- a/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.15.0.bb +++ b/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.15.0.bb | |||
| @@ -47,7 +47,7 @@ SRCREV_FORMAT .= "_expected-lite_range-v3_magic-enum_cxxopts_gsl-lite_date_asio_ | |||
| 47 | SRC_URI[ossp-uuid.sha256sum] = "11a615225baa5f8bb686824423f50e4427acd3f70d394765bdff32801f0fd5b0" | 47 | SRC_URI[ossp-uuid.sha256sum] = "11a615225baa5f8bb686824423f50e4427acd3f70d394765bdff32801f0fd5b0" |
| 48 | SRC_URI[libsodium.sha256sum] = "018d79fe0a045cca07331d37bd0cb57b2e838c51bc48fd837a1472e50068bbea" | 48 | SRC_URI[libsodium.sha256sum] = "018d79fe0a045cca07331d37bd0cb57b2e838c51bc48fd837a1472e50068bbea" |
| 49 | 49 | ||
| 50 | S = "${WORKDIR}/git" | 50 | S = "${UNPACKDIR}/git" |
| 51 | 51 | ||
| 52 | inherit pkgconfig cmake systemd | 52 | inherit pkgconfig cmake systemd |
| 53 | 53 | ||
| @@ -162,7 +162,7 @@ do_install() { | |||
| 162 | 162 | ||
| 163 | if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then | 163 | if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then |
| 164 | install -m 755 -d ${D}${sysconfdir}/tmpfiles.d | 164 | install -m 755 -d ${D}${sysconfdir}/tmpfiles.d |
| 165 | install -m 644 ${WORKDIR}/systemd-volatile.conf ${D}${sysconfdir}/tmpfiles.d/minifi.conf | 165 | install -m 644 ${UNPACKDIR}/systemd-volatile.conf ${D}${sysconfdir}/tmpfiles.d/minifi.conf |
| 166 | sed -i "s|@MINIFI_LOG@|${MINIFI_LOG}|g" ${D}${sysconfdir}/tmpfiles.d/minifi.conf | 166 | sed -i "s|@MINIFI_LOG@|${MINIFI_LOG}|g" ${D}${sysconfdir}/tmpfiles.d/minifi.conf |
| 167 | 167 | ||
| 168 | install -m 755 -d ${D}${systemd_system_unitdir} | 168 | install -m 755 -d ${D}${systemd_system_unitdir} |
| @@ -174,7 +174,7 @@ do_install() { | |||
| 174 | 174 | ||
| 175 | if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then | 175 | if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then |
| 176 | install -d ${D}${sysconfdir}/default/volatiles | 176 | install -d ${D}${sysconfdir}/default/volatiles |
| 177 | install -m 0644 ${WORKDIR}/sysvinit-volatile.conf ${D}${sysconfdir}/default/volatiles/99_minifi | 177 | install -m 0644 ${UNPACKDIR}/sysvinit-volatile.conf ${D}${sysconfdir}/default/volatiles/99_minifi |
| 178 | 178 | ||
| 179 | sed -i "s|@MINIFI_LOG@|${MINIFI_LOG}|g" ${D}${sysconfdir}/default/volatiles/99_minifi | 179 | sed -i "s|@MINIFI_LOG@|${MINIFI_LOG}|g" ${D}${sysconfdir}/default/volatiles/99_minifi |
| 180 | fi | 180 | fi |
diff --git a/meta-oe/recipes-extended/networking/mstpd_git.bb b/meta-oe/recipes-extended/networking/mstpd_git.bb index b2043ef062..e6e1f9a3b2 100644 --- a/meta-oe/recipes-extended/networking/mstpd_git.bb +++ b/meta-oe/recipes-extended/networking/mstpd_git.bb | |||
| @@ -26,8 +26,8 @@ do_install:append() { | |||
| 26 | rmdir ${D}${libdir} || true | 26 | rmdir ${D}${libdir} || true |
| 27 | 27 | ||
| 28 | install -d -m 0755 ${D}${sbindir} | 28 | install -d -m 0755 ${D}${sbindir} |
| 29 | install -m 0755 ${WORKDIR}/bridge-stp ${D}${sbindir} | 29 | install -m 0755 ${UNPACKDIR}/bridge-stp ${D}${sbindir} |
| 30 | 30 | ||
| 31 | install -d -m 0755 ${D}${systemd_system_unitdir} | 31 | install -d -m 0755 ${D}${systemd_system_unitdir} |
| 32 | install -m 0644 ${WORKDIR}/mstpd.service ${D}${systemd_system_unitdir} | 32 | install -m 0644 ${UNPACKDIR}/mstpd.service ${D}${systemd_system_unitdir} |
| 33 | } | 33 | } |
diff --git a/meta-oe/recipes-extended/openwsman/openwsman_2.7.2.bb b/meta-oe/recipes-extended/openwsman/openwsman_2.7.2.bb index 1c68b5f432..5437ea13e8 100644 --- a/meta-oe/recipes-extended/openwsman/openwsman_2.7.2.bb +++ b/meta-oe/recipes-extended/openwsman/openwsman_2.7.2.bb | |||
| @@ -57,7 +57,7 @@ do_install:append() { | |||
| 57 | chmod 755 ${D}/${sysconfdir}/openwsman/owsmangencert.sh | 57 | chmod 755 ${D}/${sysconfdir}/openwsman/owsmangencert.sh |
| 58 | if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then | 58 | if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then |
| 59 | install -d ${D}/${systemd_unitdir}/system | 59 | install -d ${D}/${systemd_unitdir}/system |
| 60 | install -m 644 ${WORKDIR}/openwsmand.service ${D}/${systemd_unitdir}/system | 60 | install -m 644 ${UNPACKDIR}/openwsmand.service ${D}/${systemd_unitdir}/system |
| 61 | 61 | ||
| 62 | sed -i -e 's,@SBINDIR@,${sbindir},g' ${D}${systemd_unitdir}/system/openwsmand.service | 62 | sed -i -e 's,@SBINDIR@,${sbindir},g' ${D}${systemd_unitdir}/system/openwsmand.service |
| 63 | sed -i -e 's,@SYSCONFDIR@,${sysconfdir},g' ${D}${systemd_unitdir}/system/openwsmand.service | 63 | sed -i -e 's,@SYSCONFDIR@,${sysconfdir},g' ${D}${systemd_unitdir}/system/openwsmand.service |
diff --git a/meta-oe/recipes-extended/polkit/polkit-group-rule-datetime.bb b/meta-oe/recipes-extended/polkit/polkit-group-rule-datetime.bb index 8a14018a82..2159482ebb 100644 --- a/meta-oe/recipes-extended/polkit/polkit-group-rule-datetime.bb +++ b/meta-oe/recipes-extended/polkit/polkit-group-rule-datetime.bb | |||
| @@ -7,7 +7,7 @@ require polkit-group-rule.inc | |||
| 7 | SRC_URI = "file://50-org.freedesktop.timedate1.rules" | 7 | SRC_URI = "file://50-org.freedesktop.timedate1.rules" |
| 8 | 8 | ||
| 9 | do_install() { | 9 | do_install() { |
| 10 | install -m 0755 ${WORKDIR}/50-org.freedesktop.timedate1.rules ${D}${sysconfdir}/polkit-1/rules.d | 10 | install -m 0755 ${UNPACKDIR}/50-org.freedesktop.timedate1.rules ${D}${sysconfdir}/polkit-1/rules.d |
| 11 | } | 11 | } |
| 12 | 12 | ||
| 13 | USERADD_PACKAGES = "${PN}" | 13 | USERADD_PACKAGES = "${PN}" |
diff --git a/meta-oe/recipes-extended/polkit/polkit-group-rule-network.bb b/meta-oe/recipes-extended/polkit/polkit-group-rule-network.bb index 8266fa6396..bfd3361dfe 100644 --- a/meta-oe/recipes-extended/polkit/polkit-group-rule-network.bb +++ b/meta-oe/recipes-extended/polkit/polkit-group-rule-network.bb | |||
| @@ -7,7 +7,7 @@ require polkit-group-rule.inc | |||
| 7 | SRC_URI = "file://50-org.freedesktop.NetworkManager.rules" | 7 | SRC_URI = "file://50-org.freedesktop.NetworkManager.rules" |
| 8 | 8 | ||
| 9 | do_install() { | 9 | do_install() { |
| 10 | install -m 0755 ${WORKDIR}/50-org.freedesktop.NetworkManager.rules ${D}${sysconfdir}/polkit-1/rules.d | 10 | install -m 0755 ${UNPACKDIR}/50-org.freedesktop.NetworkManager.rules ${D}${sysconfdir}/polkit-1/rules.d |
| 11 | } | 11 | } |
| 12 | 12 | ||
| 13 | USERADD_PACKAGES = "${PN}" | 13 | USERADD_PACKAGES = "${PN}" |
diff --git a/meta-oe/recipes-extended/polkit/polkit-group-rule-udisks2.bb b/meta-oe/recipes-extended/polkit/polkit-group-rule-udisks2.bb index db2ed015b4..8dc8c5e255 100644 --- a/meta-oe/recipes-extended/polkit/polkit-group-rule-udisks2.bb +++ b/meta-oe/recipes-extended/polkit/polkit-group-rule-udisks2.bb | |||
| @@ -10,7 +10,7 @@ SRC_URI = "file://50-org.freedesktop.udiskie.rules" | |||
| 10 | RDEPENDS:${PN} += "udisks2" | 10 | RDEPENDS:${PN} += "udisks2" |
| 11 | 11 | ||
| 12 | do_install() { | 12 | do_install() { |
| 13 | install -m 0755 ${WORKDIR}/50-org.freedesktop.udiskie.rules ${D}${sysconfdir}/polkit-1/rules.d | 13 | install -m 0755 ${UNPACKDIR}/50-org.freedesktop.udiskie.rules ${D}${sysconfdir}/polkit-1/rules.d |
| 14 | } | 14 | } |
| 15 | 15 | ||
| 16 | USERADD_PACKAGES = "${PN}" | 16 | USERADD_PACKAGES = "${PN}" |
diff --git a/meta-oe/recipes-extended/rarpd/rarpd_ss981107.bb b/meta-oe/recipes-extended/rarpd/rarpd_ss981107.bb index 7359c12544..2934312456 100644 --- a/meta-oe/recipes-extended/rarpd/rarpd_ss981107.bb +++ b/meta-oe/recipes-extended/rarpd/rarpd_ss981107.bb | |||
| @@ -36,10 +36,10 @@ do_install() { | |||
| 36 | install -m 755 rarpd.init ${D}${sysconfdir}/init.d/rarpd | 36 | install -m 755 rarpd.init ${D}${sysconfdir}/init.d/rarpd |
| 37 | install -m 755 rarpd ${D}${sbindir}/rarpd | 37 | install -m 755 rarpd ${D}${sbindir}/rarpd |
| 38 | install -m 644 rarpd.8 ${D}${mandir}/man8/rarpd.8 | 38 | install -m 644 rarpd.8 ${D}${mandir}/man8/rarpd.8 |
| 39 | install -m 644 ${WORKDIR}/ethers.sample ${D}${sysconfdir}/ethers | 39 | install -m 644 ${UNPACKDIR}/ethers.sample ${D}${sysconfdir}/ethers |
| 40 | 40 | ||
| 41 | install -d ${D}${systemd_unitdir}/system | 41 | install -d ${D}${systemd_unitdir}/system |
| 42 | install -m 0644 ${WORKDIR}/rarpd.service ${D}${systemd_unitdir}/system/ | 42 | install -m 0644 ${UNPACKDIR}/rarpd.service ${D}${systemd_unitdir}/system/ |
| 43 | } | 43 | } |
| 44 | 44 | ||
| 45 | inherit systemd | 45 | inherit systemd |
diff --git a/meta-oe/recipes-extended/redis/redis_6.2.14.bb b/meta-oe/recipes-extended/redis/redis_6.2.14.bb index fa430ce402..2433abba55 100644 --- a/meta-oe/recipes-extended/redis/redis_6.2.14.bb +++ b/meta-oe/recipes-extended/redis/redis_6.2.14.bb | |||
| @@ -43,14 +43,14 @@ do_install() { | |||
| 43 | export PREFIX=${D}/${prefix} | 43 | export PREFIX=${D}/${prefix} |
| 44 | oe_runmake install | 44 | oe_runmake install |
| 45 | install -d ${D}/${sysconfdir}/redis | 45 | install -d ${D}/${sysconfdir}/redis |
| 46 | install -m 0644 ${WORKDIR}/redis.conf ${D}/${sysconfdir}/redis/redis.conf | 46 | install -m 0644 ${UNPACKDIR}/redis.conf ${D}/${sysconfdir}/redis/redis.conf |
| 47 | install -d ${D}/${sysconfdir}/init.d | 47 | install -d ${D}/${sysconfdir}/init.d |
| 48 | install -m 0755 ${WORKDIR}/init-redis-server ${D}/${sysconfdir}/init.d/redis-server | 48 | install -m 0755 ${UNPACKDIR}/init-redis-server ${D}/${sysconfdir}/init.d/redis-server |
| 49 | install -d ${D}/var/lib/redis/ | 49 | install -d ${D}/var/lib/redis/ |
| 50 | chown redis.redis ${D}/var/lib/redis/ | 50 | chown redis.redis ${D}/var/lib/redis/ |
| 51 | 51 | ||
| 52 | install -d ${D}${systemd_system_unitdir} | 52 | install -d ${D}${systemd_system_unitdir} |
| 53 | install -m 0644 ${WORKDIR}/redis.service ${D}${systemd_system_unitdir} | 53 | install -m 0644 ${UNPACKDIR}/redis.service ${D}${systemd_system_unitdir} |
| 54 | sed -i 's!/usr/sbin/!${sbindir}/!g' ${D}${systemd_system_unitdir}/redis.service | 54 | sed -i 's!/usr/sbin/!${sbindir}/!g' ${D}${systemd_system_unitdir}/redis.service |
| 55 | 55 | ||
| 56 | if [ "${REDIS_ON_SYSTEMD}" = true ]; then | 56 | if [ "${REDIS_ON_SYSTEMD}" = true ]; then |
diff --git a/meta-oe/recipes-extended/redis/redis_7.2.4.bb b/meta-oe/recipes-extended/redis/redis_7.2.4.bb index 5d64e9ba78..f23eabe3b5 100644 --- a/meta-oe/recipes-extended/redis/redis_7.2.4.bb +++ b/meta-oe/recipes-extended/redis/redis_7.2.4.bb | |||
| @@ -46,14 +46,14 @@ do_install() { | |||
| 46 | export PREFIX=${D}/${prefix} | 46 | export PREFIX=${D}/${prefix} |
| 47 | oe_runmake install | 47 | oe_runmake install |
| 48 | install -d ${D}/${sysconfdir}/redis | 48 | install -d ${D}/${sysconfdir}/redis |
| 49 | install -m 0644 ${WORKDIR}/redis.conf ${D}/${sysconfdir}/redis/redis.conf | 49 | install -m 0644 ${UNPACKDIR}/redis.conf ${D}/${sysconfdir}/redis/redis.conf |
| 50 | install -d ${D}/${sysconfdir}/init.d | 50 | install -d ${D}/${sysconfdir}/init.d |
| 51 | install -m 0755 ${WORKDIR}/init-redis-server ${D}/${sysconfdir}/init.d/redis-server | 51 | install -m 0755 ${UNPACKDIR}/init-redis-server ${D}/${sysconfdir}/init.d/redis-server |
| 52 | install -d ${D}/var/lib/redis/ | 52 | install -d ${D}/var/lib/redis/ |
| 53 | chown redis.redis ${D}/var/lib/redis/ | 53 | chown redis.redis ${D}/var/lib/redis/ |
| 54 | 54 | ||
| 55 | install -d ${D}${systemd_system_unitdir} | 55 | install -d ${D}${systemd_system_unitdir} |
| 56 | install -m 0644 ${WORKDIR}/redis.service ${D}${systemd_system_unitdir} | 56 | install -m 0644 ${UNPACKDIR}/redis.service ${D}${systemd_system_unitdir} |
| 57 | sed -i 's!/usr/sbin/!${sbindir}/!g' ${D}${systemd_system_unitdir}/redis.service | 57 | sed -i 's!/usr/sbin/!${sbindir}/!g' ${D}${systemd_system_unitdir}/redis.service |
| 58 | 58 | ||
| 59 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then | 59 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then |
diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2404.0.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2404.0.bb index 5152984249..ac1645f671 100644 --- a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2404.0.bb +++ b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2404.0.bb | |||
| @@ -137,9 +137,9 @@ do_install_ptest() { | |||
| 137 | do_install:append() { | 137 | do_install:append() { |
| 138 | install -d "${D}${sysconfdir}/init.d" | 138 | install -d "${D}${sysconfdir}/init.d" |
| 139 | install -d "${D}${sysconfdir}/logrotate.d" | 139 | install -d "${D}${sysconfdir}/logrotate.d" |
| 140 | install -m 755 ${WORKDIR}/initscript ${D}${sysconfdir}/init.d/syslog | 140 | install -m 755 ${UNPACKDIR}/initscript ${D}${sysconfdir}/init.d/syslog |
| 141 | install -m 644 ${WORKDIR}/rsyslog.conf ${D}${sysconfdir}/rsyslog.conf | 141 | install -m 644 ${UNPACKDIR}/rsyslog.conf ${D}${sysconfdir}/rsyslog.conf |
| 142 | install -m 644 ${WORKDIR}/rsyslog.logrotate ${D}${sysconfdir}/logrotate.d/logrotate.rsyslog | 142 | install -m 644 ${UNPACKDIR}/rsyslog.logrotate ${D}${sysconfdir}/logrotate.d/logrotate.rsyslog |
| 143 | sed -i -e "s#@BINDIR@#${bindir}#g" ${D}${sysconfdir}/logrotate.d/logrotate.rsyslog | 143 | sed -i -e "s#@BINDIR@#${bindir}#g" ${D}${sysconfdir}/logrotate.d/logrotate.rsyslog |
| 144 | 144 | ||
| 145 | if ${@bb.utils.contains('PACKAGECONFIG', 'imjournal', 'true', 'false', d)}; then | 145 | if ${@bb.utils.contains('PACKAGECONFIG', 'imjournal', 'true', 'false', d)}; then |
| @@ -152,7 +152,7 @@ do_install:append() { | |||
| 152 | fi | 152 | fi |
| 153 | if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then | 153 | if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then |
| 154 | install -d ${D}${systemd_system_unitdir} | 154 | install -d ${D}${systemd_system_unitdir} |
| 155 | install -m 644 ${WORKDIR}/rsyslog.service ${D}${systemd_system_unitdir} | 155 | install -m 644 ${UNPACKDIR}/rsyslog.service ${D}${systemd_system_unitdir} |
| 156 | sed -i -e "s,@sbindir@,${sbindir},g" ${D}${systemd_system_unitdir}/rsyslog.service | 156 | sed -i -e "s,@sbindir@,${sbindir},g" ${D}${systemd_system_unitdir}/rsyslog.service |
| 157 | fi | 157 | fi |
| 158 | } | 158 | } |
diff --git a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb index 2a7cf2285e..5089397916 100644 --- a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb +++ b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb | |||
| @@ -64,7 +64,7 @@ do_install() { | |||
| 64 | oe_runmake DESTDIR=${D} install | 64 | oe_runmake DESTDIR=${D} install |
| 65 | 65 | ||
| 66 | install -d ${D}${systemd_unitdir}/system | 66 | install -d ${D}${systemd_unitdir}/system |
| 67 | install -m 0644 ${WORKDIR}/sfcb.service ${D}${systemd_unitdir}/system/sblim-sfcb.service | 67 | install -m 0644 ${UNPACKDIR}/sfcb.service ${D}${systemd_unitdir}/system/sblim-sfcb.service |
| 68 | 68 | ||
| 69 | install -d ${D}${sysconfdir}/init.d | 69 | install -d ${D}${sysconfdir}/init.d |
| 70 | mv ${D}${sysconfdir}/init.d/sfcb ${D}${sysconfdir}/init.d/sblim-sfcb | 70 | mv ${D}${sysconfdir}/init.d/sfcb ${D}${sysconfdir}/init.d/sblim-sfcb |
diff --git a/meta-oe/recipes-extended/scsirastools/scsirastools_1.6.6.bb b/meta-oe/recipes-extended/scsirastools/scsirastools_1.6.6.bb index 4fefd5169b..999d2b9e95 100644 --- a/meta-oe/recipes-extended/scsirastools/scsirastools_1.6.6.bb +++ b/meta-oe/recipes-extended/scsirastools/scsirastools_1.6.6.bb | |||
| @@ -24,7 +24,7 @@ EXTRA_OEMAKE += "CC='${CC}' CFLAGS='${CFLAGS} -D_LARGEFILE64_SOURCE=1' sbindir=$ | |||
| 24 | 24 | ||
| 25 | do_configure:append() { | 25 | do_configure:append() { |
| 26 | oe_runmake -C mdadm.d mdadm-1.3.0 | 26 | oe_runmake -C mdadm.d mdadm-1.3.0 |
| 27 | patch -p0 < ${WORKDIR}/mdadm.patch | 27 | patch -p0 < ${UNPACKDIR}/mdadm.patch |
| 28 | } | 28 | } |
| 29 | INITSCRIPT_PACKAGES = "${PN}-diskmon ${PN}-raidmon" | 29 | INITSCRIPT_PACKAGES = "${PN}-diskmon ${PN}-raidmon" |
| 30 | INITSCRIPT_NAME:${PN}-diskmon = "sgdisk" | 30 | INITSCRIPT_NAME:${PN}-diskmon = "sgdisk" |
diff --git a/meta-oe/recipes-extended/smartmontools/smartmontools_7.4.bb b/meta-oe/recipes-extended/smartmontools/smartmontools_7.4.bb index f387147412..bd92b16299 100644 --- a/meta-oe/recipes-extended/smartmontools/smartmontools_7.4.bb +++ b/meta-oe/recipes-extended/smartmontools/smartmontools_7.4.bb | |||
| @@ -33,13 +33,13 @@ SYSTEMD_AUTO_ENABLE = "disable" | |||
| 33 | do_install:append () { | 33 | do_install:append () { |
| 34 | #install the init.d/smartd | 34 | #install the init.d/smartd |
| 35 | install -d ${D}${sysconfdir}/init.d | 35 | install -d ${D}${sysconfdir}/init.d |
| 36 | install -p -m 0755 ${WORKDIR}/initd.smartd ${D}${sysconfdir}/init.d/smartd | 36 | install -p -m 0755 ${UNPACKDIR}/initd.smartd ${D}${sysconfdir}/init.d/smartd |
| 37 | install -d ${D}${sysconfdir}/default | 37 | install -d ${D}${sysconfdir}/default |
| 38 | install -p -m 0644 ${WORKDIR}/smartmontools.default ${D}${sysconfdir}/default/smartmontools | 38 | install -p -m 0644 ${UNPACKDIR}/smartmontools.default ${D}${sysconfdir}/default/smartmontools |
| 39 | 39 | ||
| 40 | #install systemd service file | 40 | #install systemd service file |
| 41 | install -d ${D}${systemd_unitdir}/system | 41 | install -d ${D}${systemd_unitdir}/system |
| 42 | install -m 0644 ${WORKDIR}/smartd.service ${D}${systemd_unitdir}/system | 42 | install -m 0644 ${UNPACKDIR}/smartd.service ${D}${systemd_unitdir}/system |
| 43 | sed -i -e 's,@BASE_BINDIR@,${base_bindir},g' \ | 43 | sed -i -e 's,@BASE_BINDIR@,${base_bindir},g' \ |
| 44 | -e 's,@SYSCONFDIR@,${sysconfdir},g' \ | 44 | -e 's,@SYSCONFDIR@,${sysconfdir},g' \ |
| 45 | -e 's,@SBINDIR@,${sbindir},g' \ | 45 | -e 's,@SBINDIR@,${sbindir},g' \ |
diff --git a/meta-oe/recipes-extended/vlock/vlock_2.2.3.bb b/meta-oe/recipes-extended/vlock/vlock_2.2.3.bb index 455bda1d76..1a75922277 100644 --- a/meta-oe/recipes-extended/vlock/vlock_2.2.3.bb +++ b/meta-oe/recipes-extended/vlock/vlock_2.2.3.bb | |||
| @@ -50,7 +50,7 @@ do_configure () { | |||
| 50 | do_install:append () { | 50 | do_install:append () { |
| 51 | if [ ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'yes', '', d)} = yes ]; then | 51 | if [ ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'yes', '', d)} = yes ]; then |
| 52 | install -d -m 0755 ${D}/${sysconfdir}/pam.d | 52 | install -d -m 0755 ${D}/${sysconfdir}/pam.d |
| 53 | install -m 0644 ${WORKDIR}/vlock_pam ${D}${sysconfdir}/pam.d/vlock | 53 | install -m 0644 ${UNPACKDIR}/vlock_pam ${D}${sysconfdir}/pam.d/vlock |
| 54 | fi | 54 | fi |
| 55 | } | 55 | } |
| 56 | 56 | ||
diff --git a/meta-oe/recipes-extended/zram/zram_0.2.bb b/meta-oe/recipes-extended/zram/zram_0.2.bb index b4b3a27b2b..800dd6b7c4 100644 --- a/meta-oe/recipes-extended/zram/zram_0.2.bb +++ b/meta-oe/recipes-extended/zram/zram_0.2.bb | |||
| @@ -21,17 +21,17 @@ do_install () { | |||
| 21 | # Install systemd related configuration file | 21 | # Install systemd related configuration file |
| 22 | if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then | 22 | if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then |
| 23 | install -d ${D}${sysconfdir}/init.d | 23 | install -d ${D}${sysconfdir}/init.d |
| 24 | install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/zram | 24 | install -m 0755 ${UNPACKDIR}/init ${D}${sysconfdir}/init.d/zram |
| 25 | fi | 25 | fi |
| 26 | 26 | ||
| 27 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then | 27 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then |
| 28 | install -d ${D}${libexecdir} | 28 | install -d ${D}${libexecdir} |
| 29 | install -m 0755 ${WORKDIR}/zram-swap-init ${D}${libexecdir} | 29 | install -m 0755 ${UNPACKDIR}/zram-swap-init ${D}${libexecdir} |
| 30 | install -m 0755 ${WORKDIR}/zram-swap-deinit ${D}${libexecdir} | 30 | install -m 0755 ${UNPACKDIR}/zram-swap-deinit ${D}${libexecdir} |
| 31 | install -d ${D}${systemd_unitdir}/system | 31 | install -d ${D}${systemd_unitdir}/system |
| 32 | install -m 0644 ${WORKDIR}/zram-swap.service ${D}${systemd_unitdir}/system/zram-swap.service | 32 | install -m 0644 ${UNPACKDIR}/zram-swap.service ${D}${systemd_unitdir}/system/zram-swap.service |
| 33 | sed -i -e "s,@LIBEXECDIR@,${libexecdir},g" ${D}${systemd_unitdir}/system/zram-swap.service | 33 | sed -i -e "s,@LIBEXECDIR@,${libexecdir},g" ${D}${systemd_unitdir}/system/zram-swap.service |
| 34 | install -m 0644 ${WORKDIR}/dev-zram0.swap ${D}${systemd_unitdir}/system/dev-zram0.swap | 34 | install -m 0644 ${UNPACKDIR}/dev-zram0.swap ${D}${systemd_unitdir}/system/dev-zram0.swap |
| 35 | fi | 35 | fi |
| 36 | } | 36 | } |
| 37 | 37 | ||
