diff options
Diffstat (limited to 'meta-oe/recipes-connectivity')
7 files changed, 17 insertions, 17 deletions
diff --git a/meta-oe/recipes-connectivity/gammu/gammu_1.42.0.bb b/meta-oe/recipes-connectivity/gammu/gammu_1.42.0.bb index aa52f62572..e6ec9c3573 100644 --- a/meta-oe/recipes-connectivity/gammu/gammu_1.42.0.bb +++ b/meta-oe/recipes-connectivity/gammu/gammu_1.42.0.bb | |||
| @@ -22,8 +22,8 @@ do_install:append() { | |||
| 22 | rm -rf ${D}/usr/share/gammu | 22 | rm -rf ${D}/usr/share/gammu |
| 23 | #install default configuration files | 23 | #install default configuration files |
| 24 | install -d ${D}${sysconfdir} | 24 | install -d ${D}${sysconfdir} |
| 25 | install -m 0644 ${WORKDIR}/gammurc ${D}${sysconfdir}/gammurc | 25 | install -m 0644 ${UNPACKDIR}/gammurc ${D}${sysconfdir}/gammurc |
| 26 | install -m 0644 ${WORKDIR}/gammu-smsdrc ${D}${sysconfdir}/gammu-smsdrc | 26 | install -m 0644 ${UNPACKDIR}/gammu-smsdrc ${D}${sysconfdir}/gammu-smsdrc |
| 27 | } | 27 | } |
| 28 | 28 | ||
| 29 | EXTRA_OECONF = " \ | 29 | EXTRA_OECONF = " \ |
diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd_2.10.bb b/meta-oe/recipes-connectivity/hostapd/hostapd_2.10.bb index dbdc5c1bdf..e547462bbc 100644 --- a/meta-oe/recipes-connectivity/hostapd/hostapd_2.10.bb +++ b/meta-oe/recipes-connectivity/hostapd/hostapd_2.10.bb | |||
| @@ -29,7 +29,7 @@ SYSTEMD_SERVICE:${PN} = "hostapd.service" | |||
| 29 | SYSTEMD_AUTO_ENABLE:${PN} = "disable" | 29 | SYSTEMD_AUTO_ENABLE:${PN} = "disable" |
| 30 | 30 | ||
| 31 | do_configure:append() { | 31 | do_configure:append() { |
| 32 | install -m 0644 ${WORKDIR}/defconfig ${B}/.config | 32 | install -m 0644 ${UNPACKDIR}/defconfig ${B}/.config |
| 33 | } | 33 | } |
| 34 | 34 | ||
| 35 | do_compile() { | 35 | do_compile() { |
| @@ -43,8 +43,8 @@ do_install() { | |||
| 43 | install -m 0644 ${B}/hostapd.conf ${D}${sysconfdir} | 43 | install -m 0644 ${B}/hostapd.conf ${D}${sysconfdir} |
| 44 | install -m 0755 ${B}/hostapd ${D}${sbindir} | 44 | install -m 0755 ${B}/hostapd ${D}${sbindir} |
| 45 | install -m 0755 ${B}/hostapd_cli ${D}${sbindir} | 45 | install -m 0755 ${B}/hostapd_cli ${D}${sbindir} |
| 46 | install -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/hostapd | 46 | install -m 755 ${UNPACKDIR}/init ${D}${sysconfdir}/init.d/hostapd |
| 47 | install -m 0644 ${WORKDIR}/hostapd.service ${D}${systemd_unitdir}/system/ | 47 | install -m 0644 ${UNPACKDIR}/hostapd.service ${D}${systemd_unitdir}/system/ |
| 48 | sed -i -e 's,@SBINDIR@,${sbindir},g' -e 's,@SYSCONFDIR@,${sysconfdir},g' ${D}${systemd_unitdir}/system/hostapd.service | 48 | sed -i -e 's,@SBINDIR@,${sbindir},g' -e 's,@SYSCONFDIR@,${sysconfdir},g' ${D}${systemd_unitdir}/system/hostapd.service |
| 49 | } | 49 | } |
| 50 | 50 | ||
diff --git a/meta-oe/recipes-connectivity/krb5/krb5_1.21.2.bb b/meta-oe/recipes-connectivity/krb5/krb5_1.21.2.bb index 7af33e4e7e..ed12fee94c 100644 --- a/meta-oe/recipes-connectivity/krb5/krb5_1.21.2.bb +++ b/meta-oe/recipes-connectivity/krb5/krb5_1.21.2.bb | |||
| @@ -74,8 +74,8 @@ do_install:append() { | |||
| 74 | 74 | ||
| 75 | if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then | 75 | if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then |
| 76 | mkdir -p ${D}/${sysconfdir}/init.d ${D}/${sysconfdir}/default | 76 | mkdir -p ${D}/${sysconfdir}/init.d ${D}/${sysconfdir}/default |
| 77 | install -m 0755 ${WORKDIR}/etc/init.d/* ${D}/${sysconfdir}/init.d | 77 | install -m 0755 ${UNPACKDIR}/etc/init.d/* ${D}/${sysconfdir}/init.d |
| 78 | install -m 0644 ${WORKDIR}/etc/default/* ${D}/${sysconfdir}/default | 78 | install -m 0644 ${UNPACKDIR}/etc/default/* ${D}/${sysconfdir}/default |
| 79 | 79 | ||
| 80 | mkdir -p ${D}/${sysconfdir}/default/volatiles | 80 | mkdir -p ${D}/${sysconfdir}/default/volatiles |
| 81 | echo "d root root 0755 ${localstatedir}/run/krb5kdc none" \ | 81 | echo "d root root 0755 ${localstatedir}/run/krb5kdc none" \ |
| @@ -90,11 +90,11 @@ do_install:append() { | |||
| 90 | > ${D}${sysconfdir}/tmpfiles.d/krb5.conf | 90 | > ${D}${sysconfdir}/tmpfiles.d/krb5.conf |
| 91 | 91 | ||
| 92 | mkdir -p ${D}/${sysconfdir}/default | 92 | mkdir -p ${D}/${sysconfdir}/default |
| 93 | install -m 0644 ${WORKDIR}/etc/default/* ${D}/${sysconfdir}/default | 93 | install -m 0644 ${UNPACKDIR}/etc/default/* ${D}/${sysconfdir}/default |
| 94 | 94 | ||
| 95 | install -d ${D}${systemd_system_unitdir} | 95 | install -d ${D}${systemd_system_unitdir} |
| 96 | install -m 0644 ${WORKDIR}/krb5-admin-server.service ${D}${systemd_system_unitdir} | 96 | install -m 0644 ${UNPACKDIR}/krb5-admin-server.service ${D}${systemd_system_unitdir} |
| 97 | install -m 0644 ${WORKDIR}/krb5-kdc.service ${D}${systemd_system_unitdir} | 97 | install -m 0644 ${UNPACKDIR}/krb5-kdc.service ${D}${systemd_system_unitdir} |
| 98 | fi | 98 | fi |
| 99 | 99 | ||
| 100 | sed -e 's@[^ ]*-ffile-prefix-map=[^ "]*@@g' \ | 100 | sed -e 's@[^ ]*-ffile-prefix-map=[^ "]*@@g' \ |
diff --git a/meta-oe/recipes-connectivity/linuxptp/linuxptp_4.1.bb b/meta-oe/recipes-connectivity/linuxptp/linuxptp_4.1.bb index 9a5c9b5204..d1a73841a1 100644 --- a/meta-oe/recipes-connectivity/linuxptp/linuxptp_4.1.bb +++ b/meta-oe/recipes-connectivity/linuxptp/linuxptp_4.1.bb | |||
| @@ -46,10 +46,10 @@ do_install() { | |||
| 46 | install -d ${D}/${systemd_unitdir}/system/ | 46 | install -d ${D}/${systemd_unitdir}/system/ |
| 47 | for service in ${LINUXPTP_SYSTEMD_SERVICES}; do | 47 | for service in ${LINUXPTP_SYSTEMD_SERVICES}; do |
| 48 | sed -i -e 's,@SBINDIR@,${sbindir},g' \ | 48 | sed -i -e 's,@SBINDIR@,${sbindir},g' \ |
| 49 | ${WORKDIR}/systemd/$service.in | 49 | ${UNPACKDIR}/systemd/$service.in |
| 50 | sed -i -e 's,@SYSCONFDIR@,${sysconfdir},g' \ | 50 | sed -i -e 's,@SYSCONFDIR@,${sysconfdir},g' \ |
| 51 | ${WORKDIR}/systemd/$service.in | 51 | ${UNPACKDIR}/systemd/$service.in |
| 52 | install -m 644 ${WORKDIR}/systemd/$service.in \ | 52 | install -m 644 ${UNPACKDIR}/systemd/$service.in \ |
| 53 | ${D}/${systemd_unitdir}/system/$service | 53 | ${D}/${systemd_unitdir}/system/$service |
| 54 | done | 54 | done |
| 55 | } | 55 | } |
diff --git a/meta-oe/recipes-connectivity/ser2net/ser2net_4.6.2.bb b/meta-oe/recipes-connectivity/ser2net/ser2net_4.6.2.bb index 21066b10f1..f23692816c 100644 --- a/meta-oe/recipes-connectivity/ser2net/ser2net_4.6.2.bb +++ b/meta-oe/recipes-connectivity/ser2net/ser2net_4.6.2.bb | |||
| @@ -24,7 +24,7 @@ CONFFILES:${PN} += "${sysconfdir}/ser2net/ser2net.yaml" | |||
| 24 | do_install:append() { | 24 | do_install:append() { |
| 25 | if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then | 25 | if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then |
| 26 | install -d ${D}${systemd_unitdir}/system | 26 | install -d ${D}${systemd_unitdir}/system |
| 27 | install -m 0644 ${WORKDIR}/ser2net.service ${D}${systemd_unitdir}/system/ | 27 | install -m 0644 ${UNPACKDIR}/ser2net.service ${D}${systemd_unitdir}/system/ |
| 28 | sed -i -e 's,@SBINDIR@,${sbindir},g' -e 's,@SYSCONFDIR@,${sysconfdir},g' ${D}${systemd_unitdir}/system/ser2net.service | 28 | sed -i -e 's,@SBINDIR@,${sbindir},g' -e 's,@SYSCONFDIR@,${sysconfdir},g' ${D}${systemd_unitdir}/system/ser2net.service |
| 29 | fi | 29 | fi |
| 30 | } | 30 | } |
diff --git a/meta-oe/recipes-connectivity/transmission/transmission_4.0.5.bb b/meta-oe/recipes-connectivity/transmission/transmission_4.0.5.bb index cbba31edbe..b9ed3d925d 100644 --- a/meta-oe/recipes-connectivity/transmission/transmission_4.0.5.bb +++ b/meta-oe/recipes-connectivity/transmission/transmission_4.0.5.bb | |||
| @@ -32,9 +32,9 @@ TRANSMISSION_GROUP ??= "root" | |||
| 32 | 32 | ||
| 33 | do_install:append() { | 33 | do_install:append() { |
| 34 | if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then | 34 | if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then |
| 35 | sed -i '/USERNAME=/c\USERNAME=${TRANSMISSION_USER}' ${WORKDIR}/transmission-daemon | 35 | sed -i '/USERNAME=/c\USERNAME=${TRANSMISSION_USER}' ${UNPACKDIR}/transmission-daemon |
| 36 | install -d ${D}${sysconfdir}/init.d | 36 | install -d ${D}${sysconfdir}/init.d |
| 37 | install -m 0744 ${WORKDIR}/transmission-daemon ${D}${sysconfdir}/init.d/ | 37 | install -m 0744 ${UNPACKDIR}/transmission-daemon ${D}${sysconfdir}/init.d/ |
| 38 | chown ${TRANSMISSION_USER}:${TRANSMISSION_GROUP} ${D}${sysconfdir}/init.d/transmission-daemon | 38 | chown ${TRANSMISSION_USER}:${TRANSMISSION_GROUP} ${D}${sysconfdir}/init.d/transmission-daemon |
| 39 | fi | 39 | fi |
| 40 | 40 | ||
diff --git a/meta-oe/recipes-connectivity/zabbix/zabbix_6.2.7.bb b/meta-oe/recipes-connectivity/zabbix/zabbix_6.2.7.bb index 8708852ce7..46c09a02a5 100644 --- a/meta-oe/recipes-connectivity/zabbix/zabbix_6.2.7.bb +++ b/meta-oe/recipes-connectivity/zabbix/zabbix_6.2.7.bb | |||
| @@ -68,7 +68,7 @@ do_configure:prepend() { | |||
| 68 | do_install:append() { | 68 | do_install:append() { |
| 69 | if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then | 69 | if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then |
| 70 | install -d ${D}${systemd_unitdir}/system | 70 | install -d ${D}${systemd_unitdir}/system |
| 71 | install -m 0644 ${WORKDIR}/zabbix-agent.service ${D}${systemd_unitdir}/system/ | 71 | install -m 0644 ${UNPACKDIR}/zabbix-agent.service ${D}${systemd_unitdir}/system/ |
| 72 | sed -i -e 's#@SBINDIR@#${sbindir}#g' ${D}${systemd_unitdir}/system/zabbix-agent.service | 72 | sed -i -e 's#@SBINDIR@#${sbindir}#g' ${D}${systemd_unitdir}/system/zabbix-agent.service |
| 73 | fi | 73 | fi |
| 74 | } | 74 | } |
