diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-networking/recipes-connectivity | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz | |
Convert to new override syntax
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
28 files changed, 169 insertions, 169 deletions
diff --git a/meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb b/meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb index 9b69601e7b..125dfaaa97 100644 --- a/meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb +++ b/meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb | |||
| @@ -8,15 +8,15 @@ SRC_URI = "https://www.harding.motd.ca/autossh/${BP}.tgz" | |||
| 8 | SRC_URI[md5sum] = "2b804bc1bf6d2f2afaa526d02df7c0a2" | 8 | SRC_URI[md5sum] = "2b804bc1bf6d2f2afaa526d02df7c0a2" |
| 9 | SRC_URI[sha256sum] = "5fc3cee3361ca1615af862364c480593171d0c54ec156de79fc421e31ae21277" | 9 | SRC_URI[sha256sum] = "5fc3cee3361ca1615af862364c480593171d0c54ec156de79fc421e31ae21277" |
| 10 | 10 | ||
| 11 | RDEPENDS_${PN} = "ssh" | 11 | RDEPENDS:${PN} = "ssh" |
| 12 | 12 | ||
| 13 | CFLAGS_prepend = "-I${WORKDIR}/build " | 13 | CFLAGS:prepend = "-I${WORKDIR}/build " |
| 14 | 14 | ||
| 15 | inherit autotools | 15 | inherit autotools |
| 16 | 16 | ||
| 17 | EXTRA_OECONF="--with-ssh=/usr/bin/ssh" | 17 | EXTRA_OECONF="--with-ssh=/usr/bin/ssh" |
| 18 | 18 | ||
| 19 | do_compile_append() { | 19 | do_compile:append() { |
| 20 | cp ${WORKDIR}/autossh-${PV}/CHANGES ${WORKDIR}/build | 20 | cp ${WORKDIR}/autossh-${PV}/CHANGES ${WORKDIR}/build |
| 21 | cp ${WORKDIR}/autossh-${PV}/README ${WORKDIR}/build | 21 | cp ${WORKDIR}/autossh-${PV}/README ${WORKDIR}/build |
| 22 | cp ${WORKDIR}/autossh-${PV}/autossh.host ${WORKDIR}/build | 22 | cp ${WORKDIR}/autossh-${PV}/autossh.host ${WORKDIR}/build |
| @@ -25,6 +25,6 @@ do_compile_append() { | |||
| 25 | cp ${WORKDIR}/autossh-${PV}/autossh.spec ${WORKDIR}/build | 25 | cp ${WORKDIR}/autossh-${PV}/autossh.spec ${WORKDIR}/build |
| 26 | } | 26 | } |
| 27 | 27 | ||
| 28 | do_install_append() { | 28 | do_install:append() { |
| 29 | rm -rf ${D}${datadir}/examples | 29 | rm -rf ${D}${datadir}/examples |
| 30 | } | 30 | } |
diff --git a/meta-networking/recipes-connectivity/blueman/blueman_2.2.1.bb b/meta-networking/recipes-connectivity/blueman/blueman_2.2.1.bb index 3cb01ff71e..6ccb425e38 100644 --- a/meta-networking/recipes-connectivity/blueman/blueman_2.2.1.bb +++ b/meta-networking/recipes-connectivity/blueman/blueman_2.2.1.bb | |||
| @@ -19,11 +19,11 @@ EXTRA_OECONF = " \ | |||
| 19 | --disable-schemas-compile \ | 19 | --disable-schemas-compile \ |
| 20 | " | 20 | " |
| 21 | 21 | ||
| 22 | SYSTEMD_SERVICE_${PN} = "${BPN}-mechanism.service" | 22 | SYSTEMD_SERVICE:${PN} = "${BPN}-mechanism.service" |
| 23 | SYSTEMD_AUTO_ENABLE_${PN} = "disable" | 23 | SYSTEMD_AUTO_ENABLE:${PN} = "disable" |
| 24 | 24 | ||
| 25 | RRECOMENDS_${PN} += "adwaita-icon-theme" | 25 | RRECOMENDS_${PN} += "adwaita-icon-theme" |
| 26 | RDEPENDS_${PN} += " \ | 26 | RDEPENDS:${PN} += " \ |
| 27 | python3-core \ | 27 | python3-core \ |
| 28 | python3-dbus \ | 28 | python3-dbus \ |
| 29 | packagegroup-tools-bluetooth \ | 29 | packagegroup-tools-bluetooth \ |
| @@ -32,7 +32,7 @@ RDEPENDS_${PN} += " \ | |||
| 32 | PACKAGECONFIG ??= "thunar" | 32 | PACKAGECONFIG ??= "thunar" |
| 33 | PACKAGECONFIG[thunar] = "--enable-thunar-sendto,--disable-thunar-sendto" | 33 | PACKAGECONFIG[thunar] = "--enable-thunar-sendto,--disable-thunar-sendto" |
| 34 | 34 | ||
| 35 | FILES_${PN} += " \ | 35 | FILES:${PN} += " \ |
| 36 | ${datadir}/dbus-1 \ | 36 | ${datadir}/dbus-1 \ |
| 37 | ${datadir}/Thunar \ | 37 | ${datadir}/Thunar \ |
| 38 | ${systemd_user_unitdir} \ | 38 | ${systemd_user_unitdir} \ |
| @@ -40,12 +40,12 @@ FILES_${PN} += " \ | |||
| 40 | ${PYTHON_SITEPACKAGES_DIR} \ | 40 | ${PYTHON_SITEPACKAGES_DIR} \ |
| 41 | " | 41 | " |
| 42 | 42 | ||
| 43 | FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/_blueman.a" | 43 | FILES:${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/_blueman.a" |
| 44 | 44 | ||
| 45 | # In code, path to python is a variable that is replaced with path to native version of it | 45 | # In code, path to python is a variable that is replaced with path to native version of it |
| 46 | # during the configure stage, e.g ../recipe-sysroot-native/usr/bin/python3-native/python3. | 46 | # during the configure stage, e.g ../recipe-sysroot-native/usr/bin/python3-native/python3. |
| 47 | # Replace it with #!/usr/bin/env python3 | 47 | # Replace it with #!/usr/bin/env python3 |
| 48 | do_install_append() { | 48 | do_install:append() { |
| 49 | sed -i "1s/.*/#!\/usr\/bin\/env python3/" ${D}${prefix}/libexec/blueman-rfcomm-watcher \ | 49 | sed -i "1s/.*/#!\/usr\/bin\/env python3/" ${D}${prefix}/libexec/blueman-rfcomm-watcher \ |
| 50 | ${D}${prefix}/libexec/blueman-mechanism \ | 50 | ${D}${prefix}/libexec/blueman-mechanism \ |
| 51 | ${D}${bindir}/blueman-adapters \ | 51 | ${D}${bindir}/blueman-adapters \ |
diff --git a/meta-networking/recipes-connectivity/crda/crda_3.18.bb b/meta-networking/recipes-connectivity/crda/crda_3.18.bb index e59d2f437d..7b663cdbb4 100644 --- a/meta-networking/recipes-connectivity/crda/crda_3.18.bb +++ b/meta-networking/recipes-connectivity/crda/crda_3.18.bb | |||
| @@ -35,4 +35,4 @@ do_install() { | |||
| 35 | oe_runmake SBINDIR=${sbindir}/ install | 35 | oe_runmake SBINDIR=${sbindir}/ install |
| 36 | } | 36 | } |
| 37 | 37 | ||
| 38 | RDEPENDS_${PN} = "udev wireless-regdb-static" | 38 | RDEPENDS:${PN} = "udev wireless-regdb-static" |
diff --git a/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.2p1.bb b/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.2p1.bb index 6ea5b4b27a..93364758e3 100644 --- a/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.2p1.bb +++ b/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.2p1.bb | |||
| @@ -32,11 +32,11 @@ S = "${WORKDIR}/dhcp-4.4.2-P1" | |||
| 32 | 32 | ||
| 33 | inherit autotools-brokensep systemd | 33 | inherit autotools-brokensep systemd |
| 34 | 34 | ||
| 35 | SYSTEMD_SERVICE_${PN} = "dhcrelay.service" | 35 | SYSTEMD_SERVICE:${PN} = "dhcrelay.service" |
| 36 | SYSTEMD_AUTO_ENABLE_${PN} = "disable" | 36 | SYSTEMD_AUTO_ENABLE:${PN} = "disable" |
| 37 | 37 | ||
| 38 | CFLAGS += "-D_GNU_SOURCE -fcommon" | 38 | CFLAGS += "-D_GNU_SOURCE -fcommon" |
| 39 | LDFLAGS_append = " -pthread" | 39 | LDFLAGS:append = " -pthread" |
| 40 | 40 | ||
| 41 | EXTRA_OECONF = "--enable-paranoia \ | 41 | EXTRA_OECONF = "--enable-paranoia \ |
| 42 | --disable-static \ | 42 | --disable-static \ |
| @@ -46,13 +46,13 @@ EXTRA_OECONF = "--enable-paranoia \ | |||
| 46 | EXTRA_OEMAKE += "LIBTOOL='${S}/${HOST_SYS}-libtool'" | 46 | EXTRA_OEMAKE += "LIBTOOL='${S}/${HOST_SYS}-libtool'" |
| 47 | 47 | ||
| 48 | # Enable shared libs per dhcp README | 48 | # Enable shared libs per dhcp README |
| 49 | do_configure_prepend () { | 49 | do_configure:prepend () { |
| 50 | cp configure.ac+lt configure.ac | 50 | cp configure.ac+lt configure.ac |
| 51 | rm ${S}/bind/bind.tar.gz | 51 | rm ${S}/bind/bind.tar.gz |
| 52 | mv ${WORKDIR}/bind.tar.gz ${S}/bind/ | 52 | mv ${WORKDIR}/bind.tar.gz ${S}/bind/ |
| 53 | } | 53 | } |
| 54 | 54 | ||
| 55 | do_compile_prepend() { | 55 | do_compile:prepend() { |
| 56 | rm -rf ${S}/bind/bind-9.11.32/ | 56 | rm -rf ${S}/bind/bind-9.11.32/ |
| 57 | tar xf ${S}/bind/bind.tar.gz -C ${S}/bind | 57 | tar xf ${S}/bind/bind.tar.gz -C ${S}/bind |
| 58 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}/bind/bind-9.11.32/ | 58 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}/bind/bind-9.11.32/ |
| @@ -62,7 +62,7 @@ do_compile_prepend() { | |||
| 62 | install -m 0755 ${S}/${HOST_SYS}-libtool ${S}/bind/bind-9.11.32/ | 62 | install -m 0755 ${S}/${HOST_SYS}-libtool ${S}/bind/bind-9.11.32/ |
| 63 | } | 63 | } |
| 64 | 64 | ||
| 65 | do_install_append () { | 65 | do_install:append () { |
| 66 | install -d ${D}${sysconfdir}/default | 66 | install -d ${D}${sysconfdir}/default |
| 67 | install -m 0644 ${WORKDIR}/default-relay ${D}${sysconfdir}/default/dhcp-relay | 67 | install -m 0644 ${WORKDIR}/default-relay ${D}${sysconfdir}/default/dhcp-relay |
| 68 | 68 | ||
diff --git a/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb b/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb index b19364e1e2..7558c314ff 100644 --- a/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb +++ b/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb | |||
| @@ -33,7 +33,7 @@ LDFLAGS += "-pthread" | |||
| 33 | 33 | ||
| 34 | PACKAGES =+ "${PN}-requestor ${PN}-client ${PN}-relay ${PN}-server" | 34 | PACKAGES =+ "${PN}-requestor ${PN}-client ${PN}-relay ${PN}-server" |
| 35 | 35 | ||
| 36 | FILES_${PN}-client = "${sbindir}/${PN}-client" | 36 | FILES:${PN}-client = "${sbindir}/${PN}-client" |
| 37 | FILES_${PN}-relay = "${sbindir}/${PN}-relay" | 37 | FILES:${PN}-relay = "${sbindir}/${PN}-relay" |
| 38 | FILES_${PN}-requestor = "${sbindir}/${PN}-requestor" | 38 | FILES:${PN}-requestor = "${sbindir}/${PN}-requestor" |
| 39 | FILES_${PN}-server = "${sbindir}/${PN}-server" | 39 | FILES:${PN}-server = "${sbindir}/${PN}-server" |
diff --git a/meta-networking/recipes-connectivity/firewalld/firewalld_0.9.4.bb b/meta-networking/recipes-connectivity/firewalld/firewalld_0.9.4.bb index b8025c7078..7aed5105cd 100644 --- a/meta-networking/recipes-connectivity/firewalld/firewalld_0.9.4.bb +++ b/meta-networking/recipes-connectivity/firewalld/firewalld_0.9.4.bb | |||
| @@ -39,9 +39,9 @@ EXTRA_OECONF = "\ | |||
| 39 | " | 39 | " |
| 40 | 40 | ||
| 41 | INITSCRIPT_NAME = "firewalld" | 41 | INITSCRIPT_NAME = "firewalld" |
| 42 | SYSTEMD_SERVICE_${PN} = "firewalld.service" | 42 | SYSTEMD_SERVICE:${PN} = "firewalld.service" |
| 43 | 43 | ||
| 44 | do_install_append() { | 44 | do_install:append() { |
| 45 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then | 45 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then |
| 46 | : | 46 | : |
| 47 | else | 47 | else |
| @@ -65,16 +65,16 @@ do_install_append() { | |||
| 65 | rm -f ${D}${sysconfdir}/modprobe.d/firewalld-sysctls.conf | 65 | rm -f ${D}${sysconfdir}/modprobe.d/firewalld-sysctls.conf |
| 66 | } | 66 | } |
| 67 | 67 | ||
| 68 | FILES_${PN} += "\ | 68 | FILES:${PN} += "\ |
| 69 | ${PYTHON_SITEPACKAGES_DIR}/firewall \ | 69 | ${PYTHON_SITEPACKAGES_DIR}/firewall \ |
| 70 | ${nonarch_libdir}/firewalld \ | 70 | ${nonarch_libdir}/firewalld \ |
| 71 | ${datadir}/dbus-1 \ | 71 | ${datadir}/dbus-1 \ |
| 72 | ${datadir}/polkit-1 \ | 72 | ${datadir}/polkit-1 \ |
| 73 | ${datadir}/metainfo \ | 73 | ${datadir}/metainfo \ |
| 74 | " | 74 | " |
| 75 | FILES_${PN}-zsh-completion = "${datadir}/zsh/site-functions" | 75 | FILES:${PN}-zsh-completion = "${datadir}/zsh/site-functions" |
| 76 | 76 | ||
| 77 | RDEPENDS_${PN} = "\ | 77 | RDEPENDS:${PN} = "\ |
| 78 | nftables-python \ | 78 | nftables-python \ |
| 79 | iptables \ | 79 | iptables \ |
| 80 | python3-core \ | 80 | python3-core \ |
diff --git a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.21.bb b/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.21.bb index a6df2aeb03..0d1c4adc1d 100644 --- a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.21.bb +++ b/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.21.bb | |||
| @@ -40,9 +40,9 @@ PARALLEL_MAKE = "" | |||
| 40 | 40 | ||
| 41 | S = "${WORKDIR}/git" | 41 | S = "${WORKDIR}/git" |
| 42 | 42 | ||
| 43 | LDFLAGS_append_powerpc = " -latomic" | 43 | LDFLAGS:append:powerpc = " -latomic" |
| 44 | LDFLAGS_append_mipsarch = " -latomic" | 44 | LDFLAGS:append:mipsarch = " -latomic" |
| 45 | LDFLAGS_append_armv5 = " -latomic" | 45 | LDFLAGS:append:armv5 = " -latomic" |
| 46 | 46 | ||
| 47 | EXTRA_OECONF = " --enable-strict-dependencies \ | 47 | EXTRA_OECONF = " --enable-strict-dependencies \ |
| 48 | --with-docdir=${docdir}/freeradius-${PV} \ | 48 | --with-docdir=${docdir}/freeradius-${PV} \ |
| @@ -124,10 +124,10 @@ do_configure () { | |||
| 124 | 124 | ||
| 125 | INITSCRIPT_NAME = "radiusd" | 125 | INITSCRIPT_NAME = "radiusd" |
| 126 | 126 | ||
| 127 | SYSTEMD_SERVICE_${PN} = "radiusd.service" | 127 | SYSTEMD_SERVICE:${PN} = "radiusd.service" |
| 128 | 128 | ||
| 129 | USERADD_PACKAGES = "${PN}" | 129 | USERADD_PACKAGES = "${PN}" |
| 130 | USERADD_PARAM_${PN} = "--system --no-create-home --shell /bin/false --user-group radiusd" | 130 | USERADD_PARAM:${PN} = "--system --no-create-home --shell /bin/false --user-group radiusd" |
| 131 | 131 | ||
| 132 | do_install() { | 132 | do_install() { |
| 133 | rm -rf ${D} | 133 | rm -rf ${D} |
| @@ -173,7 +173,7 @@ do_install() { | |||
| 173 | 173 | ||
| 174 | # This is only needed when we install/update on a running target. | 174 | # This is only needed when we install/update on a running target. |
| 175 | # | 175 | # |
| 176 | pkg_postinst_${PN} () { | 176 | pkg_postinst:${PN} () { |
| 177 | if [ -z "$D" ]; then | 177 | if [ -z "$D" ]; then |
| 178 | if command -v systemd-tmpfiles >/dev/null; then | 178 | if command -v systemd-tmpfiles >/dev/null; then |
| 179 | # create /var/log/radius, /var/run/radiusd | 179 | # create /var/log/radius, /var/run/radiusd |
| @@ -189,52 +189,52 @@ pkg_postinst_${PN} () { | |||
| 189 | } | 189 | } |
| 190 | 190 | ||
| 191 | # We really need the symlink :( | 191 | # We really need the symlink :( |
| 192 | INSANE_SKIP_${PN} = "dev-so" | 192 | INSANE_SKIP:${PN} = "dev-so" |
| 193 | INSANE_SKIP_${PN}-krb5 = "dev-so" | 193 | INSANE_SKIP:${PN}-krb5 = "dev-so" |
| 194 | INSANE_SKIP_${PN}-ldap = "dev-so" | 194 | INSANE_SKIP:${PN}-ldap = "dev-so" |
| 195 | INSANE_SKIP_${PN}-mysql = "dev-so" | 195 | INSANE_SKIP:${PN}-mysql = "dev-so" |
| 196 | INSANE_SKIP_${PN}-perl = "dev-so" | 196 | INSANE_SKIP:${PN}-perl = "dev-so" |
| 197 | INSANE_SKIP_${PN}-postgresql = "dev-so" | 197 | INSANE_SKIP:${PN}-postgresql = "dev-so" |
| 198 | INSANE_SKIP_${PN}-python = "dev-so" | 198 | INSANE_SKIP:${PN}-python = "dev-so" |
| 199 | INSANE_SKIP_${PN}-unixodbc = "dev-so" | 199 | INSANE_SKIP:${PN}-unixodbc = "dev-so" |
| 200 | 200 | ||
| 201 | PACKAGES =+ "${PN}-utils ${PN}-ldap ${PN}-krb5 ${PN}-perl \ | 201 | PACKAGES =+ "${PN}-utils ${PN}-ldap ${PN}-krb5 ${PN}-perl \ |
| 202 | ${PN}-python ${PN}-mysql ${PN}-postgresql ${PN}-unixodbc" | 202 | ${PN}-python ${PN}-mysql ${PN}-postgresql ${PN}-unixodbc" |
| 203 | 203 | ||
| 204 | FILES_${PN}-utils = "${bindir}/*" | 204 | FILES:${PN}-utils = "${bindir}/*" |
| 205 | 205 | ||
| 206 | FILES_${PN}-ldap = "${libdir}/rlm_ldap.so* \ | 206 | FILES:${PN}-ldap = "${libdir}/rlm_ldap.so* \ |
| 207 | ${sysconfdir}/raddb/mods-available/ldap \ | 207 | ${sysconfdir}/raddb/mods-available/ldap \ |
| 208 | " | 208 | " |
| 209 | 209 | ||
| 210 | FILES_${PN}-krb5 = "${libdir}/rlm_krb5.so* \ | 210 | FILES:${PN}-krb5 = "${libdir}/rlm_krb5.so* \ |
| 211 | ${sysconfdir}/raddb/mods-available/krb5 \ | 211 | ${sysconfdir}/raddb/mods-available/krb5 \ |
| 212 | " | 212 | " |
| 213 | 213 | ||
| 214 | FILES_${PN}-perl = "${libdir}/rlm_perl.so* \ | 214 | FILES:${PN}-perl = "${libdir}/rlm_perl.so* \ |
| 215 | ${sysconfdir}/raddb/mods-config/perl \ | 215 | ${sysconfdir}/raddb/mods-config/perl \ |
| 216 | ${sysconfdir}/raddb/mods-available/perl \ | 216 | ${sysconfdir}/raddb/mods-available/perl \ |
| 217 | " | 217 | " |
| 218 | 218 | ||
| 219 | FILES_${PN}-python = "${libdir}/rlm_python3.so* \ | 219 | FILES:${PN}-python = "${libdir}/rlm_python3.so* \ |
| 220 | ${sysconfdir}/raddb/mods-config/python3 \ | 220 | ${sysconfdir}/raddb/mods-config/python3 \ |
| 221 | ${sysconfdir}/raddb/mods-available/python3 \ | 221 | ${sysconfdir}/raddb/mods-available/python3 \ |
| 222 | " | 222 | " |
| 223 | 223 | ||
| 224 | FILES_${PN}-mysql = "${libdir}/rlm_sql_mysql.so* \ | 224 | FILES:${PN}-mysql = "${libdir}/rlm_sql_mysql.so* \ |
| 225 | ${sysconfdir}/raddb/mods-config/sql/*/mysql \ | 225 | ${sysconfdir}/raddb/mods-config/sql/*/mysql \ |
| 226 | ${sysconfdir}/raddb/mods-available/sql \ | 226 | ${sysconfdir}/raddb/mods-available/sql \ |
| 227 | " | 227 | " |
| 228 | 228 | ||
| 229 | FILES_${PN}-postgresql = "${libdir}/rlm_sql_postgresql.so* \ | 229 | FILES:${PN}-postgresql = "${libdir}/rlm_sql_postgresql.so* \ |
| 230 | ${sysconfdir}/raddb/mods-config/sql/*/postgresql \ | 230 | ${sysconfdir}/raddb/mods-config/sql/*/postgresql \ |
| 231 | " | 231 | " |
| 232 | 232 | ||
| 233 | FILES_${PN}-unixodbc = "${libdir}/rlm_sql_unixodbc.so*" | 233 | FILES:${PN}-unixodbc = "${libdir}/rlm_sql_unixodbc.so*" |
| 234 | 234 | ||
| 235 | FILES_${PN} =+ "${libdir}/rlm_*.so* ${libdir}/proto_*so*" | 235 | FILES:${PN} =+ "${libdir}/rlm_*.so* ${libdir}/proto_*so*" |
| 236 | 236 | ||
| 237 | RDEPENDS_${PN} += "perl" | 237 | RDEPENDS:${PN} += "perl" |
| 238 | RDEPENDS_${PN}-utils = "${PN} perl" | 238 | RDEPENDS:${PN}-utils = "${PN} perl" |
| 239 | 239 | ||
| 240 | CLEANBROKEN = "1" | 240 | CLEANBROKEN = "1" |
diff --git a/meta-networking/recipes-connectivity/lftp/lftp_4.9.2.bb b/meta-networking/recipes-connectivity/lftp/lftp_4.9.2.bb index e6240a58ed..9b64388a0f 100644 --- a/meta-networking/recipes-connectivity/lftp/lftp_4.9.2.bb +++ b/meta-networking/recipes-connectivity/lftp/lftp_4.9.2.bb | |||
| @@ -23,9 +23,9 @@ PACKAGECONFIG[gnutls] = "--with-gnutls, --without-gnutls, gnutls" | |||
| 23 | PACKAGECONFIG[readline] = "--with-readline=${STAGING_INCDIR}/.. --with-readline-inc=${STAGING_INCDIR} --with-readline-lib=-lreadline, --with-readline=no, readline" | 23 | PACKAGECONFIG[readline] = "--with-readline=${STAGING_INCDIR}/.. --with-readline-inc=${STAGING_INCDIR} --with-readline-lib=-lreadline, --with-readline=no, readline" |
| 24 | PACKAGECONFIG[expat] = "--with-expat=${STAGING_INCDIR}/.. --with-expat-inc=${STAGING_INCDIR} --with-expat-lib=-lexpat, , expat" | 24 | PACKAGECONFIG[expat] = "--with-expat=${STAGING_INCDIR}/.. --with-expat-inc=${STAGING_INCDIR} --with-expat-lib=-lexpat, , expat" |
| 25 | 25 | ||
| 26 | do_install_append() { | 26 | do_install:append() { |
| 27 | rm -rf ${D}${libdir}/charset.alias | 27 | rm -rf ${D}${libdir}/charset.alias |
| 28 | } | 28 | } |
| 29 | FILES_${PN} += "${datadir}/icons/hicolor" | 29 | FILES:${PN} += "${datadir}/icons/hicolor" |
| 30 | FILES_${PN}-dbg += "${libdir}/lftp/${PV}/.debug" | 30 | FILES:${PN}-dbg += "${libdir}/lftp/${PV}/.debug" |
| 31 | RDEPENDS_${PN} = "perl bash readline" | 31 | RDEPENDS:${PN} = "perl bash readline" |
diff --git a/meta-networking/recipes-connectivity/libiec61850/libiec61850_1.5.0.bb b/meta-networking/recipes-connectivity/libiec61850/libiec61850_1.5.0.bb index 18e2992833..ab7167c946 100644 --- a/meta-networking/recipes-connectivity/libiec61850/libiec61850_1.5.0.bb +++ b/meta-networking/recipes-connectivity/libiec61850/libiec61850_1.5.0.bb | |||
| @@ -28,10 +28,10 @@ EXTRA_OECMAKE = " \ | |||
| 28 | -DBUILD_PYTHON_BINDINGS=ON \ | 28 | -DBUILD_PYTHON_BINDINGS=ON \ |
| 29 | " | 29 | " |
| 30 | 30 | ||
| 31 | RDEPENDS_${PN}-python = " python3-core " | 31 | RDEPENDS:${PN}-python = " python3-core " |
| 32 | RDEPENDS_${PN} = " python3-core " | 32 | RDEPENDS:${PN} = " python3-core " |
| 33 | 33 | ||
| 34 | FILES_${PN} += " \ | 34 | FILES:${PN} += " \ |
| 35 | ${libdir}/${PYTHON_DIR}/site-packages/iec61850.py \ | 35 | ${libdir}/${PYTHON_DIR}/site-packages/iec61850.py \ |
| 36 | ${libdir}/${PYTHON_DIR}/site-packages/_iec61850.so \ | 36 | ${libdir}/${PYTHON_DIR}/site-packages/_iec61850.so \ |
| 37 | " | 37 | " |
diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.26.0.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.26.0.bb index 3c7df44513..b62ed04ce6 100644 --- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.26.0.bb +++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.26.0.bb | |||
| @@ -37,9 +37,9 @@ PACKAGECONFIG[werror] = "-DMBEDTLS_FATAL_WARNINGS=ON,-DMBEDTLS_FATAL_WARNINGS=OF | |||
| 37 | EXTRA_OECMAKE = "-DENABLE_TESTING=OFF -DLIB_INSTALL_DIR:STRING=${libdir}" | 37 | EXTRA_OECMAKE = "-DENABLE_TESTING=OFF -DLIB_INSTALL_DIR:STRING=${libdir}" |
| 38 | 38 | ||
| 39 | PROVIDES += "polarssl" | 39 | PROVIDES += "polarssl" |
| 40 | RPROVIDES_${PN} = "polarssl" | 40 | RPROVIDES:${PN} = "polarssl" |
| 41 | 41 | ||
| 42 | PACKAGES =+ "${PN}-programs" | 42 | PACKAGES =+ "${PN}-programs" |
| 43 | FILES_${PN}-programs = "${bindir}/" | 43 | FILES:${PN}-programs = "${bindir}/" |
| 44 | 44 | ||
| 45 | BBCLASSEXTEND = "native nativesdk" | 45 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.1.20191006.bb b/meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.1.20191006.bb index a630d27b9c..468569eef1 100644 --- a/meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.1.20191006.bb +++ b/meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.1.20191006.bb | |||
| @@ -20,7 +20,7 @@ SRC_URI[sha256sum] = "218fad7af31f3c22fb4c9db28a55a2a8b5067d41f5b38f52008a057a00 | |||
| 20 | 20 | ||
| 21 | IPV6 = "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', '--ipv6', '', d)}" | 21 | IPV6 = "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', '--ipv6', '', d)}" |
| 22 | 22 | ||
| 23 | do_configure_prepend() { | 23 | do_configure:prepend() { |
| 24 | echo "${@d.getVar('DISTRO_VERSION')}" > ${S}/os.openembedded | 24 | echo "${@d.getVar('DISTRO_VERSION')}" > ${S}/os.openembedded |
| 25 | } | 25 | } |
| 26 | 26 | ||
| @@ -47,4 +47,4 @@ do_install() { | |||
| 47 | install -m 0644 ${WORKDIR}/miniupnpd.service ${D}${systemd_unitdir}/system/ | 47 | install -m 0644 ${WORKDIR}/miniupnpd.service ${D}${systemd_unitdir}/system/ |
| 48 | } | 48 | } |
| 49 | 49 | ||
| 50 | SYSTEMD_SERVICE_${PN} = "miniupnpd.service" | 50 | SYSTEMD_SERVICE:${PN} = "miniupnpd.service" |
diff --git a/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.11.bb b/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.11.bb index 9f1c024bbd..9a13e2bc63 100644 --- a/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.11.bb +++ b/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.11.bb | |||
| @@ -40,7 +40,7 @@ EXTRA_OECMAKE = " \ | |||
| 40 | -DWITH_ADNS=ON \ | 40 | -DWITH_ADNS=ON \ |
| 41 | " | 41 | " |
| 42 | 42 | ||
| 43 | do_install_append() { | 43 | do_install:append() { |
| 44 | install -d ${D}${systemd_unitdir}/system/ | 44 | install -d ${D}${systemd_unitdir}/system/ |
| 45 | install -m 0644 ${S}/service/systemd/mosquitto.service.notify ${D}${systemd_unitdir}/system/mosquitto.service | 45 | install -m 0644 ${S}/service/systemd/mosquitto.service.notify ${D}${systemd_unitdir}/system/mosquitto.service |
| 46 | 46 | ||
| @@ -57,7 +57,7 @@ PACKAGES += "libmosquitto1 libmosquittopp1 ${PN}-clients" | |||
| 57 | 57 | ||
| 58 | PACKAGE_BEFORE_PN = "${PN}-examples" | 58 | PACKAGE_BEFORE_PN = "${PN}-examples" |
| 59 | 59 | ||
| 60 | FILES_${PN} = "${sbindir}/mosquitto \ | 60 | FILES:${PN} = "${sbindir}/mosquitto \ |
| 61 | ${bindir}/mosquitto_passwd \ | 61 | ${bindir}/mosquitto_passwd \ |
| 62 | ${bindir}/mosquitto_ctrl \ | 62 | ${bindir}/mosquitto_ctrl \ |
| 63 | ${libdir}/mosquitto_dynamic_security.so \ | 63 | ${libdir}/mosquitto_dynamic_security.so \ |
| @@ -66,26 +66,26 @@ FILES_${PN} = "${sbindir}/mosquitto \ | |||
| 66 | ${systemd_unitdir}/system/mosquitto.service \ | 66 | ${systemd_unitdir}/system/mosquitto.service \ |
| 67 | " | 67 | " |
| 68 | 68 | ||
| 69 | CONFFILES_${PN} += "${sysconfdir}/mosquitto/mosquitto.conf" | 69 | CONFFILES:${PN} += "${sysconfdir}/mosquitto/mosquitto.conf" |
| 70 | 70 | ||
| 71 | FILES_libmosquitto1 = "${libdir}/libmosquitto.so.*" | 71 | FILES:libmosquitto1 = "${libdir}/libmosquitto.so.*" |
| 72 | 72 | ||
| 73 | FILES_libmosquittopp1 = "${libdir}/libmosquittopp.so.*" | 73 | FILES:libmosquittopp1 = "${libdir}/libmosquittopp.so.*" |
| 74 | 74 | ||
| 75 | FILES_${PN}-clients = "${bindir}/mosquitto_pub \ | 75 | FILES:${PN}-clients = "${bindir}/mosquitto_pub \ |
| 76 | ${bindir}/mosquitto_sub \ | 76 | ${bindir}/mosquitto_sub \ |
| 77 | ${bindir}/mosquitto_rr \ | 77 | ${bindir}/mosquitto_rr \ |
| 78 | " | 78 | " |
| 79 | 79 | ||
| 80 | FILES_${PN}-examples = "${sysconfdir}/mosquitto/*.example" | 80 | FILES:${PN}-examples = "${sysconfdir}/mosquitto/*.example" |
| 81 | 81 | ||
| 82 | SYSTEMD_SERVICE_${PN} = "mosquitto.service" | 82 | SYSTEMD_SERVICE:${PN} = "mosquitto.service" |
| 83 | 83 | ||
| 84 | INITSCRIPT_NAME = "mosquitto" | 84 | INITSCRIPT_NAME = "mosquitto" |
| 85 | INITSCRIPT_PARAMS = "defaults 30" | 85 | INITSCRIPT_PARAMS = "defaults 30" |
| 86 | 86 | ||
| 87 | USERADD_PACKAGES = "${PN}" | 87 | USERADD_PACKAGES = "${PN}" |
| 88 | USERADD_PARAM_${PN} = "--system --no-create-home --shell /bin/false \ | 88 | USERADD_PARAM:${PN} = "--system --no-create-home --shell /bin/false \ |
| 89 | --user-group mosquitto" | 89 | --user-group mosquitto" |
| 90 | 90 | ||
| 91 | BBCLASSEXTEND += "native nativesdk" | 91 | BBCLASSEXTEND += "native nativesdk" |
diff --git a/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.1.5.bb b/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.1.5.bb index 8444f0b739..750b252106 100644 --- a/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.1.5.bb +++ b/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.1.5.bb | |||
| @@ -22,7 +22,7 @@ inherit cmake pkgconfig | |||
| 22 | EXTRA_OECMAKE = " -DNN_ENABLE_DOC=OFF " | 22 | EXTRA_OECMAKE = " -DNN_ENABLE_DOC=OFF " |
| 23 | 23 | ||
| 24 | # we don't want nanomsg-tools to be renamed to libnanomsg-tools | 24 | # we don't want nanomsg-tools to be renamed to libnanomsg-tools |
| 25 | DEBIAN_NOAUTONAME_${PN}-tools = "1" | 25 | DEBIAN_NOAUTONAME:${PN}-tools = "1" |
| 26 | 26 | ||
| 27 | PACKAGES =+ "${PN}-tools" | 27 | PACKAGES =+ "${PN}-tools" |
| 28 | FILES_${PN}-tools = "${bindir}/*" | 28 | FILES:${PN}-tools = "${bindir}/*" |
diff --git a/meta-networking/recipes-connectivity/nanomsg/nng_1.4.0.bb b/meta-networking/recipes-connectivity/nanomsg/nng_1.4.0.bb index f61aa0549d..49e2015641 100644 --- a/meta-networking/recipes-connectivity/nanomsg/nng_1.4.0.bb +++ b/meta-networking/recipes-connectivity/nanomsg/nng_1.4.0.bb | |||
| @@ -21,4 +21,4 @@ PACKAGECONFIG ??= "" | |||
| 21 | PACKAGECONFIG[mbedtls] = "-DNNG_ENABLE_TLS=ON,-DNNG_ENABLE_TLS=OFF,mbedtls" | 21 | PACKAGECONFIG[mbedtls] = "-DNNG_ENABLE_TLS=ON,-DNNG_ENABLE_TLS=OFF,mbedtls" |
| 22 | 22 | ||
| 23 | PACKAGES =+ "${PN}-tools" | 23 | PACKAGES =+ "${PN}-tools" |
| 24 | FILES_${PN}-tools = "${bindir}/*" | 24 | FILES:${PN}-tools = "${bindir}/*" |
diff --git a/meta-networking/recipes-connectivity/netplan/netplan_0.102.bb b/meta-networking/recipes-connectivity/netplan/netplan_0.102.bb index 3328dfbbb9..6c624ce4e9 100644 --- a/meta-networking/recipes-connectivity/netplan/netplan_0.102.bb +++ b/meta-networking/recipes-connectivity/netplan/netplan_0.102.bb | |||
| @@ -18,11 +18,11 @@ SRC_URI = " \ | |||
| 18 | git://github.com/CanonicalLtd/netplan.git \ | 18 | git://github.com/CanonicalLtd/netplan.git \ |
| 19 | file://0001-Handle-enum-element-override.patch \ | 19 | file://0001-Handle-enum-element-override.patch \ |
| 20 | " | 20 | " |
| 21 | SRC_URI_append_libc-musl = " file://0001-don-t-fail-if-GLOB_BRACE-is-not-defined.patch" | 21 | SRC_URI:append:libc-musl = " file://0001-don-t-fail-if-GLOB_BRACE-is-not-defined.patch" |
| 22 | 22 | ||
| 23 | DEPENDS = "glib-2.0 libyaml ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 23 | DEPENDS = "glib-2.0 libyaml ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
| 24 | 24 | ||
| 25 | RDEPENDS_${PN} = "python3 python3-core python3-pyyaml python3-netifaces python3-nose python3-coverage python3-pycodestyle python3-pyflakes util-linux-libuuid libnetplan" | 25 | RDEPENDS:${PN} = "python3 python3-core python3-pyyaml python3-netifaces python3-nose python3-coverage python3-pycodestyle python3-pyflakes util-linux-libuuid libnetplan" |
| 26 | 26 | ||
| 27 | inherit pkgconfig systemd | 27 | inherit pkgconfig systemd |
| 28 | 28 | ||
| @@ -56,6 +56,6 @@ do_install() { | |||
| 56 | 56 | ||
| 57 | PACKAGES += "${PN}-dbus libnetplan" | 57 | PACKAGES += "${PN}-dbus libnetplan" |
| 58 | 58 | ||
| 59 | FILES_libnetplan = "${libdir}/libnetplan.so.0.0" | 59 | FILES:libnetplan = "${libdir}/libnetplan.so.0.0" |
| 60 | FILES_${PN} = "${sbindir} ${base_libdir}/netplan/generate ${datadir}/netplan ${sysconfdir}/netplan ${systemd_unitdir}" | 60 | FILES:${PN} = "${sbindir} ${base_libdir}/netplan/generate ${datadir}/netplan ${sysconfdir}/netplan ${systemd_unitdir}" |
| 61 | FILES_${PN}-dbus = "${base_libdir}/netplan/netplan-dbus ${datadir}/dbus-1" | 61 | FILES:${PN}-dbus = "${base_libdir}/netplan/netplan-dbus ${datadir}/dbus-1" |
diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.14.bb b/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.14.bb index 1f76d8ab52..9f3054a7c2 100644 --- a/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.14.bb +++ b/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.14.bb | |||
| @@ -18,7 +18,7 @@ S = "${WORKDIR}/NetworkManager-openvpn-${PV}" | |||
| 18 | # meta-gnome in layers is required using gnome: | 18 | # meta-gnome in layers is required using gnome: |
| 19 | PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome,gtk+3 libnma libsecret" | 19 | PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome,gtk+3 libnma libsecret" |
| 20 | 20 | ||
| 21 | do_configure_append() { | 21 | do_configure:append() { |
| 22 | # network-manager-openvpn.metainfo.xml is created in source folder but | 22 | # network-manager-openvpn.metainfo.xml is created in source folder but |
| 23 | # compile expects it in build folder. As long as nobody comes up with a | 23 | # compile expects it in build folder. As long as nobody comes up with a |
| 24 | # better solution just support build: | 24 | # better solution just support build: |
| @@ -28,26 +28,26 @@ do_configure_append() { | |||
| 28 | fi | 28 | fi |
| 29 | } | 29 | } |
| 30 | 30 | ||
| 31 | do_install_append () { | 31 | do_install:append () { |
| 32 | rm -rf ${D}${libdir}/NetworkManager/*.la | 32 | rm -rf ${D}${libdir}/NetworkManager/*.la |
| 33 | } | 33 | } |
| 34 | 34 | ||
| 35 | # Create user and group nm-openvpn that are needed since version 1.0.6 | 35 | # Create user and group nm-openvpn that are needed since version 1.0.6 |
| 36 | USERADD_PACKAGES = "${PN}" | 36 | USERADD_PACKAGES = "${PN}" |
| 37 | USERADD_PARAM_${PN} = "--system nm-openvpn" | 37 | USERADD_PARAM:${PN} = "--system nm-openvpn" |
| 38 | 38 | ||
| 39 | FILES_${PN} += " \ | 39 | FILES:${PN} += " \ |
| 40 | ${datadir}/dbus-1 \ | 40 | ${datadir}/dbus-1 \ |
| 41 | ${datadir}/metainfo \ | 41 | ${datadir}/metainfo \ |
| 42 | ${libdir}/NetworkManager/*.so \ | 42 | ${libdir}/NetworkManager/*.so \ |
| 43 | ${nonarch_libdir}/NetworkManager/VPN/nm-openvpn-service.name \ | 43 | ${nonarch_libdir}/NetworkManager/VPN/nm-openvpn-service.name \ |
| 44 | " | 44 | " |
| 45 | 45 | ||
| 46 | FILES_${PN}-staticdev += " \ | 46 | FILES:${PN}-staticdev += " \ |
| 47 | ${libdir}/NetworkManager/*.a \ | 47 | ${libdir}/NetworkManager/*.a \ |
| 48 | " | 48 | " |
| 49 | 49 | ||
| 50 | RDEPENDS_${PN} = " \ | 50 | RDEPENDS:${PN} = " \ |
| 51 | networkmanager \ | 51 | networkmanager \ |
| 52 | openvpn \ | 52 | openvpn \ |
| 53 | " | 53 | " |
diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.32.4.bb b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.32.4.bb index 9c1e368642..0ef525d31d 100644 --- a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.32.4.bb +++ b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.32.4.bb | |||
| @@ -47,11 +47,11 @@ EXTRA_OECONF = " \ | |||
| 47 | # stolen from https://github.com/void-linux/void-packages/blob/master/srcpkgs/NetworkManager/template | 47 | # stolen from https://github.com/void-linux/void-packages/blob/master/srcpkgs/NetworkManager/template |
| 48 | # avoids: | 48 | # avoids: |
| 49 | # | ../NetworkManager-1.16.0/libnm-core/nm-json.c:106:50: error: 'RTLD_DEEPBIND' undeclared (first use in this function); did you mean 'RTLD_DEFAULT'? | 49 | # | ../NetworkManager-1.16.0/libnm-core/nm-json.c:106:50: error: 'RTLD_DEEPBIND' undeclared (first use in this function); did you mean 'RTLD_DEFAULT'? |
| 50 | CFLAGS_append_libc-musl = " \ | 50 | CFLAGS:append:libc-musl = " \ |
| 51 | -DRTLD_DEEPBIND=0 \ | 51 | -DRTLD_DEEPBIND=0 \ |
| 52 | " | 52 | " |
| 53 | 53 | ||
| 54 | do_compile_prepend() { | 54 | do_compile:prepend() { |
| 55 | export GIR_EXTRA_LIBS_PATH="${B}/src/libnm-client-impl/.libs" | 55 | export GIR_EXTRA_LIBS_PATH="${B}/src/libnm-client-impl/.libs" |
| 56 | } | 56 | } |
| 57 | 57 | ||
| @@ -92,19 +92,19 @@ PACKAGES =+ " \ | |||
| 92 | 92 | ||
| 93 | SYSTEMD_PACKAGES = "${PN} ${PN}-cloud-setup" | 93 | SYSTEMD_PACKAGES = "${PN} ${PN}-cloud-setup" |
| 94 | 94 | ||
| 95 | FILES_${PN}-adsl = "${libdir}/NetworkManager/${PV}/libnm-device-plugin-adsl.so" | 95 | FILES:${PN}-adsl = "${libdir}/NetworkManager/${PV}/libnm-device-plugin-adsl.so" |
| 96 | 96 | ||
| 97 | FILES_${PN}-cloud-setup = " \ | 97 | FILES:${PN}-cloud-setup = " \ |
| 98 | ${libexecdir}/nm-cloud-setup \ | 98 | ${libexecdir}/nm-cloud-setup \ |
| 99 | ${systemd_system_unitdir}/nm-cloud-setup.service \ | 99 | ${systemd_system_unitdir}/nm-cloud-setup.service \ |
| 100 | ${systemd_system_unitdir}/nm-cloud-setup.timer \ | 100 | ${systemd_system_unitdir}/nm-cloud-setup.timer \ |
| 101 | ${libdir}/NetworkManager/dispatcher.d/90-nm-cloud-setup.sh \ | 101 | ${libdir}/NetworkManager/dispatcher.d/90-nm-cloud-setup.sh \ |
| 102 | ${libdir}/NetworkManager/dispatcher.d/no-wait.d/90-nm-cloud-setup.sh \ | 102 | ${libdir}/NetworkManager/dispatcher.d/no-wait.d/90-nm-cloud-setup.sh \ |
| 103 | " | 103 | " |
| 104 | ALLOW_EMPTY_${PN}-cloud-setup = "1" | 104 | ALLOW_EMPTY:${PN}-cloud-setup = "1" |
| 105 | SYSTEMD_SERVICE_${PN}-cloud-setup = "${@bb.utils.contains('PACKAGECONFIG', 'cloud-setup', 'nm-cloud-setup.service nm-cloud-setup.timer', '', d)}" | 105 | SYSTEMD_SERVICE:${PN}-cloud-setup = "${@bb.utils.contains('PACKAGECONFIG', 'cloud-setup', 'nm-cloud-setup.service nm-cloud-setup.timer', '', d)}" |
| 106 | 106 | ||
| 107 | FILES_${PN} += " \ | 107 | FILES:${PN} += " \ |
| 108 | ${libexecdir} \ | 108 | ${libexecdir} \ |
| 109 | ${libdir}/NetworkManager/${PV}/*.so \ | 109 | ${libdir}/NetworkManager/${PV}/*.so \ |
| 110 | ${libdir}/NetworkManager \ | 110 | ${libdir}/NetworkManager \ |
| @@ -123,46 +123,46 @@ FILES_${PN} += " \ | |||
| 123 | ${libdir}/pppd \ | 123 | ${libdir}/pppd \ |
| 124 | " | 124 | " |
| 125 | 125 | ||
| 126 | RRECOMMENDS_${PN} += "iptables \ | 126 | RRECOMMENDS:${PN} += "iptables \ |
| 127 | ${@bb.utils.filter('PACKAGECONFIG', 'dnsmasq', d)} \ | 127 | ${@bb.utils.filter('PACKAGECONFIG', 'dnsmasq', d)} \ |
| 128 | " | 128 | " |
| 129 | RCONFLICTS_${PN} = "connman" | 129 | RCONFLICTS:${PN} = "connman" |
| 130 | 130 | ||
| 131 | FILES_${PN}-dev += " \ | 131 | FILES:${PN}-dev += " \ |
| 132 | ${datadir}/NetworkManager/gdb-cmd \ | 132 | ${datadir}/NetworkManager/gdb-cmd \ |
| 133 | ${libdir}/pppd/*/*.la \ | 133 | ${libdir}/pppd/*/*.la \ |
| 134 | ${libdir}/NetworkManager/*.la \ | 134 | ${libdir}/NetworkManager/*.la \ |
| 135 | ${libdir}/NetworkManager/${PV}/*.la \ | 135 | ${libdir}/NetworkManager/${PV}/*.la \ |
| 136 | " | 136 | " |
| 137 | 137 | ||
| 138 | FILES_${PN}-nmcli = " \ | 138 | FILES:${PN}-nmcli = " \ |
| 139 | ${bindir}/nmcli \ | 139 | ${bindir}/nmcli \ |
| 140 | " | 140 | " |
| 141 | 141 | ||
| 142 | FILES_${PN}-nmcli-doc = " \ | 142 | FILES:${PN}-nmcli-doc = " \ |
| 143 | ${mandir}/man1/nmcli* \ | 143 | ${mandir}/man1/nmcli* \ |
| 144 | " | 144 | " |
| 145 | 145 | ||
| 146 | FILES_${PN}-nmtui = " \ | 146 | FILES:${PN}-nmtui = " \ |
| 147 | ${bindir}/nmtui \ | 147 | ${bindir}/nmtui \ |
| 148 | ${bindir}/nmtui-edit \ | 148 | ${bindir}/nmtui-edit \ |
| 149 | ${bindir}/nmtui-connect \ | 149 | ${bindir}/nmtui-connect \ |
| 150 | ${bindir}/nmtui-hostname \ | 150 | ${bindir}/nmtui-hostname \ |
| 151 | " | 151 | " |
| 152 | 152 | ||
| 153 | FILES_${PN}-nmtui-doc = " \ | 153 | FILES:${PN}-nmtui-doc = " \ |
| 154 | ${mandir}/man1/nmtui* \ | 154 | ${mandir}/man1/nmtui* \ |
| 155 | " | 155 | " |
| 156 | 156 | ||
| 157 | INITSCRIPT_NAME = "network-manager" | 157 | INITSCRIPT_NAME = "network-manager" |
| 158 | SYSTEMD_SERVICE_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'NetworkManager.service NetworkManager-dispatcher.service', '', d)}" | 158 | SYSTEMD_SERVICE:${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'NetworkManager.service NetworkManager-dispatcher.service', '', d)}" |
| 159 | 159 | ||
| 160 | ALTERNATIVE_PRIORITY = "100" | 160 | ALTERNATIVE_PRIORITY = "100" |
| 161 | ALTERNATIVE_${PN} = "${@bb.utils.contains('DISTRO_FEATURES','systemd','resolv-conf','',d)}" | 161 | ALTERNATIVE:${PN} = "${@bb.utils.contains('DISTRO_FEATURES','systemd','resolv-conf','',d)}" |
| 162 | ALTERNATIVE_TARGET[resolv-conf] = "${@bb.utils.contains('DISTRO_FEATURES','systemd','${sysconfdir}/resolv-conf.NetworkManager','',d)}" | 162 | ALTERNATIVE_TARGET[resolv-conf] = "${@bb.utils.contains('DISTRO_FEATURES','systemd','${sysconfdir}/resolv-conf.NetworkManager','',d)}" |
| 163 | ALTERNATIVE_LINK_NAME[resolv-conf] = "${@bb.utils.contains('DISTRO_FEATURES','systemd','${sysconfdir}/resolv.conf','',d)}" | 163 | ALTERNATIVE_LINK_NAME[resolv-conf] = "${@bb.utils.contains('DISTRO_FEATURES','systemd','${sysconfdir}/resolv.conf','',d)}" |
| 164 | 164 | ||
| 165 | do_install_append() { | 165 | do_install:append() { |
| 166 | install -Dm 0755 ${WORKDIR}/${BPN}.initd ${D}${sysconfdir}/init.d/network-manager | 166 | install -Dm 0755 ${WORKDIR}/${BPN}.initd ${D}${sysconfdir}/init.d/network-manager |
| 167 | 167 | ||
| 168 | rm -rf ${D}/run ${D}${localstatedir}/run | 168 | rm -rf ${D}/run ${D}${localstatedir}/run |
diff --git a/meta-networking/recipes-connectivity/openconnect/openconnect_8.10.bb b/meta-networking/recipes-connectivity/openconnect/openconnect_8.10.bb index a486cf0e05..c66192aea9 100644 --- a/meta-networking/recipes-connectivity/openconnect/openconnect_8.10.bb +++ b/meta-networking/recipes-connectivity/openconnect/openconnect_8.10.bb | |||
| @@ -8,7 +8,7 @@ SRC_URI = " \ | |||
| 8 | SRCREV = "9d287e40c57233190a51b6434ba7345370e36f38" | 8 | SRCREV = "9d287e40c57233190a51b6434ba7345370e36f38" |
| 9 | 9 | ||
| 10 | DEPENDS = "vpnc libxml2 krb5 gettext-native" | 10 | DEPENDS = "vpnc libxml2 krb5 gettext-native" |
| 11 | RDEPENDS_${PN} = "bash python3-core vpnc-script" | 11 | RDEPENDS:${PN} = "bash python3-core vpnc-script" |
| 12 | 12 | ||
| 13 | PACKAGECONFIG ??= "gnutls lz4 libproxy" | 13 | PACKAGECONFIG ??= "gnutls lz4 libproxy" |
| 14 | 14 | ||
| @@ -27,6 +27,6 @@ inherit autotools pkgconfig bash-completion | |||
| 27 | EXTRA_OECONF += "--with-vpnc-script=${sysconfdir}/vpnc/vpnc-script \ | 27 | EXTRA_OECONF += "--with-vpnc-script=${sysconfdir}/vpnc/vpnc-script \ |
| 28 | --disable-static" | 28 | --disable-static" |
| 29 | 29 | ||
| 30 | do_install_append() { | 30 | do_install:append() { |
| 31 | rm ${D}/usr/libexec/openconnect/hipreport-android.sh | 31 | rm ${D}/usr/libexec/openconnect/hipreport-android.sh |
| 32 | } | 32 | } |
diff --git a/meta-networking/recipes-connectivity/python-networkmanager/python3-networkmanager_2.2.bb b/meta-networking/recipes-connectivity/python-networkmanager/python3-networkmanager_2.2.bb index d447231fc5..60cf3c2525 100644 --- a/meta-networking/recipes-connectivity/python-networkmanager/python3-networkmanager_2.2.bb +++ b/meta-networking/recipes-connectivity/python-networkmanager/python3-networkmanager_2.2.bb | |||
| @@ -10,4 +10,4 @@ SRC_URI[sha256sum] = "de6eb921d94aba7549f428ed2b3aa482a5d543ecb6965cbaa0fbb555ab | |||
| 10 | PYPI_PACKAGE = "python-networkmanager" | 10 | PYPI_PACKAGE = "python-networkmanager" |
| 11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
| 12 | 12 | ||
| 13 | RDEPENDS_${PN} = "networkmanager python3-dbus python3-six" | 13 | RDEPENDS:${PN} = "networkmanager python3-dbus python3-six" |
diff --git a/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb b/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb index 37b3eebe4b..d81cc9a3d1 100644 --- a/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb +++ b/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb | |||
| @@ -41,4 +41,4 @@ inherit autotools-brokensep | |||
| 41 | EXTRA_OEMAKE = "BIN_GROUP=root MAN_GROUP=root RDIST_MODE=755 RDISTD_MODE=755 MAN_MODE=644" | 41 | EXTRA_OEMAKE = "BIN_GROUP=root MAN_GROUP=root RDIST_MODE=755 RDISTD_MODE=755 MAN_MODE=644" |
| 42 | 42 | ||
| 43 | # http://errors.yoctoproject.org/Errors/Details/186972/ | 43 | # http://errors.yoctoproject.org/Errors/Details/186972/ |
| 44 | COMPATIBLE_HOST_libc-musl = 'null' | 44 | COMPATIBLE_HOST:libc-musl = 'null' |
diff --git a/meta-networking/recipes-connectivity/restinio/restinio_0.6.13.bb b/meta-networking/recipes-connectivity/restinio/restinio_0.6.13.bb index e3567961aa..e715135dc3 100644 --- a/meta-networking/recipes-connectivity/restinio/restinio_0.6.13.bb +++ b/meta-networking/recipes-connectivity/restinio/restinio_0.6.13.bb | |||
| @@ -27,5 +27,5 @@ EXTRA_OECMAKE += "\ | |||
| 27 | " | 27 | " |
| 28 | 28 | ||
| 29 | # Header-only library | 29 | # Header-only library |
| 30 | RDEPENDS_${PN}-dev = "" | 30 | RDEPENDS:${PN}-dev = "" |
| 31 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" | 31 | RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" |
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.14.5.bb b/meta-networking/recipes-connectivity/samba/samba_4.14.5.bb index 5c5ce36705..2bc43e7146 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.14.5.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.14.5.bb | |||
| @@ -26,7 +26,7 @@ SRC_URI = "${SAMBA_MIRROR}/stable/samba-${PV}.tar.gz \ | |||
| 26 | file://0009-source3-wscript-disable-check-fcntl-RW_HINTS.patch \ | 26 | file://0009-source3-wscript-disable-check-fcntl-RW_HINTS.patch \ |
| 27 | " | 27 | " |
| 28 | 28 | ||
| 29 | SRC_URI_append_libc-musl = " \ | 29 | SRC_URI:append:libc-musl = " \ |
| 30 | file://netdb_defines.patch \ | 30 | file://netdb_defines.patch \ |
| 31 | file://samba-pam.patch \ | 31 | file://samba-pam.patch \ |
| 32 | file://samba-4.3.9-remove-getpwent_r.patch \ | 32 | file://samba-4.3.9-remove-getpwent_r.patch \ |
| @@ -45,31 +45,31 @@ inherit systemd waf-samba cpan-base perlnative update-rc.d perl-version | |||
| 45 | CVE_CHECK_WHITELIST += "CVE-2011-2411" | 45 | CVE_CHECK_WHITELIST += "CVE-2011-2411" |
| 46 | 46 | ||
| 47 | # remove default added RDEPENDS on perl | 47 | # remove default added RDEPENDS on perl |
| 48 | RDEPENDS_${PN}_remove = "perl" | 48 | RDEPENDS:${PN}:remove = "perl" |
| 49 | 49 | ||
| 50 | DEPENDS += "readline virtual/libiconv zlib popt libtalloc libtdb libtevent libldb libaio libpam libtasn1 jansson libparse-yapp-perl-native gnutls" | 50 | DEPENDS += "readline virtual/libiconv zlib popt libtalloc libtdb libtevent libldb libaio libpam libtasn1 jansson libparse-yapp-perl-native gnutls" |
| 51 | 51 | ||
| 52 | inherit features_check | 52 | inherit features_check |
| 53 | REQUIRED_DISTRO_FEATURES = "pam" | 53 | REQUIRED_DISTRO_FEATURES = "pam" |
| 54 | 54 | ||
| 55 | DEPENDS_append_libc-musl = " libtirpc" | 55 | DEPENDS:append:libc-musl = " libtirpc" |
| 56 | CFLAGS_append_libc-musl = " -I${STAGING_INCDIR}/tirpc" | 56 | CFLAGS:append:libc-musl = " -I${STAGING_INCDIR}/tirpc" |
| 57 | LDFLAGS_append_libc-musl = " -ltirpc" | 57 | LDFLAGS:append:libc-musl = " -ltirpc" |
| 58 | 58 | ||
| 59 | COMPATIBLE_HOST_riscv32 = "null" | 59 | COMPATIBLE_HOST:riscv32 = "null" |
| 60 | 60 | ||
| 61 | INITSCRIPT_NAME = "samba" | 61 | INITSCRIPT_NAME = "samba" |
| 62 | INITSCRIPT_PARAMS = "start 20 3 5 . stop 20 0 1 6 ." | 62 | INITSCRIPT_PARAMS = "start 20 3 5 . stop 20 0 1 6 ." |
| 63 | 63 | ||
| 64 | SYSTEMD_PACKAGES = "${PN}-base ${PN}-ad-dc winbind" | 64 | SYSTEMD_PACKAGES = "${PN}-base ${PN}-ad-dc winbind" |
| 65 | SYSTEMD_SERVICE_${PN}-base = "nmb.service smb.service" | 65 | SYSTEMD_SERVICE:${PN}-base = "nmb.service smb.service" |
| 66 | SYSTEMD_SERVICE_${PN}-ad-dc = "${@bb.utils.contains('PACKAGECONFIG', 'ad-dc', 'samba.service', '', d)}" | 66 | SYSTEMD_SERVICE:${PN}-ad-dc = "${@bb.utils.contains('PACKAGECONFIG', 'ad-dc', 'samba.service', '', d)}" |
| 67 | SYSTEMD_SERVICE_winbind = "winbind.service" | 67 | SYSTEMD_SERVICE:winbind = "winbind.service" |
| 68 | 68 | ||
| 69 | # There are prerequisite settings to enable ad-dc, so disable the service by default. | 69 | # There are prerequisite settings to enable ad-dc, so disable the service by default. |
| 70 | # Reference: | 70 | # Reference: |
| 71 | # https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Directory_Domain_Controller | 71 | # https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Directory_Domain_Controller |
| 72 | SYSTEMD_AUTO_ENABLE_${PN}-ad-dc = "disable" | 72 | SYSTEMD_AUTO_ENABLE:${PN}-ad-dc = "disable" |
| 73 | 73 | ||
| 74 | #cross_compile cannot use preforked process, since fork process earlier than point subproces.popen | 74 | #cross_compile cannot use preforked process, since fork process earlier than point subproces.popen |
| 75 | #to cross Popen | 75 | #to cross Popen |
| @@ -81,7 +81,7 @@ PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd zeroconf', d)} | |||
| 81 | acl cups ad-dc ldap mitkrb5 \ | 81 | acl cups ad-dc ldap mitkrb5 \ |
| 82 | " | 82 | " |
| 83 | 83 | ||
| 84 | RDEPENDS_${PN}-ctdb-tests += "bash util-linux-getopt" | 84 | RDEPENDS:${PN}-ctdb-tests += "bash util-linux-getopt" |
| 85 | 85 | ||
| 86 | PACKAGECONFIG[acl] = "--with-acl-support,--without-acl-support,acl" | 86 | PACKAGECONFIG[acl] = "--with-acl-support,--without-acl-support,acl" |
| 87 | PACKAGECONFIG[fam] = "--with-fam,--without-fam,gamin" | 87 | PACKAGECONFIG[fam] = "--with-fam,--without-fam,gamin" |
| @@ -130,7 +130,7 @@ EXTRA_OECONF += "--enable-fhs \ | |||
| 130 | 130 | ||
| 131 | LDFLAGS += "-Wl,-z,relro,-z,now ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" | 131 | LDFLAGS += "-Wl,-z,relro,-z,now ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" |
| 132 | 132 | ||
| 133 | do_configure_append () { | 133 | do_configure:append () { |
| 134 | cd ${S}/pidl/ | 134 | cd ${S}/pidl/ |
| 135 | perl Makefile.PL PREFIX=${prefix} | 135 | perl Makefile.PL PREFIX=${prefix} |
| 136 | sed -e 's,VENDORPREFIX)/lib/perl,VENDORPREFIX)/${baselib}/perl,g' \ | 136 | sed -e 's,VENDORPREFIX)/lib/perl,VENDORPREFIX)/${baselib}/perl,g' \ |
| @@ -138,11 +138,11 @@ do_configure_append () { | |||
| 138 | 138 | ||
| 139 | } | 139 | } |
| 140 | 140 | ||
| 141 | do_compile_append () { | 141 | do_compile:append () { |
| 142 | oe_runmake -C ${S}/pidl | 142 | oe_runmake -C ${S}/pidl |
| 143 | } | 143 | } |
| 144 | 144 | ||
| 145 | do_install_append() { | 145 | do_install:append() { |
| 146 | for section in 1 5 7; do | 146 | for section in 1 5 7; do |
| 147 | install -d ${D}${mandir}/man$section | 147 | install -d ${D}${mandir}/man$section |
| 148 | install -m 0644 ctdb/doc/*.$section ${D}${mandir}/man$section | 148 | install -m 0644 ctdb/doc/*.$section ${D}${mandir}/man$section |
| @@ -223,7 +223,7 @@ PACKAGES =+ "${PN}-python3 ${PN}-pidl \ | |||
| 223 | python samba_populate_packages() { | 223 | python samba_populate_packages() { |
| 224 | def module_hook(file, pkg, pattern, format, basename): | 224 | def module_hook(file, pkg, pattern, format, basename): |
| 225 | pn = d.getVar('PN') | 225 | pn = d.getVar('PN') |
| 226 | d.appendVar('RRECOMMENDS_%s-base' % pn, ' %s' % pkg) | 226 | d.appendVar('RRECOMMENDS:%s-base' % pn, ' %s' % pkg) |
| 227 | 227 | ||
| 228 | mlprefix = d.getVar('MLPREFIX') or '' | 228 | mlprefix = d.getVar('MLPREFIX') or '' |
| 229 | pam_libdir = d.expand('${base_libdir}/security') | 229 | pam_libdir = d.expand('${base_libdir}/security') |
| @@ -240,25 +240,25 @@ python samba_populate_packages() { | |||
| 240 | do_split_packages(d, moduledir, '^(.*)\.so$', 'samba-pdb-%s', 'Samba %s password backend', hook=module_hook, extra_depends='', prepend=True) | 240 | do_split_packages(d, moduledir, '^(.*)\.so$', 'samba-pdb-%s', 'Samba %s password backend', hook=module_hook, extra_depends='', prepend=True) |
| 241 | } | 241 | } |
| 242 | 242 | ||
| 243 | PACKAGESPLITFUNCS_prepend = "samba_populate_packages " | 243 | PACKAGESPLITFUNCS:prepend = "samba_populate_packages " |
| 244 | PACKAGES_DYNAMIC = "samba-auth-.* samba-pdb-.*" | 244 | PACKAGES_DYNAMIC = "samba-auth-.* samba-pdb-.*" |
| 245 | 245 | ||
| 246 | RDEPENDS_${PN} += "${PN}-base ${PN}-python3 ${PN}-dsdb-modules python3" | 246 | RDEPENDS:${PN} += "${PN}-base ${PN}-python3 ${PN}-dsdb-modules python3" |
| 247 | RDEPENDS_${PN}-python3 += "pytalloc python3-tdb" | 247 | RDEPENDS:${PN}-python3 += "pytalloc python3-tdb" |
| 248 | 248 | ||
| 249 | FILES_${PN}-base = "${sbindir}/nmbd \ | 249 | FILES:${PN}-base = "${sbindir}/nmbd \ |
| 250 | ${sbindir}/smbd \ | 250 | ${sbindir}/smbd \ |
| 251 | ${sysconfdir}/init.d \ | 251 | ${sysconfdir}/init.d \ |
| 252 | ${systemd_system_unitdir}/nmb.service \ | 252 | ${systemd_system_unitdir}/nmb.service \ |
| 253 | ${systemd_system_unitdir}/smb.service" | 253 | ${systemd_system_unitdir}/smb.service" |
| 254 | 254 | ||
| 255 | FILES_${PN}-ad-dc = "${sbindir}/samba \ | 255 | FILES:${PN}-ad-dc = "${sbindir}/samba \ |
| 256 | ${systemd_system_unitdir}/samba.service \ | 256 | ${systemd_system_unitdir}/samba.service \ |
| 257 | ${libdir}/krb5/plugins/kdb/samba.so \ | 257 | ${libdir}/krb5/plugins/kdb/samba.so \ |
| 258 | " | 258 | " |
| 259 | RDEPENDS_${PN}-ad-dc = "krb5-kdc" | 259 | RDEPENDS:${PN}-ad-dc = "krb5-kdc" |
| 260 | 260 | ||
| 261 | FILES_${PN}-ctdb-tests = "${bindir}/ctdb_run_tests \ | 261 | FILES:${PN}-ctdb-tests = "${bindir}/ctdb_run_tests \ |
| 262 | ${bindir}/ctdb_run_cluster_tests \ | 262 | ${bindir}/ctdb_run_cluster_tests \ |
| 263 | ${sysconfdir}/ctdb/nodes \ | 263 | ${sysconfdir}/ctdb/nodes \ |
| 264 | ${datadir}/ctdb-tests \ | 264 | ${datadir}/ctdb-tests \ |
| @@ -266,34 +266,34 @@ FILES_${PN}-ctdb-tests = "${bindir}/ctdb_run_tests \ | |||
| 266 | ${localstatedir}/lib/ctdb \ | 266 | ${localstatedir}/lib/ctdb \ |
| 267 | " | 267 | " |
| 268 | 268 | ||
| 269 | FILES_${BPN}-common = "${sysconfdir}/default \ | 269 | FILES:${BPN}-common = "${sysconfdir}/default \ |
| 270 | ${sysconfdir}/samba \ | 270 | ${sysconfdir}/samba \ |
| 271 | ${sysconfdir}/tmpfiles.d \ | 271 | ${sysconfdir}/tmpfiles.d \ |
| 272 | ${localstatedir}/lib/samba \ | 272 | ${localstatedir}/lib/samba \ |
| 273 | ${localstatedir}/spool/samba \ | 273 | ${localstatedir}/spool/samba \ |
| 274 | " | 274 | " |
| 275 | 275 | ||
| 276 | FILES_${PN} += "${libdir}/vfs/*.so \ | 276 | FILES:${PN} += "${libdir}/vfs/*.so \ |
| 277 | ${libdir}/charset/*.so \ | 277 | ${libdir}/charset/*.so \ |
| 278 | ${libdir}/*.dat \ | 278 | ${libdir}/*.dat \ |
| 279 | ${libdir}/auth/*.so \ | 279 | ${libdir}/auth/*.so \ |
| 280 | ${datadir}/ctdb/events/* \ | 280 | ${datadir}/ctdb/events/* \ |
| 281 | " | 281 | " |
| 282 | 282 | ||
| 283 | FILES_${PN}-dsdb-modules = "${libdir}/samba/ldb" | 283 | FILES:${PN}-dsdb-modules = "${libdir}/samba/ldb" |
| 284 | 284 | ||
| 285 | FILES_${PN}-testsuite = "${bindir}/gentest \ | 285 | FILES:${PN}-testsuite = "${bindir}/gentest \ |
| 286 | ${bindir}/locktest \ | 286 | ${bindir}/locktest \ |
| 287 | ${bindir}/masktest \ | 287 | ${bindir}/masktest \ |
| 288 | ${bindir}/ndrdump \ | 288 | ${bindir}/ndrdump \ |
| 289 | ${bindir}/smbtorture" | 289 | ${bindir}/smbtorture" |
| 290 | 290 | ||
| 291 | FILES_registry-tools = "${bindir}/regdiff \ | 291 | FILES:registry-tools = "${bindir}/regdiff \ |
| 292 | ${bindir}/regpatch \ | 292 | ${bindir}/regpatch \ |
| 293 | ${bindir}/regshell \ | 293 | ${bindir}/regshell \ |
| 294 | ${bindir}/regtree" | 294 | ${bindir}/regtree" |
| 295 | 295 | ||
| 296 | FILES_winbind = "${sbindir}/winbindd \ | 296 | FILES:winbind = "${sbindir}/winbindd \ |
| 297 | ${bindir}/wbinfo \ | 297 | ${bindir}/wbinfo \ |
| 298 | ${bindir}/ntlm_auth \ | 298 | ${bindir}/ntlm_auth \ |
| 299 | ${libdir}/samba/idmap \ | 299 | ${libdir}/samba/idmap \ |
| @@ -303,9 +303,9 @@ FILES_winbind = "${sbindir}/winbindd \ | |||
| 303 | ${sysconfdir}/init.d/winbind \ | 303 | ${sysconfdir}/init.d/winbind \ |
| 304 | ${systemd_system_unitdir}/winbind.service" | 304 | ${systemd_system_unitdir}/winbind.service" |
| 305 | 305 | ||
| 306 | FILES_${PN}-python3 = "${PYTHON_SITEPACKAGES_DIR}" | 306 | FILES:${PN}-python3 = "${PYTHON_SITEPACKAGES_DIR}" |
| 307 | 307 | ||
| 308 | FILES_smbclient = "${bindir}/cifsdd \ | 308 | FILES:smbclient = "${bindir}/cifsdd \ |
| 309 | ${bindir}/rpcclient \ | 309 | ${bindir}/rpcclient \ |
| 310 | ${bindir}/smbcacls \ | 310 | ${bindir}/smbcacls \ |
| 311 | ${bindir}/smbclient \ | 311 | ${bindir}/smbclient \ |
| @@ -316,31 +316,31 @@ FILES_smbclient = "${bindir}/cifsdd \ | |||
| 316 | ${bindir}/smbtree \ | 316 | ${bindir}/smbtree \ |
| 317 | ${libdir}/samba/smbspool_krb5_wrapper" | 317 | ${libdir}/samba/smbspool_krb5_wrapper" |
| 318 | 318 | ||
| 319 | RDEPENDS_${PN}-pidl_append = " perl libparse-yapp-perl" | 319 | RDEPENDS:${PN}-pidl:append = " perl libparse-yapp-perl" |
| 320 | FILES_${PN}-pidl = "${bindir}/pidl \ | 320 | FILES:${PN}-pidl = "${bindir}/pidl \ |
| 321 | ${libdir}/perl5 \ | 321 | ${libdir}/perl5 \ |
| 322 | " | 322 | " |
| 323 | 323 | ||
| 324 | RDEPENDS_${PN}-client = "\ | 324 | RDEPENDS:${PN}-client = "\ |
| 325 | smbclient \ | 325 | smbclient \ |
| 326 | winbind \ | 326 | winbind \ |
| 327 | registry-tools \ | 327 | registry-tools \ |
| 328 | ${PN}-pidl \ | 328 | ${PN}-pidl \ |
| 329 | " | 329 | " |
| 330 | 330 | ||
| 331 | ALLOW_EMPTY_${PN}-client = "1" | 331 | ALLOW_EMPTY:${PN}-client = "1" |
| 332 | 332 | ||
| 333 | RDEPENDS_${PN}-server = "\ | 333 | RDEPENDS:${PN}-server = "\ |
| 334 | ${PN} \ | 334 | ${PN} \ |
| 335 | winbind \ | 335 | winbind \ |
| 336 | registry-tools \ | 336 | registry-tools \ |
| 337 | " | 337 | " |
| 338 | 338 | ||
| 339 | ALLOW_EMPTY_${PN}-server = "1" | 339 | ALLOW_EMPTY:${PN}-server = "1" |
| 340 | 340 | ||
| 341 | RDEPENDS_${PN}-test = "\ | 341 | RDEPENDS:${PN}-test = "\ |
| 342 | ${PN}-ctdb-tests \ | 342 | ${PN}-ctdb-tests \ |
| 343 | ${PN}-testsuite \ | 343 | ${PN}-testsuite \ |
| 344 | " | 344 | " |
| 345 | 345 | ||
| 346 | ALLOW_EMPTY_${PN}-test = "1" | 346 | ALLOW_EMPTY:${PN}-test = "1" |
diff --git a/meta-networking/recipes-connectivity/sethdlc/sethdlc_1.18.bb b/meta-networking/recipes-connectivity/sethdlc/sethdlc_1.18.bb index 5c7180b6aa..744e782064 100644 --- a/meta-networking/recipes-connectivity/sethdlc/sethdlc_1.18.bb +++ b/meta-networking/recipes-connectivity/sethdlc/sethdlc_1.18.bb | |||
| @@ -18,7 +18,7 @@ DEPENDS = "virtual/kernel" | |||
| 18 | EXTRA_OEMAKE="CROSS_COMPILE=${TARGET_PREFIX} CC='${CC} ${LDFLAGS}' \ | 18 | EXTRA_OEMAKE="CROSS_COMPILE=${TARGET_PREFIX} CC='${CC} ${LDFLAGS}' \ |
| 19 | KERNEL_DIR=${STAGING_KERNEL_DIR} " | 19 | KERNEL_DIR=${STAGING_KERNEL_DIR} " |
| 20 | 20 | ||
| 21 | do_compile_prepend () { | 21 | do_compile:prepend () { |
| 22 | oe_runmake clean | 22 | oe_runmake clean |
| 23 | } | 23 | } |
| 24 | 24 | ||
| @@ -28,4 +28,4 @@ do_install() { | |||
| 28 | install sethdlc ${D}/${bindir}/ | 28 | install sethdlc ${D}/${bindir}/ |
| 29 | } | 29 | } |
| 30 | 30 | ||
| 31 | FILES_${PN} += "${bindir}/sethdlc" | 31 | FILES:${PN} += "${bindir}/sethdlc" |
diff --git a/meta-networking/recipes-connectivity/snort/snort_2.9.18.bb b/meta-networking/recipes-connectivity/snort/snort_2.9.18.bb index cca18d726c..47c201fa13 100644 --- a/meta-networking/recipes-connectivity/snort/snort_2.9.18.bb +++ b/meta-networking/recipes-connectivity/snort/snort_2.9.18.bb | |||
| @@ -50,7 +50,7 @@ PACKAGECONFIG[appid] = "--enable-open-appid, --disable-open-appid, luajit, bash" | |||
| 50 | CFLAGS += "-I${STAGING_INCDIR}/tirpc" | 50 | CFLAGS += "-I${STAGING_INCDIR}/tirpc" |
| 51 | LDFLAGS += " -ltirpc" | 51 | LDFLAGS += " -ltirpc" |
| 52 | 52 | ||
| 53 | do_install_append() { | 53 | do_install:append() { |
| 54 | install -d ${D}${sysconfdir}/snort/rules | 54 | install -d ${D}${sysconfdir}/snort/rules |
| 55 | install -d ${D}${sysconfdir}/snort/preproc_rules | 55 | install -d ${D}${sysconfdir}/snort/preproc_rules |
| 56 | install -d ${D}${sysconfdir}/init.d | 56 | install -d ${D}${sysconfdir}/init.d |
| @@ -77,30 +77,30 @@ do_install_append() { | |||
| 77 | sed -i -e 's|-ffile-prefix-map[^ ]*||g; s|-fdebug-prefix-map[^ ]*||g; s|-fmacro-prefix-map[^ ]*||g; s|${STAGING_DIR_TARGET}||g' ${D}${libdir}/pkgconfig/*.pc | 77 | sed -i -e 's|-ffile-prefix-map[^ ]*||g; s|-fdebug-prefix-map[^ ]*||g; s|-fmacro-prefix-map[^ ]*||g; s|${STAGING_DIR_TARGET}||g' ${D}${libdir}/pkgconfig/*.pc |
| 78 | } | 78 | } |
| 79 | 79 | ||
| 80 | pkg_postinst_${PN}() { | 80 | pkg_postinst:${PN}() { |
| 81 | if [ -z "$D" ] && [ -e ${sysconfdir}/init.d/populate-volatile.sh ]; then | 81 | if [ -z "$D" ] && [ -e ${sysconfdir}/init.d/populate-volatile.sh ]; then |
| 82 | ${sysconfdir}/init.d/populate-volatile.sh update | 82 | ${sysconfdir}/init.d/populate-volatile.sh update |
| 83 | fi | 83 | fi |
| 84 | } | 84 | } |
| 85 | 85 | ||
| 86 | FILES_${PN} += " \ | 86 | FILES:${PN} += " \ |
| 87 | ${libdir}/snort_dynamicengine/*.so.* \ | 87 | ${libdir}/snort_dynamicengine/*.so.* \ |
| 88 | ${libdir}/snort_dynamicpreprocessor/*.so.* \ | 88 | ${libdir}/snort_dynamicpreprocessor/*.so.* \ |
| 89 | ${libdir}/snort_dynamicrules/*.so.* \ | 89 | ${libdir}/snort_dynamicrules/*.so.* \ |
| 90 | " | 90 | " |
| 91 | FILES_${PN}-dbg += " \ | 91 | FILES:${PN}-dbg += " \ |
| 92 | ${libdir}/snort_dynamicengine/.debug \ | 92 | ${libdir}/snort_dynamicengine/.debug \ |
| 93 | ${libdir}/snort_dynamicpreprocessor/.debug \ | 93 | ${libdir}/snort_dynamicpreprocessor/.debug \ |
| 94 | ${libdir}/snort_dynamicrules/.debug \ | 94 | ${libdir}/snort_dynamicrules/.debug \ |
| 95 | " | 95 | " |
| 96 | FILES_${PN}-staticdev += " \ | 96 | FILES:${PN}-staticdev += " \ |
| 97 | ${libdir}/snort_dynamicengine/*.a \ | 97 | ${libdir}/snort_dynamicengine/*.a \ |
| 98 | ${libdir}/snort_dynamicpreprocessor/*.a \ | 98 | ${libdir}/snort_dynamicpreprocessor/*.a \ |
| 99 | ${libdir}/snort_dynamicrules/*.a \ | 99 | ${libdir}/snort_dynamicrules/*.a \ |
| 100 | ${libdir}/snort/dynamic_preproc/*.a \ | 100 | ${libdir}/snort/dynamic_preproc/*.a \ |
| 101 | ${libdir}/snort/dynamic_output/*.a \ | 101 | ${libdir}/snort/dynamic_output/*.a \ |
| 102 | " | 102 | " |
| 103 | FILES_${PN}-dev += " \ | 103 | FILES:${PN}-dev += " \ |
| 104 | ${libdir}/snort_dynamicengine/*.la \ | 104 | ${libdir}/snort_dynamicengine/*.la \ |
| 105 | ${libdir}/snort_dynamicpreprocessor/*.la \ | 105 | ${libdir}/snort_dynamicpreprocessor/*.la \ |
| 106 | ${libdir}/snort_dynamicrules/*.la \ | 106 | ${libdir}/snort_dynamicrules/*.la \ |
diff --git a/meta-networking/recipes-connectivity/ufw/ufw_0.36.bb b/meta-networking/recipes-connectivity/ufw/ufw_0.36.bb index 8e35dc01ed..40188cea21 100644 --- a/meta-networking/recipes-connectivity/ufw/ufw_0.36.bb +++ b/meta-networking/recipes-connectivity/ufw/ufw_0.36.bb | |||
| @@ -21,13 +21,13 @@ SRC_URI[sha256sum] = "754b22ae5edff0273460ac9f57509c3938187e0cf4fb9692c6a02833ff | |||
| 21 | 21 | ||
| 22 | inherit setuptools3 features_check systemd update-rc.d | 22 | inherit setuptools3 features_check systemd update-rc.d |
| 23 | 23 | ||
| 24 | RDEPENDS_${PN} = " \ | 24 | RDEPENDS:${PN} = " \ |
| 25 | iptables \ | 25 | iptables \ |
| 26 | python3 \ | 26 | python3 \ |
| 27 | python3-modules \ | 27 | python3-modules \ |
| 28 | " | 28 | " |
| 29 | 29 | ||
| 30 | RRECOMMENDS_${PN} = " \ | 30 | RRECOMMENDS:${PN} = " \ |
| 31 | kernel-module-ipv6 \ | 31 | kernel-module-ipv6 \ |
| 32 | kernel-module-nf-conntrack-ipv6 \ | 32 | kernel-module-nf-conntrack-ipv6 \ |
| 33 | kernel-module-nf-log-common \ | 33 | kernel-module-nf-log-common \ |
| @@ -39,7 +39,7 @@ RRECOMMENDS_${PN} = " \ | |||
| 39 | kernel-module-nf-recent \ | 39 | kernel-module-nf-recent \ |
| 40 | " | 40 | " |
| 41 | 41 | ||
| 42 | do_install_append() { | 42 | do_install:append() { |
| 43 | install -d ${D}${systemd_unitdir}/system/ | 43 | install -d ${D}${systemd_unitdir}/system/ |
| 44 | install -m 0644 ${S}/doc/systemd.example ${D}${systemd_unitdir}/system/ufw.service | 44 | install -m 0644 ${S}/doc/systemd.example ${D}${systemd_unitdir}/system/ufw.service |
| 45 | 45 | ||
| @@ -47,14 +47,14 @@ do_install_append() { | |||
| 47 | install -m 0755 ${S}/doc/initscript.example ${D}${sysconfdir}/init.d/ufw | 47 | install -m 0755 ${S}/doc/initscript.example ${D}${sysconfdir}/init.d/ufw |
| 48 | } | 48 | } |
| 49 | 49 | ||
| 50 | SYSTEMD_SERVICE_${PN} = "ufw.service" | 50 | SYSTEMD_SERVICE:${PN} = "ufw.service" |
| 51 | 51 | ||
| 52 | INITSCRIPT_NAME = "ufw" | 52 | INITSCRIPT_NAME = "ufw" |
| 53 | INITSCRIPT_PARAMS = "defaults" | 53 | INITSCRIPT_PARAMS = "defaults" |
| 54 | 54 | ||
| 55 | # Certain items are explicitly put under /lib, not base_libdir when installed. | 55 | # Certain items are explicitly put under /lib, not base_libdir when installed. |
| 56 | # | 56 | # |
| 57 | FILES_${PN} += " \ | 57 | FILES:${PN} += " \ |
| 58 | ${sbindir}/* \ | 58 | ${sbindir}/* \ |
| 59 | ${datadir}/ufw/* \ | 59 | ${datadir}/ufw/* \ |
| 60 | /lib/ufw/* \ | 60 | /lib/ufw/* \ |
| @@ -64,5 +64,5 @@ FILES_${PN} += " \ | |||
| 64 | 64 | ||
| 65 | REQUIRED_DISTRO_FEATURES = "ipv6" | 65 | REQUIRED_DISTRO_FEATURES = "ipv6" |
| 66 | 66 | ||
| 67 | DISTUTILS_BUILD_ARGS_append = " --iptables-dir /usr/sbin" | 67 | DISTUTILS_BUILD_ARGS:append = " --iptables-dir /usr/sbin" |
| 68 | DISTUTILS_INSTALL_ARGS_append = " --iptables-dir /usr/sbin" | 68 | DISTUTILS_INSTALL_ARGS:append = " --iptables-dir /usr/sbin" |
diff --git a/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb b/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb index 4c3d95bd8a..8f899e62de 100644 --- a/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb +++ b/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb | |||
| @@ -22,7 +22,7 @@ inherit update-alternatives | |||
| 22 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | 22 | EXTRA_OEMAKE = "-e MAKEFLAGS=" |
| 23 | 23 | ||
| 24 | # comment out MakeInclude in Makefile which sets build environment | 24 | # comment out MakeInclude in Makefile which sets build environment |
| 25 | do_configure_append () { | 25 | do_configure:append () { |
| 26 | sed -i 's/^ include/#^include/' ${S}/Makefile | 26 | sed -i 's/^ include/#^include/' ${S}/Makefile |
| 27 | } | 27 | } |
| 28 | 28 | ||
| @@ -37,5 +37,5 @@ do_install () { | |||
| 37 | } | 37 | } |
| 38 | 38 | ||
| 39 | ALTERNATIVE_PRIORITY = "100" | 39 | ALTERNATIVE_PRIORITY = "100" |
| 40 | ALTERNATIVE_${PN} = "vconfig" | 40 | ALTERNATIVE:${PN} = "vconfig" |
| 41 | ALTERNATIVE_LINK_NAME[vconfig] = "${base_sbindir}/vconfig" | 41 | ALTERNATIVE_LINK_NAME[vconfig] = "${base_sbindir}/vconfig" |
diff --git a/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb b/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb index 54e855a099..63a0494e4e 100644 --- a/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb +++ b/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb | |||
| @@ -36,7 +36,7 @@ inherit perlnative pkgconfig | |||
| 36 | 36 | ||
| 37 | #EXTRA_OEMAKE = "-e MAKEFLAGS=" | 37 | #EXTRA_OEMAKE = "-e MAKEFLAGS=" |
| 38 | 38 | ||
| 39 | do_configure_append () { | 39 | do_configure:append () { |
| 40 | # Make sure we use our nativeperl wrapper | 40 | # Make sure we use our nativeperl wrapper |
| 41 | sed -i "1s:#!.*:#!/usr/bin/env nativeperl:" ${S}/*.pl | 41 | sed -i "1s:#!.*:#!/usr/bin/env nativeperl:" ${S}/*.pl |
| 42 | cp ${WORKDIR}/long-help ${S} | 42 | cp ${WORKDIR}/long-help ${S} |
| @@ -56,8 +56,8 @@ vpnc_sysroot_preprocess () { | |||
| 56 | install -m 755 ${D}${sysconfdir}/vpnc/vpnc-script ${SYSROOT_DESTDIR}${sysconfdir}/vpnc | 56 | install -m 755 ${D}${sysconfdir}/vpnc/vpnc-script ${SYSROOT_DESTDIR}${sysconfdir}/vpnc |
| 57 | } | 57 | } |
| 58 | 58 | ||
| 59 | FILES_${PN}-script = "${sysconfdir}/vpnc/vpnc-script" | 59 | FILES:${PN}-script = "${sysconfdir}/vpnc/vpnc-script" |
| 60 | 60 | ||
| 61 | CONFFILES_${PN} = "${sysconfdir}/vpnc/default.conf" | 61 | CONFFILES:${PN} = "${sysconfdir}/vpnc/default.conf" |
| 62 | RDEPENDS_${PN} = "perl-module-io-file ${PN}-script" | 62 | RDEPENDS:${PN} = "perl-module-io-file ${PN}-script" |
| 63 | RRECOMMENDS_${PN} = "kernel-module-tun" | 63 | RRECOMMENDS:${PN} = "kernel-module-tun" |
diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_4.7.1.bb b/meta-networking/recipes-connectivity/wolfssl/wolfssl_4.7.1.bb index 76a5fd75cf..c2b3c3d63a 100644 --- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_4.7.1.bb +++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_4.7.1.bb | |||
| @@ -10,7 +10,7 @@ LICENSE = "GPLv2" | |||
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 11 | 11 | ||
| 12 | PROVIDES += "cyassl" | 12 | PROVIDES += "cyassl" |
| 13 | RPROVIDES_${PN} = "cyassl" | 13 | RPROVIDES:${PN} = "cyassl" |
| 14 | 14 | ||
| 15 | SRC_URI = "git://github.com/wolfSSL/wolfssl.git;protocol=https \ | 15 | SRC_URI = "git://github.com/wolfSSL/wolfssl.git;protocol=https \ |
| 16 | " | 16 | " |
