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-support | |
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-support')
67 files changed, 321 insertions, 321 deletions
diff --git a/meta-networking/recipes-support/aoetools/aoetools_36.bb b/meta-networking/recipes-support/aoetools/aoetools_36.bb index 60f3dc9b2..676d2e567 100644 --- a/meta-networking/recipes-support/aoetools/aoetools_36.bb +++ b/meta-networking/recipes-support/aoetools/aoetools_36.bb | |||
@@ -8,7 +8,7 @@ HOMEPAGE = "http://sourceforge.net/projects/${BPN}" | |||
8 | SECTION = "admin" | 8 | SECTION = "admin" |
9 | LICENSE = "GPLv2" | 9 | LICENSE = "GPLv2" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
11 | RRECOMMENDS_${PN} = "kernel-module-aoe" | 11 | RRECOMMENDS:${PN} = "kernel-module-aoe" |
12 | 12 | ||
13 | SRC_URI = "http://sourceforge.net/projects/${BPN}/files/${BPN}/${BPN}-${PV}.tar.gz \ | 13 | SRC_URI = "http://sourceforge.net/projects/${BPN}/files/${BPN}/${BPN}-${PV}.tar.gz \ |
14 | file://aoe-stat-no-bashism.patch \ | 14 | file://aoe-stat-no-bashism.patch \ |
diff --git a/meta-networking/recipes-support/arptables/arptables_git.bb b/meta-networking/recipes-support/arptables/arptables_git.bb index 5afec7663..33e4e13ac 100644 --- a/meta-networking/recipes-support/arptables/arptables_git.bb +++ b/meta-networking/recipes-support/arptables/arptables_git.bb | |||
@@ -15,7 +15,7 @@ SRC_URI[arptables.md5sum] = "1d4ab05761f063b0751645d8f2b8f8e5" | |||
15 | SRC_URI[arptables.sha256sum] = "e529fd465c67d69ad335299a043516e6b38cdcd337a5ed21718413e96073f928" | 15 | SRC_URI[arptables.sha256sum] = "e529fd465c67d69ad335299a043516e6b38cdcd337a5ed21718413e96073f928" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | SYSTEMD_SERVICE_${PN} = "arptables.service" | 18 | SYSTEMD_SERVICE:${PN} = "arptables.service" |
19 | 19 | ||
20 | inherit systemd | 20 | inherit systemd |
21 | 21 | ||
@@ -29,7 +29,7 @@ do_install() { | |||
29 | fi | 29 | fi |
30 | } | 30 | } |
31 | 31 | ||
32 | RDEPENDS_${PN} += "perl" | 32 | RDEPENDS:${PN} += "perl" |
33 | 33 | ||
34 | # the install target is not multi-job safe, but it doesn't do much | 34 | # the install target is not multi-job safe, but it doesn't do much |
35 | # so we just install serially | 35 | # so we just install serially |
diff --git a/meta-networking/recipes-support/bridge-utils/bridge-utils_1.7.bb b/meta-networking/recipes-support/bridge-utils/bridge-utils_1.7.bb index cf7185864..b8975dec0 100644 --- a/meta-networking/recipes-support/bridge-utils/bridge-utils_1.7.bb +++ b/meta-networking/recipes-support/bridge-utils/bridge-utils_1.7.bb | |||
@@ -20,16 +20,16 @@ DEPENDS = "sysfsutils" | |||
20 | 20 | ||
21 | inherit autotools-brokensep update-alternatives | 21 | inherit autotools-brokensep update-alternatives |
22 | 22 | ||
23 | ALTERNATIVE_${PN} = "brctl" | 23 | ALTERNATIVE:${PN} = "brctl" |
24 | ALTERNATIVE_PRIORITY[brctl] = "100" | 24 | ALTERNATIVE_PRIORITY[brctl] = "100" |
25 | ALTERNATIVE_LINK_NAME[brctl] = "${sbindir}/brctl" | 25 | ALTERNATIVE_LINK_NAME[brctl] = "${sbindir}/brctl" |
26 | 26 | ||
27 | EXTRA_OECONF = "--with-linux-headers=${STAGING_INCDIR}" | 27 | EXTRA_OECONF = "--with-linux-headers=${STAGING_INCDIR}" |
28 | 28 | ||
29 | do_install_append () { | 29 | do_install:append () { |
30 | install -d ${D}/${datadir}/bridge-utils | 30 | install -d ${D}/${datadir}/bridge-utils |
31 | install -d ${D}/${sysconfdir}/network/if-pre-up.d | 31 | install -d ${D}/${sysconfdir}/network/if-pre-up.d |
32 | install -d ${D}/${sysconfdir}/network/if-post-down.d | 32 | install -d ${D}/${sysconfdir}/network/if-post-down.d |
33 | } | 33 | } |
34 | 34 | ||
35 | RRECOMMENDS_${PN} = "kernel-module-bridge" | 35 | RRECOMMENDS:${PN} = "kernel-module-bridge" |
diff --git a/meta-networking/recipes-support/celt051/celt051_git.bb b/meta-networking/recipes-support/celt051/celt051_git.bb index c3e4cbbe6..62682cfce 100644 --- a/meta-networking/recipes-support/celt051/celt051_git.bb +++ b/meta-networking/recipes-support/celt051/celt051_git.bb | |||
@@ -25,7 +25,7 @@ S = "${WORKDIR}/git" | |||
25 | 25 | ||
26 | inherit pkgconfig autotools-brokensep | 26 | inherit pkgconfig autotools-brokensep |
27 | 27 | ||
28 | PACKAGECONFIG_class-native = "" | 28 | PACKAGECONFIG:class-native = "" |
29 | PACKAGECONFIG ??= "" | 29 | PACKAGECONFIG ??= "" |
30 | 30 | ||
31 | PACKAGECONFIG[ogg] = "--enable-tools,--disable-tools,libogg," | 31 | PACKAGECONFIG[ogg] = "--enable-tools,--disable-tools,libogg," |
diff --git a/meta-networking/recipes-support/chrony/chrony_4.1.bb b/meta-networking/recipes-support/chrony/chrony_4.1.bb index 0262a6e8d..6a450c3e8 100644 --- a/meta-networking/recipes-support/chrony/chrony_4.1.bb +++ b/meta-networking/recipes-support/chrony/chrony_4.1.bb | |||
@@ -36,7 +36,7 @@ SRC_URI = "https://download.tuxfamily.org/chrony/chrony-${PV}.tar.gz \ | |||
36 | file://arm_eabi.patch \ | 36 | file://arm_eabi.patch \ |
37 | " | 37 | " |
38 | 38 | ||
39 | SRC_URI_append_libc-musl = " \ | 39 | SRC_URI:append:libc-musl = " \ |
40 | file://0001-Fix-compilation-with-musl.patch \ | 40 | file://0001-Fix-compilation-with-musl.patch \ |
41 | " | 41 | " |
42 | SRC_URI[sha256sum] = "ed76f2d3f9347ac6221a91ad4bd553dd0565ac188cd7490d0801d08f7171164c" | 42 | SRC_URI[sha256sum] = "ed76f2d3f9347ac6221a91ad4bd553dd0565ac188cd7490d0801d08f7171164c" |
@@ -119,20 +119,20 @@ do_install() { | |||
119 | sed -i 's!^EnvironmentFile=.*!EnvironmentFile=-${sysconfdir}/default/chronyd!' ${D}${systemd_unitdir}/system/chronyd.service | 119 | sed -i 's!^EnvironmentFile=.*!EnvironmentFile=-${sysconfdir}/default/chronyd!' ${D}${systemd_unitdir}/system/chronyd.service |
120 | } | 120 | } |
121 | 121 | ||
122 | FILES_${PN} = "${sbindir}/chronyd ${sysconfdir} ${localstatedir}/lib/chrony ${localstatedir}" | 122 | FILES:${PN} = "${sbindir}/chronyd ${sysconfdir} ${localstatedir}/lib/chrony ${localstatedir}" |
123 | CONFFILES_${PN} = "${sysconfdir}/chrony.conf" | 123 | CONFFILES:${PN} = "${sysconfdir}/chrony.conf" |
124 | INITSCRIPT_NAME = "chronyd" | 124 | INITSCRIPT_NAME = "chronyd" |
125 | INITSCRIPT_PARAMS = "defaults" | 125 | INITSCRIPT_PARAMS = "defaults" |
126 | SYSTEMD_PACKAGES = "${PN}" | 126 | SYSTEMD_PACKAGES = "${PN}" |
127 | SYSTEMD_SERVICE_${PN} = "chronyd.service" | 127 | SYSTEMD_SERVICE:${PN} = "chronyd.service" |
128 | 128 | ||
129 | # It's probably a bad idea to run chrony and another time daemon on | 129 | # It's probably a bad idea to run chrony and another time daemon on |
130 | # the same system. systemd includes the SNTP client 'timesyncd', which | 130 | # the same system. systemd includes the SNTP client 'timesyncd', which |
131 | # will be disabled by chronyd.service, however it will remain on the rootfs | 131 | # will be disabled by chronyd.service, however it will remain on the rootfs |
132 | # wasting 150 kB unless you put 'PACKAGECONFIG_remove_pn-systemd = "timesyncd"' | 132 | # wasting 150 kB unless you put 'PACKAGECONFIG:remove:pn-systemd = "timesyncd"' |
133 | # in a conf file or bbappend somewhere. | 133 | # in a conf file or bbappend somewhere. |
134 | RCONFLICTS_${PN} = "ntp ntimed" | 134 | RCONFLICTS:${PN} = "ntp ntimed" |
135 | 135 | ||
136 | # Separate the client program into its own package | 136 | # Separate the client program into its own package |
137 | PACKAGES =+ "chronyc" | 137 | PACKAGES =+ "chronyc" |
138 | FILES_chronyc = "${bindir}/chronyc" | 138 | FILES:chronyc = "${bindir}/chronyc" |
diff --git a/meta-networking/recipes-support/cifs/cifs-utils_6.13.bb b/meta-networking/recipes-support/cifs/cifs-utils_6.13.bb index bf8b18043..54aa3ce19 100644 --- a/meta-networking/recipes-support/cifs/cifs-utils_6.13.bb +++ b/meta-networking/recipes-support/cifs/cifs-utils_6.13.bb | |||
@@ -12,9 +12,9 @@ DEPENDS += "libtalloc" | |||
12 | 12 | ||
13 | PACKAGECONFIG ??= "" | 13 | PACKAGECONFIG ??= "" |
14 | PACKAGECONFIG[cap] = "--with-libcap,--without-libcap,libcap" | 14 | PACKAGECONFIG[cap] = "--with-libcap,--without-libcap,libcap" |
15 | # when enabled, it creates ${bindir}/cifscreds and --ignore-fail-on-non-empty in do_install_append is needed | 15 | # when enabled, it creates ${bindir}/cifscreds and --ignore-fail-on-non-empty in do_install:append is needed |
16 | PACKAGECONFIG[cifscreds] = "--enable-cifscreds,--disable-cifscreds,keyutils" | 16 | PACKAGECONFIG[cifscreds] = "--enable-cifscreds,--disable-cifscreds,keyutils" |
17 | # when enabled, it creates ${sbindir}/cifs.upcall and --ignore-fail-on-non-empty in do_install_append is needed | 17 | # when enabled, it creates ${sbindir}/cifs.upcall and --ignore-fail-on-non-empty in do_install:append is needed |
18 | PACKAGECONFIG[cifsupcall] = "--enable-cifsupcall,--disable-cifsupcall,krb5 libtalloc keyutils" | 18 | PACKAGECONFIG[cifsupcall] = "--enable-cifsupcall,--disable-cifsupcall,krb5 libtalloc keyutils" |
19 | PACKAGECONFIG[cifsidmap] = "--enable-cifsidmap,--disable-cifsidmap,keyutils samba" | 19 | PACKAGECONFIG[cifsidmap] = "--enable-cifsidmap,--disable-cifsidmap,keyutils samba" |
20 | PACKAGECONFIG[cifsacl] = "--enable-cifsacl,--disable-cifsacl,samba" | 20 | PACKAGECONFIG[cifsacl] = "--enable-cifsacl,--disable-cifsacl,samba" |
@@ -22,7 +22,7 @@ PACKAGECONFIG[pam] = "--enable-pam --with-pamdir=${base_libdir}/security,--disab | |||
22 | 22 | ||
23 | inherit autotools pkgconfig | 23 | inherit autotools pkgconfig |
24 | 24 | ||
25 | do_configure_prepend() { | 25 | do_configure:prepend() { |
26 | # want installed to /usr/sbin rather than /sbin to be DISTRO_FEATURES usrmerge compliant | 26 | # want installed to /usr/sbin rather than /sbin to be DISTRO_FEATURES usrmerge compliant |
27 | # must override ROOTSBINDIR (default '/sbin'), | 27 | # must override ROOTSBINDIR (default '/sbin'), |
28 | # setting --exec-prefix or --prefix in EXTRA_OECONF does not work | 28 | # setting --exec-prefix or --prefix in EXTRA_OECONF does not work |
@@ -31,7 +31,7 @@ do_configure_prepend() { | |||
31 | fi | 31 | fi |
32 | } | 32 | } |
33 | 33 | ||
34 | do_install_append() { | 34 | do_install:append() { |
35 | if ${@bb.utils.contains('DISTRO_FEATURES','usrmerge','false','true',d)}; then | 35 | if ${@bb.utils.contains('DISTRO_FEATURES','usrmerge','false','true',d)}; then |
36 | # Remove empty /usr/bin and /usr/sbin directories since the mount helper | 36 | # Remove empty /usr/bin and /usr/sbin directories since the mount helper |
37 | # is installed to /sbin | 37 | # is installed to /sbin |
@@ -39,6 +39,6 @@ do_install_append() { | |||
39 | fi | 39 | fi |
40 | } | 40 | } |
41 | 41 | ||
42 | FILES_${PN} += "${base_libdir}/security" | 42 | FILES:${PN} += "${base_libdir}/security" |
43 | FILES_${PN}-dbg += "${base_libdir}/security/.debug" | 43 | FILES:${PN}-dbg += "${base_libdir}/security/.debug" |
44 | RRECOMMENDS_${PN} = "kernel-module-cifs" | 44 | RRECOMMENDS:${PN} = "kernel-module-cifs" |
diff --git a/meta-networking/recipes-support/cim-schema/cim-schema-docs_2.40.0.bb b/meta-networking/recipes-support/cim-schema/cim-schema-docs_2.40.0.bb index 4ecaabd7e..62daf3279 100644 --- a/meta-networking/recipes-support/cim-schema/cim-schema-docs_2.40.0.bb +++ b/meta-networking/recipes-support/cim-schema/cim-schema-docs_2.40.0.bb | |||
@@ -16,5 +16,5 @@ do_install() { | |||
16 | cp -R --no-dereference --preserve=mode,links -v ${S}/* ${D}${datadir}/doc/cim-schema-${PV}-docs | 16 | cp -R --no-dereference --preserve=mode,links -v ${S}/* ${D}${datadir}/doc/cim-schema-${PV}-docs |
17 | } | 17 | } |
18 | 18 | ||
19 | FILES_${PN} = "${datadir}/doc/*" | 19 | FILES:${PN} = "${datadir}/doc/*" |
20 | FILES_${PN}-doc = "" | 20 | FILES:${PN}-doc = "" |
diff --git a/meta-networking/recipes-support/cim-schema/cim-schema-exper_2.50.0.bb b/meta-networking/recipes-support/cim-schema/cim-schema-exper_2.50.0.bb index 90ea882b7..7d51bc1c9 100644 --- a/meta-networking/recipes-support/cim-schema/cim-schema-exper_2.50.0.bb +++ b/meta-networking/recipes-support/cim-schema/cim-schema-exper_2.50.0.bb | |||
@@ -2,7 +2,7 @@ require cim-schema.inc | |||
2 | 2 | ||
3 | LICENSE = "DMTF" | 3 | LICENSE = "DMTF" |
4 | 4 | ||
5 | RCONFLICTS_${PN} = "cim-schema-final" | 5 | RCONFLICTS:${PN} = "cim-schema-final" |
6 | 6 | ||
7 | SRC_URI = "http://dmtf.org/sites/default/files/cim/cim_schema_v2500/cim_schema_${PV}Experimental-MOFs.zip;subdir=${BPN}-${PV} \ | 7 | SRC_URI = "http://dmtf.org/sites/default/files/cim/cim_schema_v2500/cim_schema_${PV}Experimental-MOFs.zip;subdir=${BPN}-${PV} \ |
8 | file://LICENSE \ | 8 | file://LICENSE \ |
@@ -25,5 +25,5 @@ do_install() { | |||
25 | ln -s cim_schema_${PV}.mof ${D}${datadir}/mof/cim-current/CIM_Schema.mof | 25 | ln -s cim_schema_${PV}.mof ${D}${datadir}/mof/cim-current/CIM_Schema.mof |
26 | } | 26 | } |
27 | 27 | ||
28 | FILES_${PN} = "${datadir}/mof/* ${datadir}/doc/*" | 28 | FILES:${PN} = "${datadir}/mof/* ${datadir}/doc/*" |
29 | FILES_${PN}-doc = "" | 29 | FILES:${PN}-doc = "" |
diff --git a/meta-networking/recipes-support/cim-schema/cim-schema-final_2.40.0.bb b/meta-networking/recipes-support/cim-schema/cim-schema-final_2.40.0.bb index 67d1db222..32bd8acbb 100644 --- a/meta-networking/recipes-support/cim-schema/cim-schema-final_2.40.0.bb +++ b/meta-networking/recipes-support/cim-schema/cim-schema-final_2.40.0.bb | |||
@@ -2,7 +2,7 @@ require cim-schema.inc | |||
2 | 2 | ||
3 | LICENSE = "DMTF" | 3 | LICENSE = "DMTF" |
4 | 4 | ||
5 | RCONFLICTS_${PN} = "cim-schema-exper" | 5 | RCONFLICTS:${PN} = "cim-schema-exper" |
6 | 6 | ||
7 | SRC_URI = "http://dmtf.org/sites/default/files/cim/cim_schema_v2400/cim_schema_${PV}Final-MOFs.zip;subdir=${BP} \ | 7 | SRC_URI = "http://dmtf.org/sites/default/files/cim/cim_schema_v2400/cim_schema_${PV}Final-MOFs.zip;subdir=${BP} \ |
8 | file://LICENSE \ | 8 | file://LICENSE \ |
@@ -25,5 +25,5 @@ do_install() { | |||
25 | ln -s cim_schema_${PV}.mof ${D}${datadir}/mof/cim-current/CIM_Schema.mof | 25 | ln -s cim_schema_${PV}.mof ${D}${datadir}/mof/cim-current/CIM_Schema.mof |
26 | } | 26 | } |
27 | 27 | ||
28 | FILES_${PN} = "${datadir}/mof/* ${datadir}/doc/*" | 28 | FILES:${PN} = "${datadir}/mof/* ${datadir}/doc/*" |
29 | FILES_${PN}-doc = "" | 29 | FILES:${PN}-doc = "" |
diff --git a/meta-networking/recipes-support/curlpp/curlpp_0.8.1.bb b/meta-networking/recipes-support/curlpp/curlpp_0.8.1.bb index 799cf8611..6ce52d717 100644 --- a/meta-networking/recipes-support/curlpp/curlpp_0.8.1.bb +++ b/meta-networking/recipes-support/curlpp/curlpp_0.8.1.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "MIT" | |||
5 | LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=fd0c9adf285a69aa3b4faf34384e1029" | 5 | LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=fd0c9adf285a69aa3b4faf34384e1029" |
6 | 6 | ||
7 | DEPENDS = "curl" | 7 | DEPENDS = "curl" |
8 | DEPENDS_class-native = "curl-native" | 8 | DEPENDS:class-native = "curl-native" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/jpbarrette/curlpp.git" | 10 | SRC_URI = "git://github.com/jpbarrette/curlpp.git" |
11 | 11 | ||
diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq.inc b/meta-networking/recipes-support/dnsmasq/dnsmasq.inc index 33678e234..cd51c07dc 100644 --- a/meta-networking/recipes-support/dnsmasq/dnsmasq.inc +++ b/meta-networking/recipes-support/dnsmasq/dnsmasq.inc | |||
@@ -37,7 +37,7 @@ EXTRA_OEMAKE = "\ | |||
37 | 37 | ||
38 | SRC_URI += "${@bb.utils.contains('PACKAGECONFIG', 'resolvconf', 'file://dnsmasq.resolvconf file://99_dnsmasq file://dnsmasq-resolvconf-helper', '', d)}" | 38 | SRC_URI += "${@bb.utils.contains('PACKAGECONFIG', 'resolvconf', 'file://dnsmasq.resolvconf file://99_dnsmasq file://dnsmasq-resolvconf-helper', '', d)}" |
39 | 39 | ||
40 | do_compile_append() { | 40 | do_compile:append() { |
41 | # build dhcp_release | 41 | # build dhcp_release |
42 | cd ${S}/contrib/lease-tools | 42 | cd ${S}/contrib/lease-tools |
43 | oe_runmake | 43 | oe_runmake |
@@ -78,9 +78,9 @@ do_install () { | |||
78 | fi | 78 | fi |
79 | } | 79 | } |
80 | 80 | ||
81 | CONFFILES_${PN} = "${sysconfdir}/dnsmasq.conf" | 81 | CONFFILES:${PN} = "${sysconfdir}/dnsmasq.conf" |
82 | 82 | ||
83 | RPROVIDES_${PN} += "${PN}-systemd" | 83 | RPROVIDES:${PN} += "${PN}-systemd" |
84 | RREPLACES_${PN} += "${PN}-systemd" | 84 | RREPLACES:${PN} += "${PN}-systemd" |
85 | RCONFLICTS_${PN} += "${PN}-systemd" | 85 | RCONFLICTS:${PN} += "${PN}-systemd" |
86 | SYSTEMD_SERVICE_${PN} = "dnsmasq.service" | 86 | SYSTEMD_SERVICE:${PN} = "dnsmasq.service" |
diff --git a/meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb b/meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb index 26b4f5ee8..464f62250 100644 --- a/meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb +++ b/meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb | |||
@@ -50,10 +50,10 @@ EXTRA_OECONF = " --with-ioloop=epoll \ | |||
50 | LTO = "" | 50 | LTO = "" |
51 | 51 | ||
52 | SYSTEMD_PACKAGES = "${PN}" | 52 | SYSTEMD_PACKAGES = "${PN}" |
53 | SYSTEMD_SERVICE_${PN} = "dovecot.service dovecot.socket" | 53 | SYSTEMD_SERVICE:${PN} = "dovecot.service dovecot.socket" |
54 | SYSTEMD_AUTO_ENABLE = "disable" | 54 | SYSTEMD_AUTO_ENABLE = "disable" |
55 | 55 | ||
56 | do_install_append () { | 56 | do_install:append () { |
57 | install -d 755 ${D}/etc/dovecot | 57 | install -d 755 ${D}/etc/dovecot |
58 | touch 644 ${D}/etc/dovecot/dovecot.conf | 58 | touch 644 ${D}/etc/dovecot/dovecot.conf |
59 | install -m 0644 ${WORKDIR}/dovecot.service ${D}${systemd_unitdir}/system | 59 | install -m 0644 ${WORKDIR}/dovecot.service ${D}${systemd_unitdir}/system |
@@ -62,16 +62,16 @@ do_install_append () { | |||
62 | } | 62 | } |
63 | 63 | ||
64 | USERADD_PACKAGES = "${PN}" | 64 | USERADD_PACKAGES = "${PN}" |
65 | USERADD_PARAM_${PN} = "-r -d ${libexecdir} -M -s ${base_sbindir}/nologin -g dovecot dovecot; \ | 65 | USERADD_PARAM:${PN} = "-r -d ${libexecdir} -M -s ${base_sbindir}/nologin -g dovecot dovecot; \ |
66 | -r -d ${libexecdir} -M -s ${base_sbindir}/nologin -g dovenull dovenull" | 66 | -r -d ${libexecdir} -M -s ${base_sbindir}/nologin -g dovenull dovenull" |
67 | GROUPADD_PARAM_${PN} = "-f -r dovecot;-f -r dovenull" | 67 | GROUPADD_PARAM:${PN} = "-f -r dovecot;-f -r dovenull" |
68 | 68 | ||
69 | FILES_${PN} += "${libdir}/dovecot/*plugin.so \ | 69 | FILES:${PN} += "${libdir}/dovecot/*plugin.so \ |
70 | ${libdir}/dovecot/libfs_compress.so \ | 70 | ${libdir}/dovecot/libfs_compress.so \ |
71 | ${libdir}/dovecot/libssl_iostream_openssl.so" | 71 | ${libdir}/dovecot/libssl_iostream_openssl.so" |
72 | FILES_${PN}-staticdev += "${libdir}/dovecot/*/*.a" | 72 | FILES:${PN}-staticdev += "${libdir}/dovecot/*/*.a" |
73 | FILES_${PN}-dev += "${libdir}/dovecot/libdovecot*.so" | 73 | FILES:${PN}-dev += "${libdir}/dovecot/libdovecot*.so" |
74 | FILES_${PN}-dbg += "${libdir}/dovecot/*/.debug" | 74 | FILES:${PN}-dbg += "${libdir}/dovecot/*/.debug" |
75 | 75 | ||
76 | # CVE-2016-4983 affects only postinstall script on specific distribution | 76 | # CVE-2016-4983 affects only postinstall script on specific distribution |
77 | CVE_CHECK_WHITELIST += "CVE-2016-4983" | 77 | CVE_CHECK_WHITELIST += "CVE-2016-4983" |
diff --git a/meta-networking/recipes-support/drbd/drbd-utils_9.13.1.bb b/meta-networking/recipes-support/drbd/drbd-utils_9.13.1.bb index 5b0979f96..ceb40185f 100644 --- a/meta-networking/recipes-support/drbd/drbd-utils_9.13.1.bb +++ b/meta-networking/recipes-support/drbd/drbd-utils_9.13.1.bb | |||
@@ -22,7 +22,7 @@ S = "${WORKDIR}/git" | |||
22 | 22 | ||
23 | UPSTREAM_CHECK_URI = "https://github.com/LINBIT/drbd-utils/releases" | 23 | UPSTREAM_CHECK_URI = "https://github.com/LINBIT/drbd-utils/releases" |
24 | 24 | ||
25 | SYSTEMD_SERVICE_${PN} = "drbd.service" | 25 | SYSTEMD_SERVICE:${PN} = "drbd.service" |
26 | SYSTEMD_AUTO_ENABLE = "disable" | 26 | SYSTEMD_AUTO_ENABLE = "disable" |
27 | 27 | ||
28 | DEPENDS = "flex-native" | 28 | DEPENDS = "flex-native" |
@@ -43,20 +43,20 @@ EXTRA_OECONF = " \ | |||
43 | # If we have inherited reproducible_build, we want to use it. | 43 | # If we have inherited reproducible_build, we want to use it. |
44 | export WANT_DRBD_REPRODUCIBLE_BUILD = "yes" | 44 | export WANT_DRBD_REPRODUCIBLE_BUILD = "yes" |
45 | 45 | ||
46 | do_install_append() { | 46 | do_install:append() { |
47 | # don't install empty /var/lock and /var/run to avoid conflict with base-files | 47 | # don't install empty /var/lock and /var/run to avoid conflict with base-files |
48 | rm -rf ${D}${localstatedir}/lock | 48 | rm -rf ${D}${localstatedir}/lock |
49 | rm -rf ${D}${localstatedir}/run | 49 | rm -rf ${D}${localstatedir}/run |
50 | } | 50 | } |
51 | 51 | ||
52 | RDEPENDS_${PN} += "bash perl-module-getopt-long perl-module-exporter perl-module-constant perl-module-overloading perl-module-exporter-heavy" | 52 | RDEPENDS:${PN} += "bash perl-module-getopt-long perl-module-exporter perl-module-constant perl-module-overloading perl-module-exporter-heavy" |
53 | 53 | ||
54 | # The drbd items are explicitly put under /lib when installed. | 54 | # The drbd items are explicitly put under /lib when installed. |
55 | # | 55 | # |
56 | FILES_${PN} += "/run" | 56 | FILES:${PN} += "/run" |
57 | FILES_${PN} += "${nonarch_base_libdir}/drbd \ | 57 | FILES:${PN} += "${nonarch_base_libdir}/drbd \ |
58 | ${nonarch_libdir}/drbd \ | 58 | ${nonarch_libdir}/drbd \ |
59 | ${nonarch_libdir}/tmpfiles.d" | 59 | ${nonarch_libdir}/tmpfiles.d" |
60 | FILES_${PN}-dbg += "${nonarch_base_libdir}/drbd/.debug" | 60 | FILES:${PN}-dbg += "${nonarch_base_libdir}/drbd/.debug" |
61 | 61 | ||
62 | CLEANBROKEN = "1" | 62 | CLEANBROKEN = "1" |
diff --git a/meta-networking/recipes-support/esmtp/esmtp_1.2.bb b/meta-networking/recipes-support/esmtp/esmtp_1.2.bb index 972d5aa73..110399a36 100644 --- a/meta-networking/recipes-support/esmtp/esmtp_1.2.bb +++ b/meta-networking/recipes-support/esmtp/esmtp_1.2.bb | |||
@@ -18,9 +18,9 @@ EXTRA_OECONF = "--with-libesmtp=${STAGING_EXECPREFIXDIR}" | |||
18 | 18 | ||
19 | inherit autotools update-alternatives | 19 | inherit autotools update-alternatives |
20 | 20 | ||
21 | ALTERNATIVE_${PN} = "sendmail mailq newaliases" | 21 | ALTERNATIVE:${PN} = "sendmail mailq newaliases" |
22 | # /usr/lib/sendmial is required by LSB core test | 22 | # /usr/lib/sendmial is required by LSB core test |
23 | ALTERNATIVE_${PN}_linuxstdbase = "sendmail mailq newaliases usr-lib-sendmail" | 23 | ALTERNATIVE:${PN}:linuxstdbase = "sendmail mailq newaliases usr-lib-sendmail" |
24 | ALTERNATIVE_TARGET[mailq] = "${bindir}/mailq" | 24 | ALTERNATIVE_TARGET[mailq] = "${bindir}/mailq" |
25 | ALTERNATIVE_TARGET[newaliases] = "${bindir}/newaliases" | 25 | ALTERNATIVE_TARGET[newaliases] = "${bindir}/newaliases" |
26 | ALTERNATIVE_LINK_NAME[sendmail] = "${sbindir}/sendmail" | 26 | ALTERNATIVE_LINK_NAME[sendmail] = "${sbindir}/sendmail" |
@@ -30,7 +30,7 @@ ALTERNATIVE_TARGET[usr-lib-sendmail] = "${bindir}/esmtp" | |||
30 | 30 | ||
31 | ALTERNATIVE_PRIORITY = "10" | 31 | ALTERNATIVE_PRIORITY = "10" |
32 | 32 | ||
33 | ALTERNATIVE_${PN}-doc += "mailq.1 newaliases.1 sendmail.1" | 33 | ALTERNATIVE:${PN}-doc += "mailq.1 newaliases.1 sendmail.1" |
34 | ALTERNATIVE_LINK_NAME[mailq.1] = "${mandir}/man1/mailq.1" | 34 | ALTERNATIVE_LINK_NAME[mailq.1] = "${mandir}/man1/mailq.1" |
35 | ALTERNATIVE_LINK_NAME[newaliases.1] = "${mandir}/man1/newaliases.1" | 35 | ALTERNATIVE_LINK_NAME[newaliases.1] = "${mandir}/man1/newaliases.1" |
36 | ALTERNATIVE_LINK_NAME[sendmail.1] = "${mandir}/man1/sendmail.1" | 36 | ALTERNATIVE_LINK_NAME[sendmail.1] = "${mandir}/man1/sendmail.1" |
@@ -38,9 +38,9 @@ ALTERNATIVE_LINK_NAME[sendmail.1] = "${mandir}/man1/sendmail.1" | |||
38 | SRC_URI[md5sum] = "79a9c1f9023d53f35bb82bf446150a72" | 38 | SRC_URI[md5sum] = "79a9c1f9023d53f35bb82bf446150a72" |
39 | SRC_URI[sha256sum] = "a0d26931bf731f97514da266d079d8bc7d73c65b3499ed080576ab606b21c0ce" | 39 | SRC_URI[sha256sum] = "a0d26931bf731f97514da266d079d8bc7d73c65b3499ed080576ab606b21c0ce" |
40 | 40 | ||
41 | do_install_append() { | 41 | do_install:append() { |
42 | # only one file /usr/lib/sendmail in ${D}${libdir} | 42 | # only one file /usr/lib/sendmail in ${D}${libdir} |
43 | rm -rf ${D}${libdir} | 43 | rm -rf ${D}${libdir} |
44 | } | 44 | } |
45 | 45 | ||
46 | FILES_${PN} += "${libdir}/" | 46 | FILES:${PN} += "${libdir}/" |
diff --git a/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb b/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb index c641c265e..9ebed2a14 100644 --- a/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb +++ b/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb | |||
@@ -17,7 +17,7 @@ DEPENDS += "ethtool \ | |||
17 | flex-native \ | 17 | flex-native \ |
18 | " | 18 | " |
19 | 19 | ||
20 | RDEPENDS_${PN} += "bash ethtool libgcc" | 20 | RDEPENDS:${PN} += "bash ethtool libgcc" |
21 | 21 | ||
22 | SRC_URI = "gitsm://github.com/Ettercap/ettercap" | 22 | SRC_URI = "gitsm://github.com/Ettercap/ettercap" |
23 | 23 | ||
@@ -36,7 +36,7 @@ EXTRA_OECMAKE = " \ | |||
36 | # configuration file installed by the package. | 36 | # configuration file installed by the package. |
37 | # It ensures that all characters are properly decoded and avoids | 37 | # It ensures that all characters are properly decoded and avoids |
38 | # any fatal errors while running in text mode (-T). | 38 | # any fatal errors while running in text mode (-T). |
39 | do_install_append() { | 39 | do_install:append() { |
40 | sed -i 's@utf8_encoding.*@utf8_encoding = "UTF-8"@g' \ | 40 | sed -i 's@utf8_encoding.*@utf8_encoding = "UTF-8"@g' \ |
41 | ${D}/etc/ettercap/etter.conf | 41 | ${D}/etc/ettercap/etter.conf |
42 | } | 42 | } |
diff --git a/meta-networking/recipes-support/fetchmail/fetchmail_6.4.19.bb b/meta-networking/recipes-support/fetchmail/fetchmail_6.4.19.bb index aead5e9f0..8fc9b5d10 100644 --- a/meta-networking/recipes-support/fetchmail/fetchmail_6.4.19.bb +++ b/meta-networking/recipes-support/fetchmail/fetchmail_6.4.19.bb | |||
@@ -19,4 +19,4 @@ inherit autotools gettext python3-dir python3native | |||
19 | EXTRA_OECONF = "--with-ssl=${STAGING_DIR_HOST}${prefix}" | 19 | EXTRA_OECONF = "--with-ssl=${STAGING_DIR_HOST}${prefix}" |
20 | 20 | ||
21 | PACKAGES =+ "fetchmail-python" | 21 | PACKAGES =+ "fetchmail-python" |
22 | FILES_fetchmail-python = "${libdir}/${PYTHON_DIR}/*" | 22 | FILES:fetchmail-python = "${libdir}/${PYTHON_DIR}/*" |
diff --git a/meta-networking/recipes-support/fwknop/fwknop_2.6.10.bb b/meta-networking/recipes-support/fwknop/fwknop_2.6.10.bb index c3681f925..2dfd8d5d4 100644 --- a/meta-networking/recipes-support/fwknop/fwknop_2.6.10.bb +++ b/meta-networking/recipes-support/fwknop/fwknop_2.6.10.bb | |||
@@ -30,8 +30,8 @@ do_configure () { | |||
30 | 30 | ||
31 | PACKAGES =+ "${PN}-client ${PN}-daemon" | 31 | PACKAGES =+ "${PN}-client ${PN}-daemon" |
32 | 32 | ||
33 | FILES_${PN}-client = "${bindir}/fwknop" | 33 | FILES:${PN}-client = "${bindir}/fwknop" |
34 | FILES_${PN}-daemon = "${sbindir}/fwknopd \ | 34 | FILES:${PN}-daemon = "${sbindir}/fwknopd \ |
35 | ${sysconfdir}/fwknop/access.conf \ | 35 | ${sysconfdir}/fwknop/access.conf \ |
36 | ${sysconfdir}/fwknop/fwknopd.conf" | 36 | ${sysconfdir}/fwknop/fwknopd.conf" |
37 | 37 | ||
diff --git a/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb b/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb index 944c00576..1ee04bd47 100644 --- a/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb +++ b/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb | |||
@@ -31,5 +31,5 @@ do_install_ptest () { | |||
31 | install ${S}/t/data/* ${D}${PTEST_PATH}/t/data | 31 | install ${S}/t/data/* ${D}${PTEST_PATH}/t/data |
32 | } | 32 | } |
33 | 33 | ||
34 | FILES_${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/Geo/IP/.debug" | 34 | FILES:${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/Geo/IP/.debug" |
35 | 35 | ||
diff --git a/meta-networking/recipes-support/geoip/geoip_1.6.12.bb b/meta-networking/recipes-support/geoip/geoip_1.6.12.bb index 143100e48..775398474 100644 --- a/meta-networking/recipes-support/geoip/geoip_1.6.12.bb +++ b/meta-networking/recipes-support/geoip/geoip_1.6.12.bb | |||
@@ -54,12 +54,12 @@ do_install() { | |||
54 | } | 54 | } |
55 | 55 | ||
56 | PACKAGES =+ "${PN}-database" | 56 | PACKAGES =+ "${PN}-database" |
57 | FILES_${PN}-database = "" | 57 | FILES:${PN}-database = "" |
58 | FILES_${PN}-database += "${datadir}/GeoIP/*" | 58 | FILES:${PN}-database += "${datadir}/GeoIP/*" |
59 | 59 | ||
60 | # We cannot do much looking up without databases. | 60 | # We cannot do much looking up without databases. |
61 | # | 61 | # |
62 | RDEPENDS_${PN} += "${PN}-database" | 62 | RDEPENDS:${PN} += "${PN}-database" |
63 | 63 | ||
64 | inherit ptest | 64 | inherit ptest |
65 | 65 | ||
diff --git a/meta-networking/recipes-support/geoip/geoipupdate_2.5.0.bb b/meta-networking/recipes-support/geoip/geoipupdate_2.5.0.bb index f4eb2b799..9494bd36c 100644 --- a/meta-networking/recipes-support/geoip/geoipupdate_2.5.0.bb +++ b/meta-networking/recipes-support/geoip/geoipupdate_2.5.0.bb | |||
@@ -18,14 +18,14 @@ LICENSE = "GPLv2" | |||
18 | LIC_FILES_CHKSUM = "\ | 18 | LIC_FILES_CHKSUM = "\ |
19 | file://ChangeLog.md;md5=11d2e31df0de2be3ccc3e2286c4dafcb \ | 19 | file://ChangeLog.md;md5=11d2e31df0de2be3ccc3e2286c4dafcb \ |
20 | " | 20 | " |
21 | FILES_${PN} = "/usr/share/GeoIP \ | 21 | FILES:${PN} = "/usr/share/GeoIP \ |
22 | /etc/GeoIP.conf \ | 22 | /etc/GeoIP.conf \ |
23 | /etc/cron.d/geoipupdate.cron \ | 23 | /etc/cron.d/geoipupdate.cron \ |
24 | /usr/bin/geoipupdate \ | 24 | /usr/bin/geoipupdate \ |
25 | " | 25 | " |
26 | inherit autotools | 26 | inherit autotools |
27 | 27 | ||
28 | do_install_append() { | 28 | do_install:append() { |
29 | install -d ${D}/${sysconfdir} | 29 | install -d ${D}/${sysconfdir} |
30 | install -d ${D}/${sysconfdir}/cron.d | 30 | install -d ${D}/${sysconfdir}/cron.d |
31 | install ${WORKDIR}/GeoIP.conf ${D}/${sysconfdir}/ | 31 | install ${WORKDIR}/GeoIP.conf ${D}/${sysconfdir}/ |
diff --git a/meta-networking/recipes-support/ifenslave/ifenslave_2.12.bb b/meta-networking/recipes-support/ifenslave/ifenslave_2.12.bb index db2d3a964..025482330 100644 --- a/meta-networking/recipes-support/ifenslave/ifenslave_2.12.bb +++ b/meta-networking/recipes-support/ifenslave/ifenslave_2.12.bb | |||
@@ -19,4 +19,4 @@ do_install() { | |||
19 | install -m 0755 -D ${S}/debian/ifenslave.if-up ${D}${sysconfdir}/network/if-up.d/ifenslave | 19 | install -m 0755 -D ${S}/debian/ifenslave.if-up ${D}${sysconfdir}/network/if-up.d/ifenslave |
20 | } | 20 | } |
21 | 21 | ||
22 | FILES_${PN}-doc_remove = "${mandir}" | 22 | FILES:${PN}-doc:remove = "${mandir}" |
diff --git a/meta-networking/recipes-support/libesmtp/libesmtp_1.0.6.bb b/meta-networking/recipes-support/libesmtp/libesmtp_1.0.6.bb index 71c5d940b..ed2a5d904 100644 --- a/meta-networking/recipes-support/libesmtp/libesmtp_1.0.6.bb +++ b/meta-networking/recipes-support/libesmtp/libesmtp_1.0.6.bb | |||
@@ -30,9 +30,9 @@ EXTRA_OECONF = " \ | |||
30 | --disable-static \ | 30 | --disable-static \ |
31 | " | 31 | " |
32 | 32 | ||
33 | FILES_${PN} = "${libdir}/lib*${SOLIBS} \ | 33 | FILES:${PN} = "${libdir}/lib*${SOLIBS} \ |
34 | ${libdir}/esmtp-plugins/*${SOLIBSDEV}" | 34 | ${libdir}/esmtp-plugins/*${SOLIBSDEV}" |
35 | 35 | ||
36 | FILES_${PN}-dev += "${libdir}/esmtp-plugins/*.la" | 36 | FILES:${PN}-dev += "${libdir}/esmtp-plugins/*.la" |
37 | FILES_${PN}-static += "${libdir}/esmtp-plugins/*.a" | 37 | FILES:${PN}-static += "${libdir}/esmtp-plugins/*.a" |
38 | FILES_${PN}-dbg += "${libdir}/esmtp-plugins/.debug/" | 38 | FILES:${PN}-dbg += "${libdir}/esmtp-plugins/.debug/" |
diff --git a/meta-networking/recipes-support/libldb/libldb_2.3.0.bb b/meta-networking/recipes-support/libldb/libldb_2.3.0.bb index 3731c260b..719353058 100644 --- a/meta-networking/recipes-support/libldb/libldb_2.3.0.bb +++ b/meta-networking/recipes-support/libldb/libldb_2.3.0.bb | |||
@@ -4,7 +4,7 @@ SECTION = "libs" | |||
4 | LICENSE = "LGPL-3.0+ & LGPL-2.1+ & GPL-3.0+" | 4 | LICENSE = "LGPL-3.0+ & LGPL-2.1+ & GPL-3.0+" |
5 | 5 | ||
6 | DEPENDS += "libtdb libtalloc libtevent popt" | 6 | DEPENDS += "libtdb libtalloc libtevent popt" |
7 | RDEPENDS_pyldb += "python3" | 7 | RDEPENDS:pyldb += "python3" |
8 | 8 | ||
9 | SRC_URI = "http://samba.org/ftp/ldb/ldb-${PV}.tar.gz \ | 9 | SRC_URI = "http://samba.org/ftp/ldb/ldb-${PV}.tar.gz \ |
10 | file://0001-do-not-import-target-module-while-cross-compile.patch \ | 10 | file://0001-do-not-import-target-module-while-cross-compile.patch \ |
@@ -55,15 +55,15 @@ PACKAGES =+ "pyldb pyldb-dbg pyldb-dev" | |||
55 | 55 | ||
56 | NOAUTOPACKAGEDEBUG = "1" | 56 | NOAUTOPACKAGEDEBUG = "1" |
57 | 57 | ||
58 | FILES_${PN} += "${libdir}/ldb/*" | 58 | FILES:${PN} += "${libdir}/ldb/*" |
59 | FILES_${PN}-dbg += "${bindir}/.debug/* \ | 59 | FILES:${PN}-dbg += "${bindir}/.debug/* \ |
60 | ${libdir}/.debug/* \ | 60 | ${libdir}/.debug/* \ |
61 | ${libdir}/ldb/.debug/* \ | 61 | ${libdir}/ldb/.debug/* \ |
62 | ${libdir}/ldb/modules/ldb/.debug/*" | 62 | ${libdir}/ldb/modules/ldb/.debug/*" |
63 | 63 | ||
64 | FILES_pyldb = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/* \ | 64 | FILES:pyldb = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/* \ |
65 | ${libdir}/libpyldb-util.*.so.* \ | 65 | ${libdir}/libpyldb-util.*.so.* \ |
66 | " | 66 | " |
67 | FILES_pyldb-dbg = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/.debug \ | 67 | FILES:pyldb-dbg = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/.debug \ |
68 | ${libdir}/.debug/libpyldb-util.*.so.*" | 68 | ${libdir}/.debug/libpyldb-util.*.so.*" |
69 | FILES_pyldb-dev = "${libdir}/libpyldb-util.*.so" | 69 | FILES:pyldb-dev = "${libdir}/libpyldb-util.*.so" |
diff --git a/meta-networking/recipes-support/libtalloc/libtalloc_2.3.3.bb b/meta-networking/recipes-support/libtalloc/libtalloc_2.3.3.bb index 1d227dac6..e6e2066a5 100644 --- a/meta-networking/recipes-support/libtalloc/libtalloc_2.3.3.bb +++ b/meta-networking/recipes-support/libtalloc/libtalloc_2.3.3.bb | |||
@@ -43,11 +43,11 @@ EXTRA_OECONF += "--disable-rpath \ | |||
43 | 43 | ||
44 | PACKAGES += "pytalloc pytalloc-dev" | 44 | PACKAGES += "pytalloc pytalloc-dev" |
45 | 45 | ||
46 | RPROVIDES_${PN}-dbg += "pytalloc-dbg" | 46 | RPROVIDES:${PN}-dbg += "pytalloc-dbg" |
47 | 47 | ||
48 | FILES_pytalloc = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/* \ | 48 | FILES:pytalloc = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/* \ |
49 | ${libdir}/libpytalloc-util.so.2 \ | 49 | ${libdir}/libpytalloc-util.so.2 \ |
50 | ${libdir}/libpytalloc-util.so.2.1.1 \ | 50 | ${libdir}/libpytalloc-util.so.2.1.1 \ |
51 | " | 51 | " |
52 | FILES_pytalloc-dev = "${libdir}/libpytalloc-util.so" | 52 | FILES:pytalloc-dev = "${libdir}/libpytalloc-util.so" |
53 | RDEPENDS_pytalloc = "python3" | 53 | RDEPENDS:pytalloc = "python3" |
diff --git a/meta-networking/recipes-support/libtdb/libtdb_1.4.3.bb b/meta-networking/recipes-support/libtdb/libtdb_1.4.3.bb index c131014ff..ad8459389 100644 --- a/meta-networking/recipes-support/libtdb/libtdb_1.4.3.bb +++ b/meta-networking/recipes-support/libtdb/libtdb_1.4.3.bb | |||
@@ -39,7 +39,7 @@ EXTRA_OECONF += "--disable-rpath \ | |||
39 | --with-libiconv=${STAGING_DIR_HOST}${prefix}\ | 39 | --with-libiconv=${STAGING_DIR_HOST}${prefix}\ |
40 | " | 40 | " |
41 | 41 | ||
42 | do_install_append() { | 42 | do_install:append() { |
43 | # add this link for cross check python module existence. eg: on x86-64 host, check python module | 43 | # add this link for cross check python module existence. eg: on x86-64 host, check python module |
44 | # under recipe-sysroot which is mips64. | 44 | # under recipe-sysroot which is mips64. |
45 | cd ${D}${PYTHON_SITEPACKAGES_DIR}; ln -s tdb.*.so tdb.so | 45 | cd ${D}${PYTHON_SITEPACKAGES_DIR}; ln -s tdb.*.so tdb.so |
@@ -47,10 +47,10 @@ do_install_append() { | |||
47 | 47 | ||
48 | PACKAGES += "tdb-tools python3-tdb" | 48 | PACKAGES += "tdb-tools python3-tdb" |
49 | 49 | ||
50 | RPROVIDES_${PN}-dbg += "python3-tdb-dbg" | 50 | RPROVIDES:${PN}-dbg += "python3-tdb-dbg" |
51 | 51 | ||
52 | FILES_${PN} = "${libdir}/*.so.*" | 52 | FILES:${PN} = "${libdir}/*.so.*" |
53 | FILES_tdb-tools = "${bindir}/*" | 53 | FILES:tdb-tools = "${bindir}/*" |
54 | FILES_python3-tdb = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" | 54 | FILES:python3-tdb = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" |
55 | RDEPENDS_python3-tdb = "python3" | 55 | RDEPENDS:python3-tdb = "python3" |
56 | INSANE_SKIP_${MLPREFIX}python3-tdb = "dev-so" | 56 | INSANE_SKIP:${MLPREFIX}python3-tdb = "dev-so" |
diff --git a/meta-networking/recipes-support/libtevent/libtevent_0.10.2.bb b/meta-networking/recipes-support/libtevent/libtevent_0.10.2.bb index 21f83ad35..fa5b4ade8 100644 --- a/meta-networking/recipes-support/libtevent/libtevent_0.10.2.bb +++ b/meta-networking/recipes-support/libtevent/libtevent_0.10.2.bb | |||
@@ -4,7 +4,7 @@ SECTION = "libs" | |||
4 | LICENSE = "LGPLv3+" | 4 | LICENSE = "LGPLv3+" |
5 | 5 | ||
6 | DEPENDS += "libtalloc libtirpc" | 6 | DEPENDS += "libtalloc libtirpc" |
7 | RDEPENDS_python3-tevent = "python3" | 7 | RDEPENDS:python3-tevent = "python3" |
8 | 8 | ||
9 | SRC_URI = "https://samba.org/ftp/tevent/tevent-${PV}.tar.gz \ | 9 | SRC_URI = "https://samba.org/ftp/tevent/tevent-${PV}.tar.gz \ |
10 | file://options-0.10.0.patch \ | 10 | file://options-0.10.0.patch \ |
@@ -42,7 +42,7 @@ EXTRA_OECONF += "--disable-rpath \ | |||
42 | --with-libiconv=${STAGING_DIR_HOST}${prefix}\ | 42 | --with-libiconv=${STAGING_DIR_HOST}${prefix}\ |
43 | --without-gettext \ | 43 | --without-gettext \ |
44 | " | 44 | " |
45 | do_install_append() { | 45 | do_install:append() { |
46 | # add this link for cross check python module existence. eg: on x86-64 host, check python module | 46 | # add this link for cross check python module existence. eg: on x86-64 host, check python module |
47 | # under recipe-sysroot which is mips64. | 47 | # under recipe-sysroot which is mips64. |
48 | cd ${D}${PYTHON_SITEPACKAGES_DIR}; ln -s _tevent.*.so _tevent.so | 48 | cd ${D}${PYTHON_SITEPACKAGES_DIR}; ln -s _tevent.*.so _tevent.so |
@@ -50,8 +50,8 @@ do_install_append() { | |||
50 | 50 | ||
51 | PACKAGES += "python3-tevent" | 51 | PACKAGES += "python3-tevent" |
52 | 52 | ||
53 | RPROVIDES_${PN}-dbg += "python3-tevent-dbg" | 53 | RPROVIDES:${PN}-dbg += "python3-tevent-dbg" |
54 | 54 | ||
55 | FILES_python3-tevent = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" | 55 | FILES:python3-tevent = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" |
56 | 56 | ||
57 | INSANE_SKIP_${MLPREFIX}python3-tevent = "dev-so" | 57 | INSANE_SKIP:${MLPREFIX}python3-tevent = "dev-so" |
diff --git a/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb b/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb index e594906c3..538fca784 100644 --- a/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb +++ b/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb | |||
@@ -15,7 +15,7 @@ SRC_URI = "http://nchc.dl.sourceforge.net/project/${BPN}/${BPN}/${PV}/${BPN}-${P | |||
15 | file://0001-saaldump-atmdump-Include-linux-sockios.h-for-SIOCGST.patch \ | 15 | file://0001-saaldump-atmdump-Include-linux-sockios.h-for-SIOCGST.patch \ |
16 | " | 16 | " |
17 | 17 | ||
18 | SRC_URI_append_libc-musl = " file://musl-no-on_exit.patch" | 18 | SRC_URI:append:libc-musl = " file://musl-no-on_exit.patch" |
19 | 19 | ||
20 | SRC_URI[md5sum] = "d49499368c3cf15f73a05d9bce8824a8" | 20 | SRC_URI[md5sum] = "d49499368c3cf15f73a05d9bce8824a8" |
21 | SRC_URI[sha256sum] = "9645481a2b16476b59220aa2d6bc5bc41043f291326c9b37581018fbd16dd53a" | 21 | SRC_URI[sha256sum] = "9645481a2b16476b59220aa2d6bc5bc41043f291326c9b37581018fbd16dd53a" |
@@ -30,4 +30,4 @@ inherit autotools pkgconfig | |||
30 | # The firmware is explicitly put under /lib when installed. | 30 | # The firmware is explicitly put under /lib when installed. |
31 | # | 31 | # |
32 | 32 | ||
33 | FILES_${PN} += "/lib/firmware" | 33 | FILES:${PN} += "/lib/firmware" |
diff --git a/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.19.bb b/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.19.bb index 5eea5c208..4549a068c 100644 --- a/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.19.bb +++ b/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.19.bb | |||
@@ -39,25 +39,25 @@ SOLIBMAJORVERSION="1" | |||
39 | 39 | ||
40 | PACKAGES =+ "${PN}-withsctp ${PN}-utils" | 40 | PACKAGES =+ "${PN}-withsctp ${PN}-utils" |
41 | 41 | ||
42 | FILES_${PN} = " \ | 42 | FILES:${PN} = " \ |
43 | ${libdir}/libsctp.so.${SOLIBVERSION} \ | 43 | ${libdir}/libsctp.so.${SOLIBVERSION} \ |
44 | ${libdir}/libsctp.so.${SOLIBMAJORVERSION} \ | 44 | ${libdir}/libsctp.so.${SOLIBMAJORVERSION} \ |
45 | " | 45 | " |
46 | 46 | ||
47 | FILES_${PN}-withsctp = " \ | 47 | FILES:${PN}-withsctp = " \ |
48 | ${libdir}/lksctp-tools/libwithsctp.so.${SOLIBVERSION} \ | 48 | ${libdir}/lksctp-tools/libwithsctp.so.${SOLIBVERSION} \ |
49 | ${libdir}/lksctp-tools/libwithsctp.so.${SOLIBMAJORVERSION} \ | 49 | ${libdir}/lksctp-tools/libwithsctp.so.${SOLIBMAJORVERSION} \ |
50 | " | 50 | " |
51 | 51 | ||
52 | FILES_${PN}-dev += " \ | 52 | FILES:${PN}-dev += " \ |
53 | ${libdir}/libsctp.so \ | 53 | ${libdir}/libsctp.so \ |
54 | ${libdir}/lksctp-tools/libwithsctp.so \ | 54 | ${libdir}/lksctp-tools/libwithsctp.so \ |
55 | ${datadir}/lksctp-tools/*.c \ | 55 | ${datadir}/lksctp-tools/*.c \ |
56 | ${datadir}/lksctp-tools/*.h \ | 56 | ${datadir}/lksctp-tools/*.h \ |
57 | " | 57 | " |
58 | 58 | ||
59 | FILES_${PN}-utils = "${bindir}/*" | 59 | FILES:${PN}-utils = "${bindir}/*" |
60 | 60 | ||
61 | RRECOMMENDS_${PN} += "kernel-module-sctp" | 61 | RRECOMMENDS:${PN} += "kernel-module-sctp" |
62 | RRECOMMENDS_${PN}-utils += "kernel-module-sctp" | 62 | RRECOMMENDS:${PN}-utils += "kernel-module-sctp" |
63 | RRECOMMENDS_${PN}-ptest += "kernel-module-sctp" | 63 | RRECOMMENDS:${PN}-ptest += "kernel-module-sctp" |
diff --git a/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb b/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb index 4a1bbe620..197703e90 100644 --- a/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb +++ b/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb | |||
@@ -27,13 +27,13 @@ CACHED_CONFIGUREVARS += "am_cv_python_pythondir=${PYTHON_SITEPACKAGES_DIR}/lowpa | |||
27 | 27 | ||
28 | CFLAGS += "-Wno-initializer-overrides" | 28 | CFLAGS += "-Wno-initializer-overrides" |
29 | 29 | ||
30 | do_install_append() { | 30 | do_install:append() { |
31 | rmdir ${D}${localstatedir}/run | 31 | rmdir ${D}${localstatedir}/run |
32 | } | 32 | } |
33 | 33 | ||
34 | FILES_${PN}-dbg += "${libexecdir}/lowpan-tools/.debug/" | 34 | FILES:${PN}-dbg += "${libexecdir}/lowpan-tools/.debug/" |
35 | 35 | ||
36 | PACKAGES =+ "${PN}-python" | 36 | PACKAGES =+ "${PN}-python" |
37 | FILES_${PN}-python = "${libdir}/python*" | 37 | FILES:${PN}-python = "${libdir}/python*" |
38 | 38 | ||
39 | PNBLACKLIST[lowpan-tools] ?= "WARNING these tools are deprecated! Use wpan-tools instead" | 39 | PNBLACKLIST[lowpan-tools] ?= "WARNING these tools are deprecated! Use wpan-tools instead" |
diff --git a/meta-networking/recipes-support/macchanger/macchanger_1.7.0.bb b/meta-networking/recipes-support/macchanger/macchanger_1.7.0.bb index 6506fd8ef..f2b7ce953 100644 --- a/meta-networking/recipes-support/macchanger/macchanger_1.7.0.bb +++ b/meta-networking/recipes-support/macchanger/macchanger_1.7.0.bb | |||
@@ -11,13 +11,13 @@ SRC_URI = "https://github.com/alobbs/macchanger/releases/download/${PV}/${BPN}-$ | |||
11 | SRC_URI[md5sum] = "ca56f16142914337391dac91603eb332" | 11 | SRC_URI[md5sum] = "ca56f16142914337391dac91603eb332" |
12 | SRC_URI[sha256sum] = "dae2717c270fd5f62d790dbf80c19793c651b1b26b62c101b82d5fdf25a845bf" | 12 | SRC_URI[sha256sum] = "dae2717c270fd5f62d790dbf80c19793c651b1b26b62c101b82d5fdf25a845bf" |
13 | 13 | ||
14 | FILES_${PN} = " \ | 14 | FILES:${PN} = " \ |
15 | ${bindir}/${BPN} \ | 15 | ${bindir}/${BPN} \ |
16 | ${datadir}/${BPN}/wireless.list \ | 16 | ${datadir}/${BPN}/wireless.list \ |
17 | ${datadir}/${BPN}/OUI.list \ | 17 | ${datadir}/${BPN}/OUI.list \ |
18 | " | 18 | " |
19 | 19 | ||
20 | FILES_${PN}-doc = " \ | 20 | FILES:${PN}-doc = " \ |
21 | ${datadir}/info \ | 21 | ${datadir}/info \ |
22 | ${datadir}/man \ | 22 | ${datadir}/man \ |
23 | " | 23 | " |
diff --git a/meta-networking/recipes-support/memcached/memcached_1.6.9.bb b/meta-networking/recipes-support/memcached/memcached_1.6.9.bb index 73e18a403..adf3c34e1 100644 --- a/meta-networking/recipes-support/memcached/memcached_1.6.9.bb +++ b/meta-networking/recipes-support/memcached/memcached_1.6.9.bb | |||
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7e5ded7363d335e1bb18013ca08046ff" | |||
15 | inherit autotools | 15 | inherit autotools |
16 | 16 | ||
17 | DEPENDS += "libevent" | 17 | DEPENDS += "libevent" |
18 | RDEPENDS_${PN} += "perl perl-module-posix perl-module-autoloader \ | 18 | RDEPENDS:${PN} += "perl perl-module-posix perl-module-autoloader \ |
19 | perl-module-tie-hash bash \ | 19 | perl-module-tie-hash bash \ |
20 | " | 20 | " |
21 | 21 | ||
@@ -44,7 +44,7 @@ inherit update-rc.d | |||
44 | INITSCRIPT_NAME = "memcached" | 44 | INITSCRIPT_NAME = "memcached" |
45 | INITSCRIPT_PARAMS = "defaults" | 45 | INITSCRIPT_PARAMS = "defaults" |
46 | 46 | ||
47 | do_install_append() { | 47 | do_install:append() { |
48 | install -D -m 755 ${S}/scripts/memcached-init ${D}${sysconfdir}/init.d/memcached | 48 | install -D -m 755 ${S}/scripts/memcached-init ${D}${sysconfdir}/init.d/memcached |
49 | mkdir -p ${D}/usr/share/memcached/scripts | 49 | mkdir -p ${D}/usr/share/memcached/scripts |
50 | install -m 755 ${S}/scripts/memcached-tool ${D}/usr/share/memcached/scripts | 50 | install -m 755 ${S}/scripts/memcached-tool ${D}/usr/share/memcached/scripts |
diff --git a/meta-networking/recipes-support/mtr/mtr_0.94.bb b/meta-networking/recipes-support/mtr/mtr_0.94.bb index 265eefb94..c046499a2 100644 --- a/meta-networking/recipes-support/mtr/mtr_0.94.bb +++ b/meta-networking/recipes-support/mtr/mtr_0.94.bb | |||
@@ -22,4 +22,4 @@ PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | |||
22 | 22 | ||
23 | PACKAGES += "${PN}-bash-completions" | 23 | PACKAGES += "${PN}-bash-completions" |
24 | 24 | ||
25 | FILES_${PN}-bash-completions = "${datadir}/bash-completion/" | 25 | FILES:${PN}-bash-completions = "${datadir}/bash-completion/" |
diff --git a/meta-networking/recipes-support/nbd/nbd_3.20.bb b/meta-networking/recipes-support/nbd/nbd_3.20.bb index 12a82c25b..589ac879c 100644 --- a/meta-networking/recipes-support/nbd/nbd_3.20.bb +++ b/meta-networking/recipes-support/nbd/nbd_3.20.bb | |||
@@ -14,6 +14,6 @@ inherit autotools pkgconfig | |||
14 | 14 | ||
15 | PACKAGES = "${PN}-client ${PN}-server ${PN}-dbg ${PN}-trdump ${PN}-doc" | 15 | PACKAGES = "${PN}-client ${PN}-server ${PN}-dbg ${PN}-trdump ${PN}-doc" |
16 | 16 | ||
17 | FILES_${PN}-client = "${sbindir}/${BPN}-client" | 17 | FILES:${PN}-client = "${sbindir}/${BPN}-client" |
18 | FILES_${PN}-server = "${bindir}/${BPN}-server" | 18 | FILES:${PN}-server = "${bindir}/${BPN}-server" |
19 | FILES_${PN}-trdump = "${bindir}/${BPN}-trdump" | 19 | FILES:${PN}-trdump = "${bindir}/${BPN}-trdump" |
diff --git a/meta-networking/recipes-support/ncp/libowfat_0.32.bb b/meta-networking/recipes-support/ncp/libowfat_0.32.bb index ec24578b7..4e67f6c91 100644 --- a/meta-networking/recipes-support/ncp/libowfat_0.32.bb +++ b/meta-networking/recipes-support/ncp/libowfat_0.32.bb | |||
@@ -27,6 +27,6 @@ do_install() { | |||
27 | MAN3DIR=${mandir}/man3 | 27 | MAN3DIR=${mandir}/man3 |
28 | } | 28 | } |
29 | 29 | ||
30 | ALLOW_EMPTY_${PN} = "1" | 30 | ALLOW_EMPTY:${PN} = "1" |
31 | 31 | ||
32 | BBCLASSEXTEND = "native nativesdk" | 32 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-networking/recipes-support/ndisc6/ndisc6_git.bb b/meta-networking/recipes-support/ndisc6/ndisc6_git.bb index 5f866052c..e9af2c43f 100644 --- a/meta-networking/recipes-support/ndisc6/ndisc6_git.bb +++ b/meta-networking/recipes-support/ndisc6/ndisc6_git.bb | |||
@@ -25,39 +25,39 @@ USE_NLS = "yes" | |||
25 | 25 | ||
26 | EXTRA_OECONF += "--disable-rpath" | 26 | EXTRA_OECONF += "--disable-rpath" |
27 | 27 | ||
28 | do_configure_prepend() { | 28 | do_configure:prepend() { |
29 | cp ${STAGING_DATADIR_NATIVE}/gettext/gettext.h ${S}/include | 29 | cp ${STAGING_DATADIR_NATIVE}/gettext/gettext.h ${S}/include |
30 | ${S}/autogen.sh | 30 | ${S}/autogen.sh |
31 | } | 31 | } |
32 | 32 | ||
33 | do_install_append () { | 33 | do_install:append () { |
34 | rm -rf ${D}${localstatedir} | 34 | rm -rf ${D}${localstatedir} |
35 | # Enable SUID bit for applications that need it | 35 | # Enable SUID bit for applications that need it |
36 | chmod 4555 ${D}${bindir}/rltraceroute6 | 36 | chmod 4555 ${D}${bindir}/rltraceroute6 |
37 | chmod 4555 ${D}${bindir}/ndisc6 | 37 | chmod 4555 ${D}${bindir}/ndisc6 |
38 | chmod 4555 ${D}${bindir}/rdisc6 | 38 | chmod 4555 ${D}${bindir}/rdisc6 |
39 | } | 39 | } |
40 | ALLOW_EMPTY_${PN} = "1" | 40 | ALLOW_EMPTY:${PN} = "1" |
41 | 41 | ||
42 | # Split into seperate packages since we normal don't want them all | 42 | # Split into seperate packages since we normal don't want them all |
43 | # The main package is left empty and therefore not created. | 43 | # The main package is left empty and therefore not created. |
44 | PACKAGES += "${PN}-ndisc6 ${PN}-tcpspray6 ${PN}-rdisc6 \ | 44 | PACKAGES += "${PN}-ndisc6 ${PN}-tcpspray6 ${PN}-rdisc6 \ |
45 | ${PN}-tcptraceroute6 ${PN}-rltraceroute6 \ | 45 | ${PN}-tcptraceroute6 ${PN}-rltraceroute6 \ |
46 | ${PN}-tracert6 ${PN}-rdnssd ${PN}-misc" | 46 | ${PN}-tracert6 ${PN}-rdnssd ${PN}-misc" |
47 | FILES_${PN} = "" | 47 | FILES:${PN} = "" |
48 | FILES_${PN}-ndisc6 = "${bindir}/ndisc6" | 48 | FILES:${PN}-ndisc6 = "${bindir}/ndisc6" |
49 | FILES_${PN}-tcpspray6 = "${bindir}/tcpspray6" | 49 | FILES:${PN}-tcpspray6 = "${bindir}/tcpspray6" |
50 | FILES_${PN}-rdisc6 = "${bindir}/rdisc6" | 50 | FILES:${PN}-rdisc6 = "${bindir}/rdisc6" |
51 | FILES_${PN}-tcptraceroute6 = "${bindir}/tcptraceroute6" | 51 | FILES:${PN}-tcptraceroute6 = "${bindir}/tcptraceroute6" |
52 | FILES_${PN}-rltraceroute6 = "${bindir}/rltraceroute6" | 52 | FILES:${PN}-rltraceroute6 = "${bindir}/rltraceroute6" |
53 | FILES_${PN}-tracert6 = "${bindir}/tracert6" | 53 | FILES:${PN}-tracert6 = "${bindir}/tracert6" |
54 | FILES_${PN}-rdnssd = "${sbindir}/rdnssd ${sysconfdir}/rdnssd" | 54 | FILES:${PN}-rdnssd = "${sbindir}/rdnssd ${sysconfdir}/rdnssd" |
55 | FILES_${PN}-misc = "${bindir}/dnssort ${bindir}/name2addr ${bindir}/tcpspray ${bindir}/addr2name" | 55 | FILES:${PN}-misc = "${bindir}/dnssort ${bindir}/name2addr ${bindir}/tcpspray ${bindir}/addr2name" |
56 | 56 | ||
57 | DESCRIPTION_${PN}-ndisc6 = "ICMPv6 Neighbor Discovery tool. \ | 57 | DESCRIPTION:${PN}-ndisc6 = "ICMPv6 Neighbor Discovery tool. \ |
58 | Performs IPv6 neighbor discovery in userland. Replaces arping from the \ | 58 | Performs IPv6 neighbor discovery in userland. Replaces arping from the \ |
59 | IPv4 world." | 59 | IPv4 world." |
60 | DESCRIPTION_${PN}-rdisc6 = "ICMPv6 Router Discovery tool. \ | 60 | DESCRIPTION:${PN}-rdisc6 = "ICMPv6 Router Discovery tool. \ |
61 | Queries IPv6 routers on the network for advertised prefixes. Can be used \ | 61 | Queries IPv6 routers on the network for advertised prefixes. Can be used \ |
62 | to detect rogue IPv6 routers, monitor legitimate IPv6 routers." | 62 | to detect rogue IPv6 routers, monitor legitimate IPv6 routers." |
63 | DESCRITPION_${PN}-tcpspray6 = "Performs bandwidth measurements of TCP \ | 63 | DESCRITPION_${PN}-tcpspray6 = "Performs bandwidth measurements of TCP \ |
@@ -69,7 +69,7 @@ servers through slateless IPv6 autoconfiguration." | |||
69 | 69 | ||
70 | # The tcptraceroute6 and tracert6 commands depend on rltraceroute6 to | 70 | # The tcptraceroute6 and tracert6 commands depend on rltraceroute6 to |
71 | # perform the actual trace operation. | 71 | # perform the actual trace operation. |
72 | RDEPENDS_${PN}-tcptraceroute6 = "${PN}-rltraceroute6" | 72 | RDEPENDS:${PN}-tcptraceroute6 = "${PN}-rltraceroute6" |
73 | RDEPENDS_${PN}-tracert6 = "${PN}-rltraceroute6" | 73 | RDEPENDS:${PN}-tracert6 = "${PN}-rltraceroute6" |
74 | RDEPENDS_${PN}-misc += "perl" | 74 | RDEPENDS:${PN}-misc += "perl" |
75 | 75 | ||
diff --git a/meta-networking/recipes-support/netcat/netcat.inc b/meta-networking/recipes-support/netcat/netcat.inc index 15441645b..9a8775b6c 100644 --- a/meta-networking/recipes-support/netcat/netcat.inc +++ b/meta-networking/recipes-support/netcat/netcat.inc | |||
@@ -11,5 +11,5 @@ capabilities." | |||
11 | SECTION = "net" | 11 | SECTION = "net" |
12 | inherit update-alternatives gettext pkgconfig | 12 | inherit update-alternatives gettext pkgconfig |
13 | 13 | ||
14 | ALTERNATIVE_${PN} = "nc" | 14 | ALTERNATIVE:${PN} = "nc" |
15 | 15 | ||
diff --git a/meta-networking/recipes-support/netcat/netcat_0.7.1.bb b/meta-networking/recipes-support/netcat/netcat_0.7.1.bb index 1e113de51..fc0955497 100644 --- a/meta-networking/recipes-support/netcat/netcat_0.7.1.bb +++ b/meta-networking/recipes-support/netcat/netcat_0.7.1.bb | |||
@@ -18,7 +18,7 @@ inherit autotools | |||
18 | 18 | ||
19 | CVE_PRODUCT = "netcat_project:netcat" | 19 | CVE_PRODUCT = "netcat_project:netcat" |
20 | 20 | ||
21 | do_install_append() { | 21 | do_install:append() { |
22 | install -d ${D}${bindir} | 22 | install -d ${D}${bindir} |
23 | mv ${D}${bindir}/nc ${D}${bindir}/nc.${BPN} | 23 | mv ${D}${bindir}/nc ${D}${bindir}/nc.${BPN} |
24 | } | 24 | } |
diff --git a/meta-networking/recipes-support/netcf/netcf_0.2.8.bb b/meta-networking/recipes-support/netcf/netcf_0.2.8.bb index a180571f2..88a19e264 100644 --- a/meta-networking/recipes-support/netcf/netcf_0.2.8.bb +++ b/meta-networking/recipes-support/netcf/netcf_0.2.8.bb | |||
@@ -22,14 +22,14 @@ S = "${WORKDIR}/git" | |||
22 | 22 | ||
23 | inherit gettext autotools perlnative pkgconfig systemd | 23 | inherit gettext autotools perlnative pkgconfig systemd |
24 | 24 | ||
25 | EXTRA_OECONF_append_class-target = " --with-driver=redhat" | 25 | EXTRA_OECONF:append:class-target = " --with-driver=redhat" |
26 | 26 | ||
27 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 27 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
28 | PACKAGECONFIG[systemd] = "--with-sysinit=systemd,--with-sysinit=initscripts," | 28 | PACKAGECONFIG[systemd] = "--with-sysinit=systemd,--with-sysinit=initscripts," |
29 | 29 | ||
30 | EXTRA_AUTORECONF += "-I ${S}/gnulib/m4" | 30 | EXTRA_AUTORECONF += "-I ${S}/gnulib/m4" |
31 | 31 | ||
32 | do_configure_prepend() { | 32 | do_configure:prepend() { |
33 | currdir=`pwd` | 33 | currdir=`pwd` |
34 | cd ${S} | 34 | cd ${S} |
35 | 35 | ||
@@ -49,7 +49,7 @@ do_configure_prepend() { | |||
49 | cd $currdir | 49 | cd $currdir |
50 | } | 50 | } |
51 | 51 | ||
52 | do_install_append() { | 52 | do_install:append() { |
53 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then | 53 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then |
54 | install -d ${D}${systemd_unitdir}/system | 54 | install -d ${D}${systemd_unitdir}/system |
55 | if [ -d "${D}${libdir}/systemd/system" ]; then | 55 | if [ -d "${D}${libdir}/systemd/system" ]; then |
@@ -67,9 +67,9 @@ do_install_append() { | |||
67 | fi | 67 | fi |
68 | } | 68 | } |
69 | 69 | ||
70 | FILES_${PN} += " \ | 70 | FILES:${PN} += " \ |
71 | ${libdir} \ | 71 | ${libdir} \ |
72 | ${nonarch_libdir} \ | 72 | ${nonarch_libdir} \ |
73 | " | 73 | " |
74 | 74 | ||
75 | SYSTEMD_SERVICE_${PN} = "netcf-transaction.service" | 75 | SYSTEMD_SERVICE:${PN} = "netcf-transaction.service" |
diff --git a/meta-networking/recipes-support/netperf/netperf_git.bb b/meta-networking/recipes-support/netperf/netperf_git.bb index 72efcb4f8..724869b60 100644 --- a/meta-networking/recipes-support/netperf/netperf_git.bb +++ b/meta-networking/recipes-support/netperf/netperf_git.bb | |||
@@ -23,11 +23,11 @@ S = "${WORKDIR}/git" | |||
23 | inherit update-rc.d autotools texinfo systemd | 23 | inherit update-rc.d autotools texinfo systemd |
24 | 24 | ||
25 | # cpu_set.patch plus _GNU_SOURCE makes src/netlib.c compile with CPU_ macros | 25 | # cpu_set.patch plus _GNU_SOURCE makes src/netlib.c compile with CPU_ macros |
26 | CFLAGS_append = " -DDO_UNIX -DDO_IPV6 -D_GNU_SOURCE" | 26 | CFLAGS:append = " -DDO_UNIX -DDO_IPV6 -D_GNU_SOURCE" |
27 | 27 | ||
28 | # set the "_FILE_OFFSET_BITS" preprocessor symbol to 64 to support files | 28 | # set the "_FILE_OFFSET_BITS" preprocessor symbol to 64 to support files |
29 | # larger than 2GB | 29 | # larger than 2GB |
30 | CFLAGS_append = "${@bb.utils.contains('DISTRO_FEATURES', 'largefile', \ | 30 | CFLAGS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'largefile', \ |
31 | ' -D_FILE_OFFSET_BITS=64', '', d)}" | 31 | ' -D_FILE_OFFSET_BITS=64', '', d)}" |
32 | 32 | ||
33 | PACKAGECONFIG ??= "" | 33 | PACKAGECONFIG ??= "" |
@@ -37,7 +37,7 @@ PACKAGECONFIG[histogram] = "--enable-histogram,--disable-histogram,," | |||
37 | 37 | ||
38 | # autotools.bbclass attends to include m4 files with path depth <= 2 by | 38 | # autotools.bbclass attends to include m4 files with path depth <= 2 by |
39 | # "find ${S} -maxdepth 2 -name \*.m4", so move m4 files from m4/m4. | 39 | # "find ${S} -maxdepth 2 -name \*.m4", so move m4 files from m4/m4. |
40 | do_configure_prepend() { | 40 | do_configure:prepend() { |
41 | test -d ${S}/m4/m4 && mv -f ${S}/m4/m4 ${S}/m4-files | 41 | test -d ${S}/m4/m4 && mv -f ${S}/m4/m4 ${S}/m4-files |
42 | } | 42 | } |
43 | 43 | ||
@@ -67,8 +67,8 @@ do_install() { | |||
67 | install -m 0644 ${S}/doc/netperf_old.ps ${D}${docdir}/netperf | 67 | install -m 0644 ${S}/doc/netperf_old.ps ${D}${docdir}/netperf |
68 | } | 68 | } |
69 | 69 | ||
70 | RRECOMMENDS_${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'sctp', 'kernel-module-sctp', '', d)}" | 70 | RRECOMMENDS:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'sctp', 'kernel-module-sctp', '', d)}" |
71 | 71 | ||
72 | INITSCRIPT_NAME="netperf" | 72 | INITSCRIPT_NAME="netperf" |
73 | INITSCRIPT_PARAMS="defaults" | 73 | INITSCRIPT_PARAMS="defaults" |
74 | SYSTEMD_SERVICE_${PN} = "netserver.service" | 74 | SYSTEMD_SERVICE:${PN} = "netserver.service" |
diff --git a/meta-networking/recipes-support/nghttp2/nghttp2_1.44.0.bb b/meta-networking/recipes-support/nghttp2/nghttp2_1.44.0.bb index 48ba5e314..6e133ec20 100644 --- a/meta-networking/recipes-support/nghttp2/nghttp2_1.44.0.bb +++ b/meta-networking/recipes-support/nghttp2/nghttp2_1.44.0.bb | |||
@@ -22,15 +22,15 @@ EXTRA_OECMAKE = "-DENABLE_EXAMPLES=OFF -DENABLE_APP=ON -DENABLE_HPACK_TOOLS=OFF" | |||
22 | 22 | ||
23 | PACKAGES =+ "lib${PN} ${PN}-client ${PN}-proxy ${PN}-server" | 23 | PACKAGES =+ "lib${PN} ${PN}-client ${PN}-proxy ${PN}-server" |
24 | 24 | ||
25 | RDEPENDS_${PN} = "${PN}-client (>= ${PV}) ${PN}-proxy (>= ${PV}) ${PN}-server (>= ${PV})" | 25 | RDEPENDS:${PN} = "${PN}-client (>= ${PV}) ${PN}-proxy (>= ${PV}) ${PN}-server (>= ${PV})" |
26 | RDEPENDS_${PN}_class-native = "" | 26 | RDEPENDS:${PN}:class-native = "" |
27 | RDEPENDS_${PN}-proxy = "openssl python3-core python3-io python3-shell" | 27 | RDEPENDS:${PN}-proxy = "openssl python3-core python3-io python3-shell" |
28 | 28 | ||
29 | ALLOW_EMPTY_${PN} = "1" | 29 | ALLOW_EMPTY:${PN} = "1" |
30 | FILES_${PN} = "" | 30 | FILES:${PN} = "" |
31 | FILES_lib${PN} = "${libdir}/*${SOLIBS}" | 31 | FILES:lib${PN} = "${libdir}/*${SOLIBS}" |
32 | FILES_${PN}-client = "${bindir}/h2load ${bindir}/nghttp" | 32 | FILES:${PN}-client = "${bindir}/h2load ${bindir}/nghttp" |
33 | FILES_${PN}-proxy = "${bindir}/nghttpx ${datadir}/${BPN}/fetch-ocsp-response" | 33 | FILES:${PN}-proxy = "${bindir}/nghttpx ${datadir}/${BPN}/fetch-ocsp-response" |
34 | FILES_${PN}-server = "${bindir}/nghttpd" | 34 | FILES:${PN}-server = "${bindir}/nghttpd" |
35 | 35 | ||
36 | BBCLASSEXTEND = "native" | 36 | BBCLASSEXTEND = "native" |
diff --git a/meta-networking/recipes-support/nis/yp-tools_2.14.bb b/meta-networking/recipes-support/nis/yp-tools_2.14.bb index 8c6837bac..8b7ed6fa2 100644 --- a/meta-networking/recipes-support/nis/yp-tools_2.14.bb +++ b/meta-networking/recipes-support/nis/yp-tools_2.14.bb | |||
@@ -20,15 +20,15 @@ SRC_URI[md5sum] = "ba1f121c17e3ad65368be173b977cd13" | |||
20 | SRC_URI[sha256sum] = "d01f70fadc643a55107a0edc47c6be99d0306bcc4f66df56f65e74238b0124c9" | 20 | SRC_URI[sha256sum] = "d01f70fadc643a55107a0edc47c6be99d0306bcc4f66df56f65e74238b0124c9" |
21 | 21 | ||
22 | inherit systemd | 22 | inherit systemd |
23 | SYSTEMD_SERVICE_${PN} = "domainname.service" | 23 | SYSTEMD_SERVICE:${PN} = "domainname.service" |
24 | 24 | ||
25 | RPROVIDES_${PN} += "${PN}-systemd" | 25 | RPROVIDES:${PN} += "${PN}-systemd" |
26 | RREPLACES_${PN} += "${PN}-systemd" | 26 | RREPLACES:${PN} += "${PN}-systemd" |
27 | RCONFLICTS_${PN} += "${PN}-systemd" | 27 | RCONFLICTS:${PN} += "${PN}-systemd" |
28 | 28 | ||
29 | CACHED_CONFIGUREVARS += "ac_cv_prog_STRIP=/bin/true" | 29 | CACHED_CONFIGUREVARS += "ac_cv_prog_STRIP=/bin/true" |
30 | 30 | ||
31 | do_install_append() { | 31 | do_install:append() { |
32 | install -d ${D}${systemd_unitdir}/system | 32 | install -d ${D}${systemd_unitdir}/system |
33 | install -m 0644 ${WORKDIR}/domainname.service ${D}${systemd_unitdir}/system | 33 | install -m 0644 ${WORKDIR}/domainname.service ${D}${systemd_unitdir}/system |
34 | } | 34 | } |
diff --git a/meta-networking/recipes-support/nis/yp-tools_4.2.3.bb b/meta-networking/recipes-support/nis/yp-tools_4.2.3.bb index bb401666c..ce22943d6 100644 --- a/meta-networking/recipes-support/nis/yp-tools_4.2.3.bb +++ b/meta-networking/recipes-support/nis/yp-tools_4.2.3.bb | |||
@@ -23,25 +23,25 @@ S = "${WORKDIR}/git" | |||
23 | DEPENDS = "libtirpc libnsl2 virtual/crypt" | 23 | DEPENDS = "libtirpc libnsl2 virtual/crypt" |
24 | 24 | ||
25 | inherit autotools systemd | 25 | inherit autotools systemd |
26 | SYSTEMD_SERVICE_${PN} = "domainname.service" | 26 | SYSTEMD_SERVICE:${PN} = "domainname.service" |
27 | 27 | ||
28 | RPROVIDES_${PN} += "${PN}-systemd" | 28 | RPROVIDES:${PN} += "${PN}-systemd" |
29 | RREPLACES_${PN} += "${PN}-systemd" | 29 | RREPLACES:${PN} += "${PN}-systemd" |
30 | RCONFLICTS_${PN} += "${PN}-systemd" | 30 | RCONFLICTS:${PN} += "${PN}-systemd" |
31 | 31 | ||
32 | CACHED_CONFIGUREVARS += "ac_cv_prog_STRIP=/bin/true" | 32 | CACHED_CONFIGUREVARS += "ac_cv_prog_STRIP=/bin/true" |
33 | 33 | ||
34 | EXTRA_OECONF = " \ | 34 | EXTRA_OECONF = " \ |
35 | --disable-rpath --disable-domainname \ | 35 | --disable-rpath --disable-domainname \ |
36 | " | 36 | " |
37 | CFLAGS_append_libc-musl = " -Wno-error=cpp" | 37 | CFLAGS:append:libc-musl = " -Wno-error=cpp" |
38 | 38 | ||
39 | FILES_${PN} += " ${libdir}/yp-nis/*.so.*.* ${libdir}/yp-nis/pkgconfig/" | 39 | FILES:${PN} += " ${libdir}/yp-nis/*.so.*.* ${libdir}/yp-nis/pkgconfig/" |
40 | FILES_${PN}-dbg += " ${libdir}/yp-nis/.debug" | 40 | FILES:${PN}-dbg += " ${libdir}/yp-nis/.debug" |
41 | FILES_${PN}-dev += " ${libdir}/yp-nis/*.so ${libdir}/yp-nis/*.so.[12] ${libdir}/yp-nis/*.la" | 41 | FILES:${PN}-dev += " ${libdir}/yp-nis/*.so ${libdir}/yp-nis/*.so.[12] ${libdir}/yp-nis/*.la" |
42 | FILES_${PN}-staticdev += " ${libdir}/yp-nis/*.a" | 42 | FILES:${PN}-staticdev += " ${libdir}/yp-nis/*.a" |
43 | 43 | ||
44 | do_install_append() { | 44 | do_install:append() { |
45 | install -d ${D}${systemd_unitdir}/system | 45 | install -d ${D}${systemd_unitdir}/system |
46 | install -m 0644 ${WORKDIR}/domainname.service ${D}${systemd_unitdir}/system | 46 | install -m 0644 ${WORKDIR}/domainname.service ${D}${systemd_unitdir}/system |
47 | } | 47 | } |
diff --git a/meta-networking/recipes-support/nis/ypbind-mt_2.6.bb b/meta-networking/recipes-support/nis/ypbind-mt_2.6.bb index 03b98c9c2..2c5e2bd93 100644 --- a/meta-networking/recipes-support/nis/ypbind-mt_2.6.bb +++ b/meta-networking/recipes-support/nis/ypbind-mt_2.6.bb | |||
@@ -21,8 +21,8 @@ DEPENDS = " \ | |||
21 | yp-tools \ | 21 | yp-tools \ |
22 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ | 22 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ |
23 | " | 23 | " |
24 | DEPENDS_append_libc-musl = " bsd-headers nss" | 24 | DEPENDS:append:libc-musl = " bsd-headers nss" |
25 | RDEPENDS_${PN} += "yp-tools" | 25 | RDEPENDS:${PN} += "yp-tools" |
26 | 26 | ||
27 | # ypbind-mt now provides all the functionality of ypbind | 27 | # ypbind-mt now provides all the functionality of ypbind |
28 | # and is used in place of it. | 28 | # and is used in place of it. |
@@ -39,15 +39,15 @@ SRC_URI[sha256sum] = "0696c0263c4fd48a4ff2ce6c109f05f37aab0f71646d81cb22c7c28591 | |||
39 | 39 | ||
40 | inherit systemd update-rc.d | 40 | inherit systemd update-rc.d |
41 | 41 | ||
42 | SYSTEMD_SERVICE_${PN} = "ypbind.service" | 42 | SYSTEMD_SERVICE:${PN} = "ypbind.service" |
43 | INITSCRIPT_NAME = "ypbind" | 43 | INITSCRIPT_NAME = "ypbind" |
44 | INITSCRIPT_PARAMS = "start 44 3 5 . stop 70 0 1 2 6 ." | 44 | INITSCRIPT_PARAMS = "start 44 3 5 . stop 70 0 1 2 6 ." |
45 | 45 | ||
46 | CACHED_CONFIGUREVARS = "ac_cv_prog_STRIP=/bin/true" | 46 | CACHED_CONFIGUREVARS = "ac_cv_prog_STRIP=/bin/true" |
47 | 47 | ||
48 | CFLAGS_append = " -I${STAGING_INCDIR}/nss3 -I${STAGING_INCDIR}/nspr" | 48 | CFLAGS:append = " -I${STAGING_INCDIR}/nss3 -I${STAGING_INCDIR}/nspr" |
49 | 49 | ||
50 | do_install_append () { | 50 | do_install:append () { |
51 | install -d ${D}${sysconfdir}/init.d | 51 | install -d ${D}${sysconfdir}/init.d |
52 | install -d ${D}${sysconfdir}/rcS.d | 52 | install -d ${D}${sysconfdir}/rcS.d |
53 | 53 | ||
@@ -58,6 +58,6 @@ do_install_append () { | |||
58 | } | 58 | } |
59 | 59 | ||
60 | 60 | ||
61 | RPROVIDES_${PN} += "${PN}-systemd" | 61 | RPROVIDES:${PN} += "${PN}-systemd" |
62 | RREPLACES_${PN} += "${PN}-systemd" | 62 | RREPLACES:${PN} += "${PN}-systemd" |
63 | RCONFLICTS_${PN} += "${PN}-systemd" | 63 | RCONFLICTS:${PN} += "${PN}-systemd" |
diff --git a/meta-networking/recipes-support/ntimed/ntimed_git.bb b/meta-networking/recipes-support/ntimed/ntimed_git.bb index a749b1659..ccfe11288 100644 --- a/meta-networking/recipes-support/ntimed/ntimed_git.bb +++ b/meta-networking/recipes-support/ntimed/ntimed_git.bb | |||
@@ -17,7 +17,7 @@ SRCREV = "db0abbb4c80f2ecef6bc5d9639bca5bea28532a2" | |||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
19 | # use adjtimex on musl | 19 | # use adjtimex on musl |
20 | CFLAGS_append_libc-musl = " -Dntp_adjtime=adjtimex" | 20 | CFLAGS:append:libc-musl = " -Dntp_adjtime=adjtimex" |
21 | 21 | ||
22 | EXTRA_OEMAKE = "\ | 22 | EXTRA_OEMAKE = "\ |
23 | 'CC=${CC}' \ | 23 | 'CC=${CC}' \ |
@@ -33,8 +33,8 @@ do_install () { | |||
33 | install -D -m 0755 ntimed-client ${D}${sbindir}/ntimed-client | 33 | install -D -m 0755 ntimed-client ${D}${sbindir}/ntimed-client |
34 | } | 34 | } |
35 | 35 | ||
36 | ALLOW_EMPTY_${PN} = "1" | 36 | ALLOW_EMPTY:${PN} = "1" |
37 | RDEPENDS_${PN} += "ntimed-client" | 37 | RDEPENDS:${PN} += "ntimed-client" |
38 | 38 | ||
39 | PACKAGE_BEFORE_PN += "ntimed-client" | 39 | PACKAGE_BEFORE_PN += "ntimed-client" |
40 | FILES_ntimed-client = "${sbindir}/ntimed-client" | 40 | FILES:ntimed-client = "${sbindir}/ntimed-client" |
diff --git a/meta-networking/recipes-support/ntopng/ndpi_3.4.bb b/meta-networking/recipes-support/ntopng/ndpi_3.4.bb index 22e4d8e9a..cfc60a7aa 100644 --- a/meta-networking/recipes-support/ntopng/ndpi_3.4.bb +++ b/meta-networking/recipes-support/ntopng/ndpi_3.4.bb | |||
@@ -4,7 +4,7 @@ inspection. Based on OpenDPI it includes ntop extensions" | |||
4 | 4 | ||
5 | SECTION = "libdevel" | 5 | SECTION = "libdevel" |
6 | DEPENDS = "libpcap" | 6 | DEPENDS = "libpcap" |
7 | RDEPENDS_${PN} += " libpcap" | 7 | RDEPENDS:${PN} += " libpcap" |
8 | LICENSE = "GPLv3" | 8 | LICENSE = "GPLv3" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b52f2d57d10c4f7ee67a7eb9615d5d24" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b52f2d57d10c4f7ee67a7eb9615d5d24" |
10 | 10 | ||
@@ -19,7 +19,7 @@ inherit autotools-brokensep pkgconfig | |||
19 | 19 | ||
20 | CPPFLAGS += "${SELECTED_OPTIMIZATION}" | 20 | CPPFLAGS += "${SELECTED_OPTIMIZATION}" |
21 | 21 | ||
22 | do_configure_prepend() { | 22 | do_configure:prepend() { |
23 | ${S}/autogen.sh | 23 | ${S}/autogen.sh |
24 | } | 24 | } |
25 | 25 | ||
diff --git a/meta-networking/recipes-support/ntopng/ntopng_4.2.bb b/meta-networking/recipes-support/ntopng/ntopng_4.2.bb index 596186651..cc2320788 100644 --- a/meta-networking/recipes-support/ntopng/ntopng_4.2.bb +++ b/meta-networking/recipes-support/ntopng/ntopng_4.2.bb | |||
@@ -7,7 +7,7 @@ usability, and features." | |||
7 | SECTION = "console/network" | 7 | SECTION = "console/network" |
8 | 8 | ||
9 | DEPENDS = "curl libmaxminddb libpcap lua mariadb ndpi json-c rrdtool zeromq" | 9 | DEPENDS = "curl libmaxminddb libpcap lua mariadb ndpi json-c rrdtool zeromq" |
10 | RDEPENDS_${PN} = "bash redis" | 10 | RDEPENDS:${PN} = "bash redis" |
11 | LICENSE = "GPLv3" | 11 | LICENSE = "GPLv3" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
13 | 13 | ||
@@ -26,24 +26,24 @@ S = "${WORKDIR}/git" | |||
26 | # don't use the lua under thirdparty as it supports cross compiling badly | 26 | # don't use the lua under thirdparty as it supports cross compiling badly |
27 | export LUA_LIB = "${STAGING_LIBDIR}/liblua.a" | 27 | export LUA_LIB = "${STAGING_LIBDIR}/liblua.a" |
28 | 28 | ||
29 | LDFLAGS_append_mipsarch = " -latomic" | 29 | LDFLAGS:append:mipsarch = " -latomic" |
30 | LDFLAGS_append_powerpc = " -latomic" | 30 | LDFLAGS:append:powerpc = " -latomic" |
31 | LDFLAGS_append_riscv32 = " -latomic" | 31 | LDFLAGS:append:riscv32 = " -latomic" |
32 | inherit autotools-brokensep gettext systemd | 32 | inherit autotools-brokensep gettext systemd |
33 | 33 | ||
34 | do_install_append() { | 34 | do_install:append() { |
35 | install -d ${D}${systemd_unitdir}/system/ | 35 | install -d ${D}${systemd_unitdir}/system/ |
36 | install -m 0644 ${WORKDIR}/ntopng.service ${D}${systemd_unitdir}/system | 36 | install -m 0644 ${WORKDIR}/ntopng.service ${D}${systemd_unitdir}/system |
37 | } | 37 | } |
38 | 38 | ||
39 | FILES_${PN} += "\ | 39 | FILES:${PN} += "\ |
40 | ${systemd_unitdir}/system/ntopng.service" | 40 | ${systemd_unitdir}/system/ntopng.service" |
41 | 41 | ||
42 | FILES_${PN}-doc += "\ | 42 | FILES:${PN}-doc += "\ |
43 | /usr/man/man8/ntopng.8" | 43 | /usr/man/man8/ntopng.8" |
44 | 44 | ||
45 | do_configure_prepend() { | 45 | do_configure:prepend() { |
46 | ${S}/autogen.sh | 46 | ${S}/autogen.sh |
47 | } | 47 | } |
48 | 48 | ||
49 | SYSTEMD_SERVICE_${PN} = "ntopng.service" | 49 | SYSTEMD_SERVICE:${PN} = "ntopng.service" |
diff --git a/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb b/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb index 37f67095c..4a719ae9c 100644 --- a/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb +++ b/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb | |||
@@ -42,11 +42,11 @@ EXTRA_OECONF += "--with-net-snmp-config=no \ | |||
42 | --with-locfile=redhat \ | 42 | --with-locfile=redhat \ |
43 | --without-rpath \ | 43 | --without-rpath \ |
44 | " | 44 | " |
45 | CFLAGS_append = " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED" | 45 | CFLAGS:append = " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED" |
46 | 46 | ||
47 | USERADD_PACKAGES = "${PN}" | 47 | USERADD_PACKAGES = "${PN}" |
48 | NTP_USER_HOME ?= "/var/lib/ntp" | 48 | NTP_USER_HOME ?= "/var/lib/ntp" |
49 | USERADD_PARAM_${PN} = "--system --home-dir ${NTP_USER_HOME} \ | 49 | USERADD_PARAM:${PN} = "--system --home-dir ${NTP_USER_HOME} \ |
50 | --no-create-home \ | 50 | --no-create-home \ |
51 | --shell /bin/false --user-group ntp" | 51 | --shell /bin/false --user-group ntp" |
52 | 52 | ||
@@ -66,7 +66,7 @@ PACKAGECONFIG[debug] = "--enable-debugging,--disable-debugging" | |||
66 | PACKAGECONFIG[mdns] = "ac_cv_header_dns_sd_h=yes,ac_cv_header_dns_sd_h=no,mdns" | 66 | PACKAGECONFIG[mdns] = "ac_cv_header_dns_sd_h=yes,ac_cv_header_dns_sd_h=no,mdns" |
67 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | 67 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |
68 | 68 | ||
69 | do_install_append() { | 69 | do_install:append() { |
70 | install -d ${D}${sysconfdir}/init.d | 70 | install -d ${D}${sysconfdir}/init.d |
71 | install -m 644 ${WORKDIR}/ntp.conf ${D}${sysconfdir} | 71 | install -m 644 ${WORKDIR}/ntp.conf ${D}${sysconfdir} |
72 | install -m 755 ${WORKDIR}/ntpd ${D}${sysconfdir}/init.d | 72 | install -m 755 ${WORKDIR}/ntpd ${D}${sysconfdir}/init.d |
@@ -113,60 +113,60 @@ PACKAGES += "ntpdate sntp ntpdc ntpq ${PN}-tickadj ${PN}-utils" | |||
113 | 113 | ||
114 | # ntp originally includes tickadj. It's split off for inclusion in small firmware images on platforms | 114 | # ntp originally includes tickadj. It's split off for inclusion in small firmware images on platforms |
115 | # with wonky clocks (e.g. OpenSlug) | 115 | # with wonky clocks (e.g. OpenSlug) |
116 | RDEPENDS_${PN} = "${PN}-tickadj" | 116 | RDEPENDS:${PN} = "${PN}-tickadj" |
117 | # ntpd require libgcc for execution | 117 | # ntpd require libgcc for execution |
118 | RDEPENDS_${PN} += "libgcc" | 118 | RDEPENDS:${PN} += "libgcc" |
119 | # Handle move from bin to utils package | 119 | # Handle move from bin to utils package |
120 | RPROVIDES_${PN}-utils = "${PN}-bin" | 120 | RPROVIDES:${PN}-utils = "${PN}-bin" |
121 | RREPLACES_${PN}-utils = "${PN}-bin" | 121 | RREPLACES:${PN}-utils = "${PN}-bin" |
122 | RCONFLICTS_${PN}-utils = "${PN}-bin" | 122 | RCONFLICTS:${PN}-utils = "${PN}-bin" |
123 | # ntpdc and ntpq were split out of ntp-utils | 123 | # ntpdc and ntpq were split out of ntp-utils |
124 | RDEPENDS_${PN}-utils = "ntpdc ntpq" | 124 | RDEPENDS:${PN}-utils = "ntpdc ntpq" |
125 | 125 | ||
126 | SYSTEMD_PACKAGES = "${PN} ntpdate sntp" | 126 | SYSTEMD_PACKAGES = "${PN} ntpdate sntp" |
127 | SYSTEMD_SERVICE_${PN} = "ntpd.service" | 127 | SYSTEMD_SERVICE:${PN} = "ntpd.service" |
128 | SYSTEMD_SERVICE_ntpdate = "ntpdate.service" | 128 | SYSTEMD_SERVICE:ntpdate = "ntpdate.service" |
129 | SYSTEMD_SERVICE_sntp = "sntp.service" | 129 | SYSTEMD_SERVICE:sntp = "sntp.service" |
130 | SYSTEMD_AUTO_ENABLE_sntp = "disable" | 130 | SYSTEMD_AUTO_ENABLE:sntp = "disable" |
131 | 131 | ||
132 | RPROVIDES_${PN} += "${PN}-systemd" | 132 | RPROVIDES:${PN} += "${PN}-systemd" |
133 | RREPLACES_${PN} += "${PN}-systemd" | 133 | RREPLACES:${PN} += "${PN}-systemd" |
134 | RCONFLICTS_${PN} += "${PN}-systemd" | 134 | RCONFLICTS:${PN} += "${PN}-systemd" |
135 | 135 | ||
136 | RPROVIDES_ntpdate += "ntpdate-systemd" | 136 | RPROVIDES:ntpdate += "ntpdate-systemd" |
137 | RREPLACES_ntpdate += "ntpdate-systemd" | 137 | RREPLACES:ntpdate += "ntpdate-systemd" |
138 | RCONFLICTS_ntpdate += "ntpdate-systemd" | 138 | RCONFLICTS:ntpdate += "ntpdate-systemd" |
139 | 139 | ||
140 | RSUGGESTS_${PN} = "iana-etc" | 140 | RSUGGESTS:${PN} = "iana-etc" |
141 | 141 | ||
142 | FILES_${PN} = "${sbindir}/ntpd.ntp ${sysconfdir}/ntp.conf ${sysconfdir}/init.d/ntpd \ | 142 | FILES:${PN} = "${sbindir}/ntpd.ntp ${sysconfdir}/ntp.conf ${sysconfdir}/init.d/ntpd \ |
143 | ${NTP_USER_HOME} \ | 143 | ${NTP_USER_HOME} \ |
144 | ${systemd_unitdir}/ntp-units.d/60-ntpd.list \ | 144 | ${systemd_unitdir}/ntp-units.d/60-ntpd.list \ |
145 | " | 145 | " |
146 | FILES_${PN}-tickadj = "${sbindir}/tickadj" | 146 | FILES:${PN}-tickadj = "${sbindir}/tickadj" |
147 | FILES_${PN}-utils = "${sbindir} ${datadir}/ntp/lib" | 147 | FILES:${PN}-utils = "${sbindir} ${datadir}/ntp/lib" |
148 | RDEPENDS_${PN}-utils += "perl" | 148 | RDEPENDS:${PN}-utils += "perl" |
149 | FILES_ntpdate = "${sbindir}/ntpdate \ | 149 | FILES:ntpdate = "${sbindir}/ntpdate \ |
150 | ${sysconfdir}/network/if-up.d/ntpdate-sync \ | 150 | ${sysconfdir}/network/if-up.d/ntpdate-sync \ |
151 | ${bindir}/ntpdate-sync \ | 151 | ${bindir}/ntpdate-sync \ |
152 | ${sysconfdir}/default/ntpdate \ | 152 | ${sysconfdir}/default/ntpdate \ |
153 | ${systemd_unitdir}/system/ntpdate.service \ | 153 | ${systemd_unitdir}/system/ntpdate.service \ |
154 | " | 154 | " |
155 | FILES_sntp = "${sbindir}/sntp \ | 155 | FILES:sntp = "${sbindir}/sntp \ |
156 | ${sysconfdir}/default/sntp \ | 156 | ${sysconfdir}/default/sntp \ |
157 | ${systemd_unitdir}/system/sntp.service \ | 157 | ${systemd_unitdir}/system/sntp.service \ |
158 | " | 158 | " |
159 | FILES_ntpdc = "${sbindir}/ntpdc" | 159 | FILES:ntpdc = "${sbindir}/ntpdc" |
160 | FILES_ntpq = "${sbindir}/ntpq" | 160 | FILES:ntpq = "${sbindir}/ntpq" |
161 | 161 | ||
162 | CONFFILES_${PN} = "${sysconfdir}/ntp.conf" | 162 | CONFFILES:${PN} = "${sysconfdir}/ntp.conf" |
163 | CONFFILES_ntpdate = "${sysconfdir}/default/ntpdate" | 163 | CONFFILES:ntpdate = "${sysconfdir}/default/ntpdate" |
164 | 164 | ||
165 | INITSCRIPT_NAME = "ntpd" | 165 | INITSCRIPT_NAME = "ntpd" |
166 | # No dependencies, so just go in at the standard level (20) | 166 | # No dependencies, so just go in at the standard level (20) |
167 | INITSCRIPT_PARAMS = "defaults" | 167 | INITSCRIPT_PARAMS = "defaults" |
168 | 168 | ||
169 | pkg_postinst_ntpdate() { | 169 | pkg_postinst:ntpdate() { |
170 | if ! grep -q -s ntpdate $D/var/spool/cron/root; then | 170 | if ! grep -q -s ntpdate $D/var/spool/cron/root; then |
171 | echo "adding crontab" | 171 | echo "adding crontab" |
172 | test -d $D/var/spool/cron || mkdir -p $D/var/spool/cron | 172 | test -d $D/var/spool/cron || mkdir -p $D/var/spool/cron |
@@ -178,5 +178,5 @@ inherit update-alternatives | |||
178 | 178 | ||
179 | ALTERNATIVE_PRIORITY = "100" | 179 | ALTERNATIVE_PRIORITY = "100" |
180 | 180 | ||
181 | ALTERNATIVE_${PN} = "ntpd" | 181 | ALTERNATIVE:${PN} = "ntpd" |
182 | ALTERNATIVE_LINK_NAME[ntpd] = "${sbindir}/ntpd" | 182 | ALTERNATIVE_LINK_NAME[ntpd] = "${sbindir}/ntpd" |
diff --git a/meta-networking/recipes-support/nuttcp/nuttcp_8.2.2.bb b/meta-networking/recipes-support/nuttcp/nuttcp_8.2.2.bb index 193caf3cf..677b031a9 100644 --- a/meta-networking/recipes-support/nuttcp/nuttcp_8.2.2.bb +++ b/meta-networking/recipes-support/nuttcp/nuttcp_8.2.2.bb | |||
@@ -32,7 +32,7 @@ do_install () { | |||
32 | install -m 0644 ${WORKDIR}/nuttcp.socket ${D}${systemd_system_unitdir} | 32 | install -m 0644 ${WORKDIR}/nuttcp.socket ${D}${systemd_system_unitdir} |
33 | } | 33 | } |
34 | 34 | ||
35 | FILES_${PN} += " \ | 35 | FILES:${PN} += " \ |
36 | ${bindir} \ | 36 | ${bindir} \ |
37 | ${systemd_system_unitdir} \ | 37 | ${systemd_system_unitdir} \ |
38 | " | 38 | " |
diff --git a/meta-networking/recipes-support/nvmetcli/nvmetcli_0.7.bb b/meta-networking/recipes-support/nvmetcli/nvmetcli_0.7.bb index 31f55e358..ec483321b 100644 --- a/meta-networking/recipes-support/nvmetcli/nvmetcli_0.7.bb +++ b/meta-networking/recipes-support/nvmetcli/nvmetcli_0.7.bb | |||
@@ -13,18 +13,18 @@ inherit systemd setuptools3 | |||
13 | # file. This file is not installed by default since the configuration will vary | 13 | # file. This file is not installed by default since the configuration will vary |
14 | # on real systems. Example configuration files are provided by including the | 14 | # on real systems. Example configuration files are provided by including the |
15 | # nvmetcli-examples package. | 15 | # nvmetcli-examples package. |
16 | SYSTEMD_SERVICE_${PN} = "nvmet.service" | 16 | SYSTEMD_SERVICE:${PN} = "nvmet.service" |
17 | 17 | ||
18 | SYSTEMD_AUTO_ENABLE ?= "disable" | 18 | SYSTEMD_AUTO_ENABLE ?= "disable" |
19 | 19 | ||
20 | RDEPENDS_${PN} += "python3 python3-six python3-pyparsing python3-configshell-fb" | 20 | RDEPENDS:${PN} += "python3 python3-six python3-pyparsing python3-configshell-fb" |
21 | 21 | ||
22 | SRCREV = "0a6b088db2dc2e5de11e6f23f1e890e4b54fee64" | 22 | SRCREV = "0a6b088db2dc2e5de11e6f23f1e890e4b54fee64" |
23 | SRC_URI = "git://git.infradead.org/users/hch/nvmetcli.git;branch=master" | 23 | SRC_URI = "git://git.infradead.org/users/hch/nvmetcli.git;branch=master" |
24 | 24 | ||
25 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
26 | 26 | ||
27 | do_install_append() { | 27 | do_install:append() { |
28 | # Install example configuration scripts. | 28 | # Install example configuration scripts. |
29 | install -d ${D}${datadir}/nvmet | 29 | install -d ${D}${datadir}/nvmet |
30 | cp -fr ${S}/examples ${D}${datadir}/nvmet/ | 30 | cp -fr ${S}/examples ${D}${datadir}/nvmet/ |
@@ -36,4 +36,4 @@ do_install_append() { | |||
36 | 36 | ||
37 | # Examples package contains example json files used to configure nvmet. | 37 | # Examples package contains example json files used to configure nvmet. |
38 | PACKAGES += "${PN}-examples" | 38 | PACKAGES += "${PN}-examples" |
39 | FILES_${PN}-examples = "${datadir}/nvmet/examples/*" | 39 | FILES:${PN}-examples = "${datadir}/nvmet/examples/*" |
diff --git a/meta-networking/recipes-support/open-isns/open-isns_0.101.bb b/meta-networking/recipes-support/open-isns/open-isns_0.101.bb index 0b1bb6d51..676647819 100644 --- a/meta-networking/recipes-support/open-isns/open-isns_0.101.bb +++ b/meta-networking/recipes-support/open-isns/open-isns_0.101.bb | |||
@@ -26,7 +26,7 @@ inherit systemd autotools-brokensep update-rc.d | |||
26 | EXTRA_OECONF = " --prefix=${prefix} --enable-shared" | 26 | EXTRA_OECONF = " --prefix=${prefix} --enable-shared" |
27 | EXTRA_OEMAKE += "SYSTEMDDIR=${D}${systemd_unitdir}/system" | 27 | EXTRA_OEMAKE += "SYSTEMDDIR=${D}${systemd_unitdir}/system" |
28 | 28 | ||
29 | do_install_append () { | 29 | do_install:append () { |
30 | oe_runmake INCDIR=${D}${includedir}/libisns/ install_hdrs | 30 | oe_runmake INCDIR=${D}${includedir}/libisns/ install_hdrs |
31 | oe_runmake LIBDIR=${D}${libdir} install_lib | 31 | oe_runmake LIBDIR=${D}${libdir} install_lib |
32 | 32 | ||
@@ -35,6 +35,6 @@ do_install_append () { | |||
35 | ${D}${sysconfdir}/init.d/openisns | 35 | ${D}${sysconfdir}/init.d/openisns |
36 | } | 36 | } |
37 | 37 | ||
38 | FILES_${PN} += "${libdir} ${systemd_unitdir}" | 38 | FILES:${PN} += "${libdir} ${systemd_unitdir}" |
39 | 39 | ||
40 | INITSCRIPT_NAME = "openisns" | 40 | INITSCRIPT_NAME = "openisns" |
diff --git a/meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.2.5.bb b/meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.2.5.bb index 473af8d41..116ff81a3 100644 --- a/meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.2.5.bb +++ b/meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.2.5.bb | |||
@@ -19,11 +19,11 @@ SECTION = "vmware-tools" | |||
19 | 19 | ||
20 | LICENSE = "LGPL-2.0 & GPL-2.0 & BSD & CDDL-1.0" | 20 | LICENSE = "LGPL-2.0 & GPL-2.0 & BSD & CDDL-1.0" |
21 | LIC_FILES_CHKSUM = "file://LICENSE;md5=559317809c5444fb39ceaf6ac45c43ac" | 21 | LIC_FILES_CHKSUM = "file://LICENSE;md5=559317809c5444fb39ceaf6ac45c43ac" |
22 | LICENSE_modules/freebsd/vmblock = "BSD" | 22 | LICENSE:modules/freebsd/vmblock = "BSD" |
23 | LICENSE_modules/freebsd/vmmemctl = "GPL-2.0" | 23 | LICENSE:modules/freebsd/vmmemctl = "GPL-2.0" |
24 | LICENSE_modules/freebsd/vmxnet = "GPL-2.0" | 24 | LICENSE:modules/freebsd/vmxnet = "GPL-2.0" |
25 | LICENSE_modules/linux = "GPL-2.0" | 25 | LICENSE:modules/linux = "GPL-2.0" |
26 | LICENSE_modules/solaris = "CDDL-1.0" | 26 | LICENSE:modules/solaris = "CDDL-1.0" |
27 | 27 | ||
28 | SRC_URI = "git://github.com/vmware/open-vm-tools.git;protocol=https \ | 28 | SRC_URI = "git://github.com/vmware/open-vm-tools.git;protocol=https \ |
29 | file://tools.conf \ | 29 | file://tools.conf \ |
@@ -47,7 +47,7 @@ SRC_URI = "git://github.com/vmware/open-vm-tools.git;protocol=https \ | |||
47 | file://0001-pollGtk-Fix-volatile-qualifier-exposed-incorrectly.patch;patchdir=.. \ | 47 | file://0001-pollGtk-Fix-volatile-qualifier-exposed-incorrectly.patch;patchdir=.. \ |
48 | " | 48 | " |
49 | 49 | ||
50 | SRC_URI_append_libc-musl = " file://0001-Add-resolv_compat.h-for-musl-builds.patch;patchdir=.. \ | 50 | SRC_URI:append:libc-musl = " file://0001-Add-resolv_compat.h-for-musl-builds.patch;patchdir=.. \ |
51 | " | 51 | " |
52 | 52 | ||
53 | SRCREV = "7ae57c3c7c1f68c74637ad009673dae94ee52570" | 53 | SRCREV = "7ae57c3c7c1f68c74637ad009673dae94ee52570" |
@@ -61,7 +61,7 @@ COMPATIBLE_HOST = '(x86_64.*|i.86.*)-linux' | |||
61 | 61 | ||
62 | inherit autotools pkgconfig systemd update-rc.d | 62 | inherit autotools pkgconfig systemd update-rc.d |
63 | 63 | ||
64 | SYSTEMD_SERVICE_${PN} = "vmtoolsd.service" | 64 | SYSTEMD_SERVICE:${PN} = "vmtoolsd.service" |
65 | 65 | ||
66 | EXTRA_OECONF = "--without-icu --disable-multimon --disable-docs \ | 66 | EXTRA_OECONF = "--without-icu --disable-multimon --disable-docs \ |
67 | --disable-tests --without-gtkmm --without-xerces --without-pam \ | 67 | --disable-tests --without-gtkmm --without-xerces --without-pam \ |
@@ -76,20 +76,20 @@ PACKAGECONFIG[x11] = ",${NO_X11_FLAGS},${X11_DEPENDS}" | |||
76 | # fuse gets implicitly detected; there is no --without-fuse option. | 76 | # fuse gets implicitly detected; there is no --without-fuse option. |
77 | PACKAGECONFIG[fuse] = ",,fuse" | 77 | PACKAGECONFIG[fuse] = ",,fuse" |
78 | 78 | ||
79 | CFLAGS_append_toolchain-clang = " -Wno-address-of-packed-member" | 79 | CFLAGS:append:toolchain-clang = " -Wno-address-of-packed-member" |
80 | FILES_${PN} += "\ | 80 | FILES:${PN} += "\ |
81 | ${libdir}/open-vm-tools/plugins/vmsvc/lib*.so \ | 81 | ${libdir}/open-vm-tools/plugins/vmsvc/lib*.so \ |
82 | ${libdir}/open-vm-tools/plugins/common/lib*.so \ | 82 | ${libdir}/open-vm-tools/plugins/common/lib*.so \ |
83 | ${sysconfdir}/vmware-tools/tools.conf \ | 83 | ${sysconfdir}/vmware-tools/tools.conf \ |
84 | " | 84 | " |
85 | FILES_${PN}-locale += "${datadir}/open-vm-tools/messages" | 85 | FILES:${PN}-locale += "${datadir}/open-vm-tools/messages" |
86 | FILES_${PN}-dev += "${libdir}/open-vm-tools/plugins/common/lib*.la" | 86 | FILES:${PN}-dev += "${libdir}/open-vm-tools/plugins/common/lib*.la" |
87 | 87 | ||
88 | CONFFILES_${PN} += "${sysconfdir}/vmware-tools/tools.conf" | 88 | CONFFILES:${PN} += "${sysconfdir}/vmware-tools/tools.conf" |
89 | 89 | ||
90 | RDEPENDS_${PN} = "util-linux libdnet fuse" | 90 | RDEPENDS:${PN} = "util-linux libdnet fuse" |
91 | 91 | ||
92 | do_install_append() { | 92 | do_install:append() { |
93 | if ! ${@bb.utils.contains('DISTRO_FEATURES','usrmerge','true','false',d)}; then | 93 | if ! ${@bb.utils.contains('DISTRO_FEATURES','usrmerge','true','false',d)}; then |
94 | install -d ${D}/sbin | 94 | install -d ${D}/sbin |
95 | ln -sf ${sbindir}/mount.vmhgfs ${D}/sbin/mount.vmhgfs | 95 | ln -sf ${sbindir}/mount.vmhgfs ${D}/sbin/mount.vmhgfs |
@@ -105,14 +105,14 @@ do_install_append() { | |||
105 | install -m 0644 ${WORKDIR}/tools.conf ${D}${sysconfdir}/vmware-tools/tools.conf | 105 | install -m 0644 ${WORKDIR}/tools.conf ${D}${sysconfdir}/vmware-tools/tools.conf |
106 | } | 106 | } |
107 | 107 | ||
108 | do_configure_prepend() { | 108 | do_configure:prepend() { |
109 | export CUSTOM_DNET_NAME=dnet | 109 | export CUSTOM_DNET_NAME=dnet |
110 | export CUSTOM_DNET_LIBS=-L${STAGING_LIBDIR}/libdnet.so | 110 | export CUSTOM_DNET_LIBS=-L${STAGING_LIBDIR}/libdnet.so |
111 | } | 111 | } |
112 | 112 | ||
113 | INITSCRIPT_PACKAGES = "${PN}" | 113 | INITSCRIPT_PACKAGES = "${PN}" |
114 | INITSCRIPT_NAME_${PN} = "vmtoolsd" | 114 | INITSCRIPT_NAME:${PN} = "vmtoolsd" |
115 | INITSCRIPT_PARAMS_${PN} = "start 90 2 3 4 5 . stop 60 0 1 6 ." | 115 | INITSCRIPT_PARAMS:${PN} = "start 90 2 3 4 5 . stop 60 0 1 6 ." |
116 | 116 | ||
117 | python() { | 117 | python() { |
118 | if 'filesystems-layer' not in d.getVar('BBFILE_COLLECTIONS').split(): | 118 | if 'filesystems-layer' not in d.getVar('BBFILE_COLLECTIONS').split(): |
diff --git a/meta-networking/recipes-support/openipmi/openipmi_2.0.31.bb b/meta-networking/recipes-support/openipmi/openipmi_2.0.31.bb index d172083bb..ecc98dd8b 100644 --- a/meta-networking/recipes-support/openipmi/openipmi_2.0.31.bb +++ b/meta-networking/recipes-support/openipmi/openipmi_2.0.31.bb | |||
@@ -50,16 +50,16 @@ PACKAGECONFIG ??= "gdbm" | |||
50 | PACKAGECONFIG[gdbm] = "ac_cv_header_gdbm_h=yes,ac_cv_header_gdbm_h=no,gdbm," | 50 | PACKAGECONFIG[gdbm] = "ac_cv_header_gdbm_h=yes,ac_cv_header_gdbm_h=no,gdbm," |
51 | 51 | ||
52 | PACKAGES += "${PN}-perl ${PN}-python" | 52 | PACKAGES += "${PN}-perl ${PN}-python" |
53 | PRIVATE_LIBS_${PN}-perl = "libOpenIPMI.so.0" | 53 | PRIVATE_LIBS:${PN}-perl = "libOpenIPMI.so.0" |
54 | 54 | ||
55 | FILES_${PN}-perl = " \ | 55 | FILES:${PN}-perl = " \ |
56 | ${libdir}/perl/vendor_perl/*/OpenIPMI.pm \ | 56 | ${libdir}/perl/vendor_perl/*/OpenIPMI.pm \ |
57 | ${libdir}/perl/vendor_perl/*/auto/OpenIPMI/OpenIPMI.so \ | 57 | ${libdir}/perl/vendor_perl/*/auto/OpenIPMI/OpenIPMI.so \ |
58 | " | 58 | " |
59 | 59 | ||
60 | FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}" | 60 | FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}" |
61 | 61 | ||
62 | FILES_${PN}-dbg += " \ | 62 | FILES:${PN}-dbg += " \ |
63 | ${libdir}/perl/vendor_perl/*/auto/OpenIPMI/.debug \ | 63 | ${libdir}/perl/vendor_perl/*/auto/OpenIPMI/.debug \ |
64 | ${PYTHON_SITEPACKAGES_DIR}/.debug \ | 64 | ${PYTHON_SITEPACKAGES_DIR}/.debug \ |
65 | " | 65 | " |
@@ -84,7 +84,7 @@ do_configure () { | |||
84 | done | 84 | done |
85 | } | 85 | } |
86 | 86 | ||
87 | do_install_append () { | 87 | do_install:append () { |
88 | echo "SAL: D = $D" | 88 | echo "SAL: D = $D" |
89 | echo "SAL: libdir = $libdir" | 89 | echo "SAL: libdir = $libdir" |
90 | install -m 0755 -d ${D}${sysconfdir}/sysconfig ${D}${sysconfdir}/init.d | 90 | install -m 0755 -d ${D}${sysconfdir}/sysconfig ${D}${sysconfdir}/init.d |
@@ -108,5 +108,5 @@ do_install_append () { | |||
108 | INITSCRIPT_NAME = "ipmi" | 108 | INITSCRIPT_NAME = "ipmi" |
109 | INITSCRIPT_PARAMS = "start 30 . stop 70 0 1 2 3 4 5 6 ." | 109 | INITSCRIPT_PARAMS = "start 30 . stop 70 0 1 2 3 4 5 6 ." |
110 | 110 | ||
111 | SYSTEMD_SERVICE_${PN} = "ipmi.service" | 111 | SYSTEMD_SERVICE:${PN} = "ipmi.service" |
112 | SYSTEMD_AUTO_ENABLE = "disable" | 112 | SYSTEMD_AUTO_ENABLE = "disable" |
diff --git a/meta-networking/recipes-support/openvpn/openvpn_2.5.3.bb b/meta-networking/recipes-support/openvpn/openvpn_2.5.3.bb index 7f4cc189c..a70e9708d 100644 --- a/meta-networking/recipes-support/openvpn/openvpn_2.5.3.bb +++ b/meta-networking/recipes-support/openvpn/openvpn_2.5.3.bb | |||
@@ -20,12 +20,12 @@ SRC_URI[sha256sum] = "75f0044df449430555ca7b995a2b77ab24f2946fdc3668301b8edc2398 | |||
20 | # CVE-2020-7224 and CVE-2020-27569 are for Aviatrix OpenVPN client, not for openvpn. | 20 | # CVE-2020-7224 and CVE-2020-27569 are for Aviatrix OpenVPN client, not for openvpn. |
21 | CVE_CHECK_WHITELIST += "CVE-2020-7224 CVE-2020-27569" | 21 | CVE_CHECK_WHITELIST += "CVE-2020-7224 CVE-2020-27569" |
22 | 22 | ||
23 | SYSTEMD_SERVICE_${PN} += "openvpn@loopback-server.service openvpn@loopback-client.service" | 23 | SYSTEMD_SERVICE:${PN} += "openvpn@loopback-server.service openvpn@loopback-client.service" |
24 | SYSTEMD_AUTO_ENABLE = "disable" | 24 | SYSTEMD_AUTO_ENABLE = "disable" |
25 | 25 | ||
26 | INITSCRIPT_PACKAGES = "${PN}" | 26 | INITSCRIPT_PACKAGES = "${PN}" |
27 | INITSCRIPT_NAME_${PN} = "openvpn" | 27 | INITSCRIPT_NAME:${PN} = "openvpn" |
28 | INITSCRIPT_PARAMS_${PN} = "start 10 2 3 4 5 . stop 70 0 1 6 ." | 28 | INITSCRIPT_PARAMS:${PN} = "start 10 2 3 4 5 . stop 70 0 1 6 ." |
29 | 29 | ||
30 | CFLAGS += "-fno-inline" | 30 | CFLAGS += "-fno-inline" |
31 | 31 | ||
@@ -36,7 +36,7 @@ EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', '', '--disable-p | |||
36 | # Explicitly specify IPROUTE to bypass the configure-time check for /sbin/ip on the host. | 36 | # Explicitly specify IPROUTE to bypass the configure-time check for /sbin/ip on the host. |
37 | EXTRA_OECONF += "IPROUTE=${base_sbindir}/ip" | 37 | EXTRA_OECONF += "IPROUTE=${base_sbindir}/ip" |
38 | 38 | ||
39 | do_install_append() { | 39 | do_install:append() { |
40 | install -d ${D}/${sysconfdir}/init.d | 40 | install -d ${D}/${sysconfdir}/init.d |
41 | install -m 755 ${WORKDIR}/openvpn ${D}/${sysconfdir}/init.d | 41 | install -m 755 ${WORKDIR}/openvpn ${D}/${sysconfdir}/init.d |
42 | 42 | ||
@@ -65,12 +65,12 @@ do_install_append() { | |||
65 | 65 | ||
66 | PACKAGES =+ " ${PN}-sample " | 66 | PACKAGES =+ " ${PN}-sample " |
67 | 67 | ||
68 | RRECOMMENDS_${PN} = "kernel-module-tun" | 68 | RRECOMMENDS:${PN} = "kernel-module-tun" |
69 | 69 | ||
70 | FILES_${PN}-dbg += "${libdir}/openvpn/plugins/.debug" | 70 | FILES:${PN}-dbg += "${libdir}/openvpn/plugins/.debug" |
71 | FILES_${PN} += "${systemd_unitdir}/system/openvpn@.service \ | 71 | FILES:${PN} += "${systemd_unitdir}/system/openvpn@.service \ |
72 | ${sysconfdir}/tmpfiles.d \ | 72 | ${sysconfdir}/tmpfiles.d \ |
73 | " | 73 | " |
74 | FILES_${PN}-sample += "${systemd_unitdir}/system/openvpn@loopback-server.service \ | 74 | FILES:${PN}-sample += "${systemd_unitdir}/system/openvpn@loopback-server.service \ |
75 | ${systemd_unitdir}/system/openvpn@loopback-client.service \ | 75 | ${systemd_unitdir}/system/openvpn@loopback-client.service \ |
76 | ${sysconfdir}/openvpn/sample/" | 76 | ${sysconfdir}/openvpn/sample/" |
diff --git a/meta-networking/recipes-support/pimd/pimd_2.3.2.bb b/meta-networking/recipes-support/pimd/pimd_2.3.2.bb index df9e85d7d..2b622ae6d 100644 --- a/meta-networking/recipes-support/pimd/pimd_2.3.2.bb +++ b/meta-networking/recipes-support/pimd/pimd_2.3.2.bb | |||
@@ -10,7 +10,7 @@ SRC_URI = "ftp://ftp.troglobit.com/pimd/${BP}.tar.gz \ | |||
10 | SRC_URI[md5sum] = "a3c03e40540980b2c06e265a17988e60" | 10 | SRC_URI[md5sum] = "a3c03e40540980b2c06e265a17988e60" |
11 | SRC_URI[sha256sum] = "c77a9812751f114490a28a6839b16aac8b020c8d9fd6aa22bf3880c054e19f1d" | 11 | SRC_URI[sha256sum] = "c77a9812751f114490a28a6839b16aac8b020c8d9fd6aa22bf3880c054e19f1d" |
12 | 12 | ||
13 | EXTRA_OECONF_append_libc-musl = " --embedded-libc" | 13 | EXTRA_OECONF:append:libc-musl = " --embedded-libc" |
14 | 14 | ||
15 | inherit autotools-brokensep update-alternatives | 15 | inherit autotools-brokensep update-alternatives |
16 | 16 | ||
@@ -20,5 +20,5 @@ do_configure() { | |||
20 | 20 | ||
21 | ALTERNATIVE_PRIORITY = "100" | 21 | ALTERNATIVE_PRIORITY = "100" |
22 | 22 | ||
23 | ALTERNATIVE_${PN} = "pimd" | 23 | ALTERNATIVE:${PN} = "pimd" |
24 | ALTERNATIVE_LINK_NAME[pimd] = "${sbindir}/pimd" | 24 | ALTERNATIVE_LINK_NAME[pimd] = "${sbindir}/pimd" |
diff --git a/meta-networking/recipes-support/rdma-core/rdma-core_35.0.bb b/meta-networking/recipes-support/rdma-core/rdma-core_35.0.bb index af4b3788b..dcdfb5bd4 100644 --- a/meta-networking/recipes-support/rdma-core/rdma-core_35.0.bb +++ b/meta-networking/recipes-support/rdma-core/rdma-core_35.0.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "This is the userspace components for the Linux Kernel's drivers I | |||
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | 4 | ||
5 | DEPENDS = "libnl" | 5 | DEPENDS = "libnl" |
6 | RDEPENDS_${PN} = "bash perl" | 6 | RDEPENDS:${PN} = "bash perl" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/linux-rdma/rdma-core.git" | 8 | SRC_URI = "git://github.com/linux-rdma/rdma-core.git" |
9 | SRCREV = "e29a698e99028e9a092bb00c03ee4bfa31ae0cf3" | 9 | SRCREV = "e29a698e99028e9a092bb00c03ee4bfa31ae0cf3" |
@@ -23,12 +23,12 @@ EXTRA_OECMAKE = " \ | |||
23 | LTO = "" | 23 | LTO = "" |
24 | 24 | ||
25 | FILES_SOLIBSDEV = "" | 25 | FILES_SOLIBSDEV = "" |
26 | FILES_${PN} += "${libdir}/*" | 26 | FILES:${PN} += "${libdir}/*" |
27 | INSANE_SKIP_${PN} += "dev-so" | 27 | INSANE_SKIP:${PN} += "dev-so" |
28 | 28 | ||
29 | inherit cmake cpan-base python3native systemd | 29 | inherit cmake cpan-base python3native systemd |
30 | 30 | ||
31 | SYSTEMD_SERVICE_${PN} = " \ | 31 | SYSTEMD_SERVICE:${PN} = " \ |
32 | srp_daemon.service \ | 32 | srp_daemon.service \ |
33 | iwpmd.service \ | 33 | iwpmd.service \ |
34 | ibacm.socket \ | 34 | ibacm.socket \ |
diff --git a/meta-networking/recipes-support/spice/spice_git.bb b/meta-networking/recipes-support/spice/spice_git.bb index 52dad7124..b0f1d5110 100644 --- a/meta-networking/recipes-support/spice/spice_git.bb +++ b/meta-networking/recipes-support/spice/spice_git.bb | |||
@@ -33,14 +33,14 @@ S = "${WORKDIR}/git" | |||
33 | inherit autotools gettext python3native python3-dir pkgconfig | 33 | inherit autotools gettext python3native python3-dir pkgconfig |
34 | 34 | ||
35 | DEPENDS += "spice-protocol jpeg pixman alsa-lib glib-2.0 python3-pyparsing-native python3-six-native glib-2.0-native" | 35 | DEPENDS += "spice-protocol jpeg pixman alsa-lib glib-2.0 python3-pyparsing-native python3-six-native glib-2.0-native" |
36 | DEPENDS_append_class-nativesdk = " nativesdk-openssl" | 36 | DEPENDS:append:class-nativesdk = " nativesdk-openssl" |
37 | 37 | ||
38 | export PYTHON="${STAGING_BINDIR_NATIVE}/python3-native/python3" | 38 | export PYTHON="${STAGING_BINDIR_NATIVE}/python3-native/python3" |
39 | 39 | ||
40 | CFLAGS_append = " -Wno-error" | 40 | CFLAGS:append = " -Wno-error" |
41 | 41 | ||
42 | PACKAGECONFIG_class-native = "" | 42 | PACKAGECONFIG:class-native = "" |
43 | PACKAGECONFIG_class-nativesdk = "" | 43 | PACKAGECONFIG:class-nativesdk = "" |
44 | PACKAGECONFIG ?= "sasl" | 44 | PACKAGECONFIG ?= "sasl" |
45 | 45 | ||
46 | PACKAGECONFIG[celt051] = "--enable-celt051,--disable-celt051,celt051" | 46 | PACKAGECONFIG[celt051] = "--enable-celt051,--disable-celt051,celt051" |
@@ -56,4 +56,4 @@ COMPATIBLE_HOST = '(x86_64|i.86).*-linux' | |||
56 | 56 | ||
57 | BBCLASSEXTEND = "native nativesdk" | 57 | BBCLASSEXTEND = "native nativesdk" |
58 | 58 | ||
59 | EXTRA_OECONF_append_toolchain-clang = " --disable-werror" | 59 | EXTRA_OECONF:append:toolchain-clang = " --disable-werror" |
diff --git a/meta-networking/recipes-support/ssmtp/ssmtp_2.64.bb b/meta-networking/recipes-support/ssmtp/ssmtp_2.64.bb index bae29aa80..decac0c2b 100644 --- a/meta-networking/recipes-support/ssmtp/ssmtp_2.64.bb +++ b/meta-networking/recipes-support/ssmtp/ssmtp_2.64.bb | |||
@@ -25,7 +25,7 @@ EXTRA_OEMAKE = "GEN_CONFIG='/bin/true'" | |||
25 | 25 | ||
26 | LDFLAGS += "${@bb.utils.contains('PACKAGECONFIG', 'ssl', '-lssl -lcrypto', '', d)}" | 26 | LDFLAGS += "${@bb.utils.contains('PACKAGECONFIG', 'ssl', '-lssl -lcrypto', '', d)}" |
27 | 27 | ||
28 | do_install_append () { | 28 | do_install:append () { |
29 | install -d ${D}${mandir}/ | 29 | install -d ${D}${mandir}/ |
30 | mv ${D}${exec_prefix}/man/* ${D}${mandir}/ | 30 | mv ${D}${exec_prefix}/man/* ${D}${mandir}/ |
31 | rmdir ${D}${exec_prefix}/man | 31 | rmdir ${D}${exec_prefix}/man |
@@ -36,7 +36,7 @@ do_install_append () { | |||
36 | 36 | ||
37 | ALTERNATIVE_PRIORITY_${PN} = "100" | 37 | ALTERNATIVE_PRIORITY_${PN} = "100" |
38 | 38 | ||
39 | ALTERNATIVE_${PN} = "mailq newaliases sendmail" | 39 | ALTERNATIVE:${PN} = "mailq newaliases sendmail" |
40 | ALTERNATIVE_LINK_NAME[sendmail] = "${sbindir}/sendmail" | 40 | ALTERNATIVE_LINK_NAME[sendmail] = "${sbindir}/sendmail" |
41 | ALTERNATIVE_LINK_NAME[newaliases] = "${sbindir}/newaliases" | 41 | ALTERNATIVE_LINK_NAME[newaliases] = "${sbindir}/newaliases" |
42 | ALTERNATIVE_LINK_NAME[mailq] = "${sbindir}/mailq" | 42 | ALTERNATIVE_LINK_NAME[mailq] = "${sbindir}/mailq" |
diff --git a/meta-networking/recipes-support/strongswan/strongswan_5.9.3.bb b/meta-networking/recipes-support/strongswan/strongswan_5.9.3.bb index 8a704f6dc..ad104e44e 100644 --- a/meta-networking/recipes-support/strongswan/strongswan_5.9.3.bb +++ b/meta-networking/recipes-support/strongswan/strongswan_5.9.3.bb | |||
@@ -47,17 +47,17 @@ PACKAGECONFIG[systemd-charon] = "--enable-systemd,--disable-systemd,systemd," | |||
47 | 47 | ||
48 | inherit autotools systemd pkgconfig | 48 | inherit autotools systemd pkgconfig |
49 | 49 | ||
50 | RRECOMMENDS_${PN} = "kernel-module-ipsec" | 50 | RRECOMMENDS:${PN} = "kernel-module-ipsec" |
51 | 51 | ||
52 | FILES_${PN} += "${libdir}/ipsec/lib*${SOLIBS}" | 52 | FILES:${PN} += "${libdir}/ipsec/lib*${SOLIBS}" |
53 | FILES_${PN}-dbg += "${bindir}/.debug ${sbindir}/.debug ${libdir}/ipsec/.debug ${libexecdir}/ipsec/.debug" | 53 | FILES:${PN}-dbg += "${bindir}/.debug ${sbindir}/.debug ${libdir}/ipsec/.debug ${libexecdir}/ipsec/.debug" |
54 | FILES_${PN}-dev += "${libdir}/ipsec/lib*${SOLIBSDEV} ${libdir}/ipsec/*.la ${libdir}/ipsec/include/config.h" | 54 | FILES:${PN}-dev += "${libdir}/ipsec/lib*${SOLIBSDEV} ${libdir}/ipsec/*.la ${libdir}/ipsec/include/config.h" |
55 | FILES_${PN}-staticdev += "${libdir}/ipsec/*.a" | 55 | FILES:${PN}-staticdev += "${libdir}/ipsec/*.a" |
56 | 56 | ||
57 | CONFFILES_${PN} = "${sysconfdir}/*.conf ${sysconfdir}/ipsec.d/*.conf ${sysconfdir}/strongswan.d/*.conf" | 57 | CONFFILES:${PN} = "${sysconfdir}/*.conf ${sysconfdir}/ipsec.d/*.conf ${sysconfdir}/strongswan.d/*.conf" |
58 | 58 | ||
59 | PACKAGES += "${PN}-plugins" | 59 | PACKAGES += "${PN}-plugins" |
60 | ALLOW_EMPTY_${PN}-plugins = "1" | 60 | ALLOW_EMPTY:${PN}-plugins = "1" |
61 | 61 | ||
62 | PACKAGES_DYNAMIC += "^${PN}-plugin-.*$" | 62 | PACKAGES_DYNAMIC += "^${PN}-plugin-.*$" |
63 | NOAUTOPACKAGEDEBUG = "1" | 63 | NOAUTOPACKAGEDEBUG = "1" |
@@ -69,13 +69,13 @@ python split_strongswan_plugins () { | |||
69 | 69 | ||
70 | def add_plugin_conf(f, pkg, file_regex, output_pattern, modulename): | 70 | def add_plugin_conf(f, pkg, file_regex, output_pattern, modulename): |
71 | dvar = d.getVar('PKGD') | 71 | dvar = d.getVar('PKGD') |
72 | oldfiles = d.getVar('CONFFILES_' + pkg) | 72 | oldfiles = d.getVar('CONFFILES:' + pkg) |
73 | newfile = '/' + os.path.relpath(f, dvar) | 73 | newfile = '/' + os.path.relpath(f, dvar) |
74 | 74 | ||
75 | if not oldfiles: | 75 | if not oldfiles: |
76 | d.setVar('CONFFILES_' + pkg, newfile) | 76 | d.setVar('CONFFILES:' + pkg, newfile) |
77 | else: | 77 | else: |
78 | d.setVar('CONFFILES_' + pkg, oldfiles + " " + newfile) | 78 | d.setVar('CONFFILES:' + pkg, oldfiles + " " + newfile) |
79 | 79 | ||
80 | split_packages = do_split_packages(d, libdir, 'libstrongswan-(.*)\.so', '${PN}-plugin-%s', 'strongSwan %s plugin', prepend=True) | 80 | split_packages = do_split_packages(d, libdir, 'libstrongswan-(.*)\.so', '${PN}-plugin-%s', 'strongSwan %s plugin', prepend=True) |
81 | do_split_packages(d, sysconfdir, '(.*)\.conf', '${PN}-plugin-%s', 'strongSwan %s plugin', prepend=True, hook=add_plugin_conf) | 81 | do_split_packages(d, sysconfdir, '(.*)\.conf', '${PN}-plugin-%s', 'strongSwan %s plugin', prepend=True, hook=add_plugin_conf) |
@@ -86,17 +86,17 @@ python split_strongswan_plugins () { | |||
86 | 86 | ||
87 | if split_packages: | 87 | if split_packages: |
88 | pn = d.getVar('PN') | 88 | pn = d.getVar('PN') |
89 | d.setVar('RRECOMMENDS_' + pn + '-plugins', ' '.join(split_packages)) | 89 | d.setVar('RRECOMMENDS:' + pn + '-plugins', ' '.join(split_packages)) |
90 | d.appendVar('RRECOMMENDS_' + pn + '-dbg', ' ' + ' '.join(split_dbg_packages)) | 90 | d.appendVar('RRECOMMENDS:' + pn + '-dbg', ' ' + ' '.join(split_dbg_packages)) |
91 | d.appendVar('RRECOMMENDS_' + pn + '-dev', ' ' + ' '.join(split_dev_packages)) | 91 | d.appendVar('RRECOMMENDS:' + pn + '-dev', ' ' + ' '.join(split_dev_packages)) |
92 | d.appendVar('RRECOMMENDS_' + pn + '-staticdev', ' ' + ' '.join(split_staticdev_packages)) | 92 | d.appendVar('RRECOMMENDS:' + pn + '-staticdev', ' ' + ' '.join(split_staticdev_packages)) |
93 | } | 93 | } |
94 | 94 | ||
95 | PACKAGESPLITFUNCS_prepend = "split_strongswan_plugins " | 95 | PACKAGESPLITFUNCS:prepend = "split_strongswan_plugins " |
96 | 96 | ||
97 | # Install some default plugins based on default strongSwan ./configure options | 97 | # Install some default plugins based on default strongSwan ./configure options |
98 | # See https://wiki.strongswan.org/projects/strongswan/wiki/Pluginlist | 98 | # See https://wiki.strongswan.org/projects/strongswan/wiki/Pluginlist |
99 | RDEPENDS_${PN} += "\ | 99 | RDEPENDS:${PN} += "\ |
100 | ${PN}-plugin-aes \ | 100 | ${PN}-plugin-aes \ |
101 | ${PN}-plugin-attr \ | 101 | ${PN}-plugin-attr \ |
102 | ${PN}-plugin-cmac \ | 102 | ${PN}-plugin-cmac \ |
@@ -130,14 +130,14 @@ RDEPENDS_${PN} += "\ | |||
130 | ${PN}-plugin-curve25519 \ | 130 | ${PN}-plugin-curve25519 \ |
131 | " | 131 | " |
132 | 132 | ||
133 | RPROVIDES_${PN} += "${PN}-systemd" | 133 | RPROVIDES:${PN} += "${PN}-systemd" |
134 | RREPLACES_${PN} += "${PN}-systemd" | 134 | RREPLACES:${PN} += "${PN}-systemd" |
135 | RCONFLICTS_${PN} += "${PN}-systemd" | 135 | RCONFLICTS:${PN} += "${PN}-systemd" |
136 | 136 | ||
137 | # The deprecated legacy 'strongswan-starter' service should only be used when charon and | 137 | # The deprecated legacy 'strongswan-starter' service should only be used when charon and |
138 | # stroke are enabled. When swanctl is in use, 'strongswan.service' is needed. | 138 | # stroke are enabled. When swanctl is in use, 'strongswan.service' is needed. |
139 | # See: https://wiki.strongswan.org/projects/strongswan/wiki/Charon-systemd | 139 | # See: https://wiki.strongswan.org/projects/strongswan/wiki/Charon-systemd |
140 | SYSTEMD_SERVICE_${PN} = " \ | 140 | SYSTEMD_SERVICE:${PN} = " \ |
141 | ${@bb.utils.contains('PACKAGECONFIG', 'swanctl', '${BPN}.service', '', d)} \ | 141 | ${@bb.utils.contains('PACKAGECONFIG', 'swanctl', '${BPN}.service', '', d)} \ |
142 | ${@bb.utils.contains('PACKAGECONFIG', 'charon', '${BPN}-starter.service', '', d)} \ | 142 | ${@bb.utils.contains('PACKAGECONFIG', 'charon', '${BPN}-starter.service', '', d)} \ |
143 | " | 143 | " |
diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.59.bb b/meta-networking/recipes-support/stunnel/stunnel_5.59.bb index e3704ae1d..9321070bc 100644 --- a/meta-networking/recipes-support/stunnel/stunnel_5.59.bb +++ b/meta-networking/recipes-support/stunnel/stunnel_5.59.bb | |||
@@ -32,5 +32,5 @@ EXTRA_OEMAKE += "DEFAULT_GROUP='nogroup'" | |||
32 | # stunnel3 is a Perl wrapper to allow use of the legacy stunnel 3.x commandline | 32 | # stunnel3 is a Perl wrapper to allow use of the legacy stunnel 3.x commandline |
33 | # syntax with stunnel >= 4.05 | 33 | # syntax with stunnel >= 4.05 |
34 | PACKAGES =+ "stunnel3" | 34 | PACKAGES =+ "stunnel3" |
35 | FILES_stunnel3 = "${bindir}/stunnel3" | 35 | FILES:stunnel3 = "${bindir}/stunnel3" |
36 | RDEPENDS_stunnel3 += "${PN} perl" | 36 | RDEPENDS:stunnel3 += "${PN} perl" |
diff --git a/meta-networking/recipes-support/tcpdump/tcpdump_4.99.0.bb b/meta-networking/recipes-support/tcpdump/tcpdump_4.99.0.bb index 66510b7fd..97a9027af 100644 --- a/meta-networking/recipes-support/tcpdump/tcpdump_4.99.0.bb +++ b/meta-networking/recipes-support/tcpdump/tcpdump_4.99.0.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5eb289217c160e2920d2e35bddc36453" | |||
6 | 6 | ||
7 | DEPENDS = "libpcap" | 7 | DEPENDS = "libpcap" |
8 | 8 | ||
9 | RDEPENDS_${PN}-ptest += " make perl \ | 9 | RDEPENDS:${PN}-ptest += " make perl \ |
10 | perl-module-file-basename \ | 10 | perl-module-file-basename \ |
11 | perl-module-file-spec \ | 11 | perl-module-file-spec \ |
12 | perl-module-file-spec-unix \ | 12 | perl-module-file-spec-unix \ |
@@ -44,14 +44,14 @@ PACKAGECONFIG[smb] = "--enable-smb,--disable-smb" | |||
44 | 44 | ||
45 | EXTRA_AUTORECONF += "-I m4" | 45 | EXTRA_AUTORECONF += "-I m4" |
46 | 46 | ||
47 | do_configure_prepend() { | 47 | do_configure:prepend() { |
48 | mkdir -p ${S}/m4 | 48 | mkdir -p ${S}/m4 |
49 | if [ -f aclocal.m4 ]; then | 49 | if [ -f aclocal.m4 ]; then |
50 | mv aclocal.m4 ${S}/m4 | 50 | mv aclocal.m4 ${S}/m4 |
51 | fi | 51 | fi |
52 | } | 52 | } |
53 | 53 | ||
54 | do_install_append() { | 54 | do_install:append() { |
55 | # make install installs an unneeded extra copy of the tcpdump binary | 55 | # make install installs an unneeded extra copy of the tcpdump binary |
56 | rm ${D}${bindir}/tcpdump.${PV} | 56 | rm ${D}${bindir}/tcpdump.${PV} |
57 | } | 57 | } |
diff --git a/meta-networking/recipes-support/tinyproxy/tinyproxy_1.11.0.bb b/meta-networking/recipes-support/tinyproxy/tinyproxy_1.11.0.bb index 7fb29279e..f20013b19 100644 --- a/meta-networking/recipes-support/tinyproxy/tinyproxy_1.11.0.bb +++ b/meta-networking/recipes-support/tinyproxy/tinyproxy_1.11.0.bb | |||
@@ -26,14 +26,14 @@ inherit autotools systemd useradd | |||
26 | 26 | ||
27 | #User specific | 27 | #User specific |
28 | USERADD_PACKAGES = "${PN}" | 28 | USERADD_PACKAGES = "${PN}" |
29 | USERADD_PARAM_${PN} = "--system --home /dev/null \ | 29 | USERADD_PARAM:${PN} = "--system --home /dev/null \ |
30 | --no-user-group --gid nogroup tinyproxy" | 30 | --no-user-group --gid nogroup tinyproxy" |
31 | 31 | ||
32 | SYSTEMD_PACKAGES += "${BPN}" | 32 | SYSTEMD_PACKAGES += "${BPN}" |
33 | SYSTEMD_SERVICE_${PN} = "tinyproxy.service" | 33 | SYSTEMD_SERVICE:${PN} = "tinyproxy.service" |
34 | SYSTEMD_AUTO_ENABLE_${PN} = "enable" | 34 | SYSTEMD_AUTO_ENABLE:${PN} = "enable" |
35 | 35 | ||
36 | do_install_append() { | 36 | do_install:append() { |
37 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then | 37 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then |
38 | install -d ${D}${systemd_system_unitdir} | 38 | install -d ${D}${systemd_system_unitdir} |
39 | install -m 0644 ${WORKDIR}/tinyproxy.service ${D}${systemd_system_unitdir} | 39 | install -m 0644 ${WORKDIR}/tinyproxy.service ${D}${systemd_system_unitdir} |
diff --git a/meta-networking/recipes-support/tnftp/tnftp_20151004.bb b/meta-networking/recipes-support/tnftp/tnftp_20151004.bb index 83ad11b0e..8e03f1bdb 100644 --- a/meta-networking/recipes-support/tnftp/tnftp_20151004.bb +++ b/meta-networking/recipes-support/tnftp/tnftp_20151004.bb | |||
@@ -22,11 +22,11 @@ inherit autotools update-alternatives pkgconfig | |||
22 | 22 | ||
23 | ALTERNATIVE_PRIORITY = "100" | 23 | ALTERNATIVE_PRIORITY = "100" |
24 | 24 | ||
25 | ALTERNATIVE_${PN} = "ftp" | 25 | ALTERNATIVE:${PN} = "ftp" |
26 | ALTERNATIVE_LINK_NAME_${PN} = "${bindir}/ftp" | 26 | ALTERNATIVE_LINK_NAME_${PN} = "${bindir}/ftp" |
27 | ALTERNATIVE_TARGET_${PN} = "${bindir}/tnftp" | 27 | ALTERNATIVE_TARGET_${PN} = "${bindir}/tnftp" |
28 | 28 | ||
29 | FILES_${PN} = "${bindir}/tnftp" | 29 | FILES:${PN} = "${bindir}/tnftp" |
30 | 30 | ||
31 | LIC_FILES_CHKSUM = "file://COPYING;md5=6d6796cb166a9bb050958241dad9479e" | 31 | LIC_FILES_CHKSUM = "file://COPYING;md5=6d6796cb166a9bb050958241dad9479e" |
32 | SRC_URI[md5sum] = "a49fbe752318d5a7893f900046ea00d5" | 32 | SRC_URI[md5sum] = "a49fbe752318d5a7893f900046ea00d5" |
diff --git a/meta-networking/recipes-support/traceroute/traceroute_2.1.0.bb b/meta-networking/recipes-support/traceroute/traceroute_2.1.0.bb index c673ed009..82077db54 100644 --- a/meta-networking/recipes-support/traceroute/traceroute_2.1.0.bb +++ b/meta-networking/recipes-support/traceroute/traceroute_2.1.0.bb | |||
@@ -41,5 +41,5 @@ do_install() { | |||
41 | } | 41 | } |
42 | 42 | ||
43 | ALTERNATIVE_PRIORITY = "100" | 43 | ALTERNATIVE_PRIORITY = "100" |
44 | ALTERNATIVE_${PN} = "traceroute" | 44 | ALTERNATIVE:${PN} = "traceroute" |
45 | ALTERNATIVE_LINK_NAME[traceroute] = "${bindir}/traceroute" | 45 | ALTERNATIVE_LINK_NAME[traceroute] = "${bindir}/traceroute" |
diff --git a/meta-networking/recipes-support/unbound/unbound_1.12.0.bb b/meta-networking/recipes-support/unbound/unbound_1.12.0.bb index 6fc163171..8ab8b7b84 100644 --- a/meta-networking/recipes-support/unbound/unbound_1.12.0.bb +++ b/meta-networking/recipes-support/unbound/unbound_1.12.0.bb | |||
@@ -17,7 +17,7 @@ SRCREV="52b04806f4236c37acd10179ab465a54adc7e86a" | |||
17 | inherit autotools pkgconfig systemd update-rc.d | 17 | inherit autotools pkgconfig systemd update-rc.d |
18 | 18 | ||
19 | DEPENDS = "openssl libevent libtool-native bison-native expat" | 19 | DEPENDS = "openssl libevent libtool-native bison-native expat" |
20 | RDEPENDS_${PN} = "bash openssl-bin daemonize" | 20 | RDEPENDS:${PN} = "bash openssl-bin daemonize" |
21 | 21 | ||
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | 23 | ||
@@ -32,7 +32,7 @@ PACKAGECONFIG[dnscrypt] = "--enable-dnscrypt, --disable-dnscrypt, libsodium" | |||
32 | PACKAGECONFIG[largefile] = "--enable-largefile,--disable-largefile,," | 32 | PACKAGECONFIG[largefile] = "--enable-largefile,--disable-largefile,," |
33 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" | 33 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" |
34 | 34 | ||
35 | do_install_append() { | 35 | do_install:append() { |
36 | install -d ${D}${systemd_unitdir}/system | 36 | install -d ${D}${systemd_unitdir}/system |
37 | install -m 0644 ${B}/contrib/unbound.service ${D}${systemd_unitdir}/system | 37 | install -m 0644 ${B}/contrib/unbound.service ${D}${systemd_unitdir}/system |
38 | 38 | ||
@@ -40,7 +40,7 @@ do_install_append() { | |||
40 | install -m 0755 ${S}/contrib/unbound.init ${D}${sysconfdir}/init.d/unbound | 40 | install -m 0755 ${S}/contrib/unbound.init ${D}${sysconfdir}/init.d/unbound |
41 | } | 41 | } |
42 | 42 | ||
43 | SYSTEMD_SERVICE_${PN} = "${BPN}.service" | 43 | SYSTEMD_SERVICE:${PN} = "${BPN}.service" |
44 | 44 | ||
45 | INITSCRIPT_NAME = "unbound" | 45 | INITSCRIPT_NAME = "unbound" |
46 | INITSCRIPT_PARAMS = "defaults" | 46 | INITSCRIPT_PARAMS = "defaults" |
diff --git a/meta-networking/recipes-support/vnstat/vnstat_2.6.bb b/meta-networking/recipes-support/vnstat/vnstat_2.6.bb index ad8802f3a..a7e008e55 100644 --- a/meta-networking/recipes-support/vnstat/vnstat_2.6.bb +++ b/meta-networking/recipes-support/vnstat/vnstat_2.6.bb | |||
@@ -13,10 +13,10 @@ inherit autotools pkgconfig systemd | |||
13 | 13 | ||
14 | EXTRA_OECONF = "--disable-extra-paths" | 14 | EXTRA_OECONF = "--disable-extra-paths" |
15 | 15 | ||
16 | do_install_append() { | 16 | do_install:append() { |
17 | install -Dm644 ${S}/examples/systemd/vnstat.service "${D}${systemd_system_unitdir}/vnstat.service" | 17 | install -Dm644 ${S}/examples/systemd/vnstat.service "${D}${systemd_system_unitdir}/vnstat.service" |
18 | } | 18 | } |
19 | 19 | ||
20 | PARALLEL_MAKEINST = "" | 20 | PARALLEL_MAKEINST = "" |
21 | 21 | ||
22 | SYSTEMD_SERVICE_${PN} = "vnstat.service" | 22 | SYSTEMD_SERVICE:${PN} = "vnstat.service" |
diff --git a/meta-networking/recipes-support/wireshark/README b/meta-networking/recipes-support/wireshark/README index 63b5b7263..f5e4d0477 100644 --- a/meta-networking/recipes-support/wireshark/README +++ b/meta-networking/recipes-support/wireshark/README | |||
@@ -14,12 +14,12 @@ Adding the wireshark to your build | |||
14 | ======================================== | 14 | ======================================== |
15 | 15 | ||
16 | via local.conf | 16 | via local.conf |
17 | IMAGE_INSTALL_append = " wireshark" | 17 | IMAGE_INSTALL:append = " wireshark" |
18 | 18 | ||
19 | Adding the wireshark to your graphical build | 19 | Adding the wireshark to your graphical build |
20 | ======================================== | 20 | ======================================== |
21 | via local.conf | 21 | via local.conf |
22 | IMAGE_INSTALL_append = " wireshark" | 22 | IMAGE_INSTALL:append = " wireshark" |
23 | 23 | ||
24 | and one of: | 24 | and one of: |
25 | 25 | ||
diff --git a/meta-networking/recipes-support/wireshark/wireshark_3.4.7.bb b/meta-networking/recipes-support/wireshark/wireshark_3.4.7.bb index 7bc5a8150..fc360f669 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_3.4.7.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_3.4.7.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6e271234ba1a13c6e512e76b94ac2f77" | |||
6 | 6 | ||
7 | DEPENDS = "pcre expat glib-2.0 glib-2.0-native libgcrypt libgpg-error libxml2 bison-native c-ares" | 7 | DEPENDS = "pcre expat glib-2.0 glib-2.0-native libgcrypt libgpg-error libxml2 bison-native c-ares" |
8 | 8 | ||
9 | DEPENDS_append_class-target = " wireshark-native chrpath-replacement-native " | 9 | DEPENDS:append:class-target = " wireshark-native chrpath-replacement-native " |
10 | 10 | ||
11 | SRC_URI = "https://1.eu.dl.wireshark.org/src/all-versions/wireshark-${PV}.tar.xz" | 11 | SRC_URI = "https://1.eu.dl.wireshark.org/src/all-versions/wireshark-${PV}.tar.xz" |
12 | 12 | ||
@@ -27,7 +27,7 @@ inherit cmake pkgconfig python3native perlnative upstream-version-is-even mime m | |||
27 | 27 | ||
28 | PACKAGECONFIG ?= "libpcap gnutls libnl libcap sbc" | 28 | PACKAGECONFIG ?= "libpcap gnutls libnl libcap sbc" |
29 | 29 | ||
30 | PACKAGECONFIG_class-native = "libpcap gnutls ssl libssh" | 30 | PACKAGECONFIG:class-native = "libpcap gnutls ssl libssh" |
31 | 31 | ||
32 | PACKAGECONFIG[libcap] = "-DENABLE_CAP=ON,-DENABLE_CAP=OFF -DENABLE_PCAP_NG_DEFAULT=ON, libcap" | 32 | PACKAGECONFIG[libcap] = "-DENABLE_CAP=ON,-DENABLE_CAP=OFF -DENABLE_PCAP_NG_DEFAULT=ON, libcap" |
33 | PACKAGECONFIG[libpcap] = "-DENABLE_PCAP=ON,-DENABLE_PCAP=OFF -DENABLE_PCAP_NG_DEFAULT=ON , libpcap" | 33 | PACKAGECONFIG[libpcap] = "-DENABLE_PCAP=ON,-DENABLE_PCAP=OFF -DENABLE_PCAP_NG_DEFAULT=ON , libpcap" |
@@ -60,9 +60,9 @@ EXTRA_OECMAKE += "-DENABLE_NETLINK=ON \ | |||
60 | -DM_INCLUDE_DIR=${includedir} \ | 60 | -DM_INCLUDE_DIR=${includedir} \ |
61 | -DM_LIBRARY=${libdir} \ | 61 | -DM_LIBRARY=${libdir} \ |
62 | " | 62 | " |
63 | CFLAGS_append = " -lm" | 63 | CFLAGS:append = " -lm" |
64 | 64 | ||
65 | do_install_append_class-native() { | 65 | do_install:append:class-native() { |
66 | install -d ${D}${bindir} | 66 | install -d ${D}${bindir} |
67 | for f in lemon | 67 | for f in lemon |
68 | do | 68 | do |
@@ -70,7 +70,7 @@ do_install_append_class-native() { | |||
70 | done | 70 | done |
71 | } | 71 | } |
72 | 72 | ||
73 | do_install_append_class-target() { | 73 | do_install:append:class-target() { |
74 | for f in `find ${D}${libdir} ${D}${bindir} -type f -executable` | 74 | for f in `find ${D}${libdir} ${D}${bindir} -type f -executable` |
75 | do | 75 | do |
76 | chrpath --delete $f | 76 | chrpath --delete $f |
@@ -79,10 +79,10 @@ do_install_append_class-target() { | |||
79 | 79 | ||
80 | PACKAGE_BEFORE_PN += "tshark" | 80 | PACKAGE_BEFORE_PN += "tshark" |
81 | 81 | ||
82 | FILES_tshark = "${bindir}/tshark ${mandir}/man1/tshark.*" | 82 | FILES:tshark = "${bindir}/tshark ${mandir}/man1/tshark.*" |
83 | 83 | ||
84 | FILES_${PN} += "${datadir}*" | 84 | FILES:${PN} += "${datadir}*" |
85 | 85 | ||
86 | RDEPENDS_tshark = "wireshark" | 86 | RDEPENDS:tshark = "wireshark" |
87 | 87 | ||
88 | BBCLASSEXTEND = "native" | 88 | BBCLASSEXTEND = "native" |