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-netkit | |
| 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-netkit')
7 files changed, 44 insertions, 44 deletions
diff --git a/meta-networking/recipes-netkit/netkit-ftp/netkit-ftp_0.17.bb b/meta-networking/recipes-netkit/netkit-ftp/netkit-ftp_0.17.bb index 628047eee6..1ba0dd46a7 100644 --- a/meta-networking/recipes-netkit/netkit-ftp/netkit-ftp_0.17.bb +++ b/meta-networking/recipes-netkit/netkit-ftp/netkit-ftp_0.17.bb | |||
| @@ -41,13 +41,13 @@ do_install () { | |||
| 41 | } | 41 | } |
| 42 | 42 | ||
| 43 | PACKAGES = "${PN} ${PN}-doc ${BPN}-dbg" | 43 | PACKAGES = "${PN} ${PN}-doc ${BPN}-dbg" |
| 44 | FILES_${PN} = "${bindir}/*" | 44 | FILES:${PN} = "${bindir}/*" |
| 45 | FILES_${PN}-doc = "${mandir}" | 45 | FILES:${PN}-doc = "${mandir}" |
| 46 | FILES_${PN}-dbg = "${prefix}/src/debug \ | 46 | FILES:${PN}-dbg = "${prefix}/src/debug \ |
| 47 | ${bindir}/.debug" | 47 | ${bindir}/.debug" |
| 48 | 48 | ||
| 49 | RDEPENDS_${PN} = "readline" | 49 | RDEPENDS:${PN} = "readline" |
| 50 | 50 | ||
| 51 | ALTERNATIVE_PRIORITY = "100" | 51 | ALTERNATIVE_PRIORITY = "100" |
| 52 | ALTERNATIVE_${PN} = "ftp" | 52 | ALTERNATIVE:${PN} = "ftp" |
| 53 | ALTERNATIVE_LINK_NAME[ftp] = "${bindir}/ftp" | 53 | ALTERNATIVE_LINK_NAME[ftp] = "${bindir}/ftp" |
diff --git a/meta-networking/recipes-netkit/netkit-rpc/netkit-rpc_0.17.bb b/meta-networking/recipes-netkit/netkit-rpc/netkit-rpc_0.17.bb index a787e52f7d..cb05645ee8 100644 --- a/meta-networking/recipes-netkit/netkit-rpc/netkit-rpc_0.17.bb +++ b/meta-networking/recipes-netkit/netkit-rpc/netkit-rpc_0.17.bb | |||
| @@ -47,5 +47,5 @@ do_install () { | |||
| 47 | } | 47 | } |
| 48 | ALTERNATIVE_PRIORITY = "100" | 48 | ALTERNATIVE_PRIORITY = "100" |
| 49 | 49 | ||
| 50 | ALTERNATIVE_${PN} = "rpcinfo" | 50 | ALTERNATIVE:${PN} = "rpcinfo" |
| 51 | ALTERNATIVE_LINK_NAME[rpcinfo] = "${bindir}/rpcinfo" | 51 | ALTERNATIVE_LINK_NAME[rpcinfo] = "${bindir}/rpcinfo" |
diff --git a/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb b/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb index 70fb4cf5fa..5ea553e871 100644 --- a/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb +++ b/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb | |||
| @@ -37,10 +37,10 @@ CFLAGS += " -D_GNU_SOURCE -Wno-deprecated-declarations" | |||
| 37 | LDFLAGS += " -L${STAGING_LIBDIR} -lutil -lcrypt" | 37 | LDFLAGS += " -L${STAGING_LIBDIR} -lutil -lcrypt" |
| 38 | 38 | ||
| 39 | PACKAGECONFIG ??= "" | 39 | PACKAGECONFIG ??= "" |
| 40 | PACKAGECONFIG_append = " ${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" | 40 | PACKAGECONFIG:append = " ${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" |
| 41 | PACKAGECONFIG[pam] = " , --without-pam, libpam, libpam" | 41 | PACKAGECONFIG[pam] = " , --without-pam, libpam, libpam" |
| 42 | 42 | ||
| 43 | COMPATIBLE_HOST_libc-musl = 'null' | 43 | COMPATIBLE_HOST:libc-musl = 'null' |
| 44 | 44 | ||
| 45 | do_configure () { | 45 | do_configure () { |
| 46 | ./configure --prefix=${prefix} --exec-prefix=${exec_prefix} | 46 | ./configure --prefix=${prefix} --exec-prefix=${exec_prefix} |
| @@ -82,15 +82,15 @@ do_install () { | |||
| 82 | 82 | ||
| 83 | PACKAGES = "${PN}-client ${PN}-server ${PN}-doc ${BPN}-dbg" | 83 | PACKAGES = "${PN}-client ${PN}-server ${PN}-doc ${BPN}-dbg" |
| 84 | 84 | ||
| 85 | FILES_${PN}-client = "${bindir}/*" | 85 | FILES:${PN}-client = "${bindir}/*" |
| 86 | FILES_${PN}-server = "${sbindir}/* ${sysconfdir}" | 86 | FILES:${PN}-server = "${sbindir}/* ${sysconfdir}" |
| 87 | FILES_${PN}-doc = "${mandir}" | 87 | FILES:${PN}-doc = "${mandir}" |
| 88 | FILES_${PN}-dbg = "${prefix}/src/debug \ | 88 | FILES:${PN}-dbg = "${prefix}/src/debug \ |
| 89 | ${sbindir}/.debug ${bindir}/.debug" | 89 | ${sbindir}/.debug ${bindir}/.debug" |
| 90 | 90 | ||
| 91 | ALTERNATIVE_PRIORITY = "80" | 91 | ALTERNATIVE_PRIORITY = "80" |
| 92 | ALTERNATIVE_${PN}-client = "rcp rexec rlogin rsh" | 92 | ALTERNATIVE:${PN}-client = "rcp rexec rlogin rsh" |
| 93 | ALTERNATIVE_${PN}-server = "rshd rexecd rlogind" | 93 | ALTERNATIVE:${PN}-server = "rshd rexecd rlogind" |
| 94 | ALTERNATIVE_LINK_NAME[server] = "${bindir}/rshd" | 94 | ALTERNATIVE_LINK_NAME[server] = "${bindir}/rshd" |
| 95 | ALTERNATIVE_TARGET[rshd] = "${sbindir}/in.rshd" | 95 | ALTERNATIVE_TARGET[rshd] = "${sbindir}/in.rshd" |
| 96 | ALTERNATIVE_LINK_NAME[rexecd] = "${bindir}/rexecd" | 96 | ALTERNATIVE_LINK_NAME[rexecd] = "${bindir}/rexecd" |
| @@ -98,8 +98,8 @@ ALTERNATIVE_TARGET[rexecd] = "${sbindir}/in.rexecd" | |||
| 98 | ALTERNATIVE_LINK_NAME[rlogind] = "${bindir}/rlogind" | 98 | ALTERNATIVE_LINK_NAME[rlogind] = "${bindir}/rlogind" |
| 99 | ALTERNATIVE_TARGET[rlogind] = "${sbindir}/in.rlogind" | 99 | ALTERNATIVE_TARGET[rlogind] = "${sbindir}/in.rlogind" |
| 100 | 100 | ||
| 101 | RCONFLICTS_${PN}-server += "inetutils-rshd" | 101 | RCONFLICTS:${PN}-server += "inetutils-rshd" |
| 102 | RPROVIDES_${PN}-server = "rshd" | 102 | RPROVIDES:${PN}-server = "rshd" |
| 103 | 103 | ||
| 104 | RDEPENDS_${PN}-server = "xinetd" | 104 | RDEPENDS:${PN}-server = "xinetd" |
| 105 | RDEPENDS_${PN}-server += "tcp-wrappers" | 105 | RDEPENDS:${PN}-server += "tcp-wrappers" |
diff --git a/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb b/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb index eee96d865f..48b32eb7e2 100644 --- a/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb +++ b/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb | |||
| @@ -59,14 +59,14 @@ EOF | |||
| 59 | } | 59 | } |
| 60 | 60 | ||
| 61 | PACKAGES = "${PN}-client ${PN}-server ${PN}-doc ${BPN}-dbg" | 61 | PACKAGES = "${PN}-client ${PN}-server ${PN}-doc ${BPN}-dbg" |
| 62 | FILES_${PN}-client = "${bindir}/*" | 62 | FILES:${PN}-client = "${bindir}/*" |
| 63 | FILES_${PN}-server = "${sbindir}/* ${sysconfdir}" | 63 | FILES:${PN}-server = "${sbindir}/* ${sysconfdir}" |
| 64 | FILES_${PN}-doc = "${mandir}" | 64 | FILES:${PN}-doc = "${mandir}" |
| 65 | FILES_${PN}-dbg = "${prefix}/src/debug \ | 65 | FILES:${PN}-dbg = "${prefix}/src/debug \ |
| 66 | ${bindir}/.debug ${sbindir}/.debug" | 66 | ${bindir}/.debug ${sbindir}/.debug" |
| 67 | 67 | ||
| 68 | RDEPENDS_${PN}-server += "tcp-wrappers xinetd rpcbind" | 68 | RDEPENDS:${PN}-server += "tcp-wrappers xinetd rpcbind" |
| 69 | 69 | ||
| 70 | # http://errors.yoctoproject.org/Errors/Details/186962/ | 70 | # http://errors.yoctoproject.org/Errors/Details/186962/ |
| 71 | COMPATIBLE_HOST_libc-musl = 'null' | 71 | COMPATIBLE_HOST:libc-musl = 'null' |
| 72 | PNBLACKLIST[netkit-rusers] ?= "Fails to build rup.c:51:10: fatal error: rstat.h: No such file or directory" | 72 | PNBLACKLIST[netkit-rusers] ?= "Fails to build rup.c:51:10: fatal error: rstat.h: No such file or directory" |
diff --git a/meta-networking/recipes-netkit/netkit-rwho/netkit-rwho_0.17.bb b/meta-networking/recipes-netkit/netkit-rwho/netkit-rwho_0.17.bb index 308582398d..51168f958e 100644 --- a/meta-networking/recipes-netkit/netkit-rwho/netkit-rwho_0.17.bb +++ b/meta-networking/recipes-netkit/netkit-rwho/netkit-rwho_0.17.bb | |||
| @@ -82,11 +82,11 @@ do_install () { | |||
| 82 | mkdir -p -m 755 ${D}${localstatedir}/spool/rwho | 82 | mkdir -p -m 755 ${D}${localstatedir}/spool/rwho |
| 83 | chown -R rwhod ${D}${localstatedir}/spool/rwho | 83 | chown -R rwhod ${D}${localstatedir}/spool/rwho |
| 84 | } | 84 | } |
| 85 | pkg_postinst_ontarget_${PN}-server() { | 85 | pkg_postinst_ontarget:${PN}-server() { |
| 86 | ${sysconfdir}/init.d/rwhod start | 86 | ${sysconfdir}/init.d/rwhod start |
| 87 | } | 87 | } |
| 88 | 88 | ||
| 89 | pkg_postrm_${PN}-server() { | 89 | pkg_postrm:${PN}-server() { |
| 90 | ${sysconfdir}/init.d/rwhod stop | 90 | ${sysconfdir}/init.d/rwhod stop |
| 91 | } | 91 | } |
| 92 | 92 | ||
| @@ -94,15 +94,15 @@ INITSCRIPT_NAME = "rwhod" | |||
| 94 | INITSCRIPT_PARAM = "defaults 85 15" | 94 | INITSCRIPT_PARAM = "defaults 85 15" |
| 95 | 95 | ||
| 96 | USERADD_PACKAGES = "${PN}-server" | 96 | USERADD_PACKAGES = "${PN}-server" |
| 97 | GROUPADD_PARAM_${PN}-server = "--system rwhod" | 97 | GROUPADD_PARAM:${PN}-server = "--system rwhod" |
| 98 | USERADD_PARAM_${PN}-server = "--system -g rwhod --home-dir ${localstatedir}/spool/rwho \ | 98 | USERADD_PARAM:${PN}-server = "--system -g rwhod --home-dir ${localstatedir}/spool/rwho \ |
| 99 | --no-create-home --shell /bin/false rwhod" | 99 | --no-create-home --shell /bin/false rwhod" |
| 100 | 100 | ||
| 101 | INSANE_SKIP_${PN} = "already-stripped" | 101 | INSANE_SKIP:${PN} = "already-stripped" |
| 102 | 102 | ||
| 103 | PACKAGES = "${PN}-client ${PN}-server ${PN}-doc ${BPN}-dbg" | 103 | PACKAGES = "${PN}-client ${PN}-server ${PN}-doc ${BPN}-dbg" |
| 104 | FILES_${PN}-client = "${bindir}/*" | 104 | FILES:${PN}-client = "${bindir}/*" |
| 105 | FILES_${PN}-server = "${sbindir}/* ${localstatedir} ${sysconfdir}/default/* ${sysconfdir}/init.d/*" | 105 | FILES:${PN}-server = "${sbindir}/* ${localstatedir} ${sysconfdir}/default/* ${sysconfdir}/init.d/*" |
| 106 | FILES_${PN}-doc = "${mandir}" | 106 | FILES:${PN}-doc = "${mandir}" |
| 107 | FILES_${PN}-dbg = "${prefix}/src/debug \ | 107 | FILES:${PN}-dbg = "${prefix}/src/debug \ |
| 108 | ${bindir}/.debug ${sbindir}/.debug" | 108 | ${bindir}/.debug ${sbindir}/.debug" |
diff --git a/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb b/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb index c05d0fd6c6..56860ea098 100644 --- a/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb +++ b/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb | |||
| @@ -55,17 +55,17 @@ do_install () { | |||
| 55 | inherit update-alternatives | 55 | inherit update-alternatives |
| 56 | 56 | ||
| 57 | ALTERNATIVE_PRIORITY = "100" | 57 | ALTERNATIVE_PRIORITY = "100" |
| 58 | ALTERNATIVE_${PN} = "telnet" | 58 | ALTERNATIVE:${PN} = "telnet" |
| 59 | ALTERNATIVE_LINK_NAME[telnet] = "${bindir}/telnet" | 59 | ALTERNATIVE_LINK_NAME[telnet] = "${bindir}/telnet" |
| 60 | ALTERNATIVE_TARGET[telnet] = "${bindir}/telnet.${PN}" | 60 | ALTERNATIVE_TARGET[telnet] = "${bindir}/telnet.${PN}" |
| 61 | 61 | ||
| 62 | ALTERNATIVE_${PN}-doc = "telnetd.8" | 62 | ALTERNATIVE:${PN}-doc = "telnetd.8" |
| 63 | ALTERNATIVE_LINK_NAME[telnetd.8] = "${mandir}/man8/telnetd.8" | 63 | ALTERNATIVE_LINK_NAME[telnetd.8] = "${mandir}/man8/telnetd.8" |
| 64 | 64 | ||
| 65 | SRC_URI[md5sum] = "d6beabaaf53fe6e382c42ce3faa05a36" | 65 | SRC_URI[md5sum] = "d6beabaaf53fe6e382c42ce3faa05a36" |
| 66 | SRC_URI[sha256sum] = "9c80d5c7838361a328fb6b60016d503def9ce53ad3c589f3b08ff71a2bb88e00" | 66 | SRC_URI[sha256sum] = "9c80d5c7838361a328fb6b60016d503def9ce53ad3c589f3b08ff71a2bb88e00" |
| 67 | FILES_${PN} += "${sbindir}/in.* ${libdir}/* ${sysconfdir}/xinetd.d/*" | 67 | FILES:${PN} += "${sbindir}/in.* ${libdir}/* ${sysconfdir}/xinetd.d/*" |
| 68 | 68 | ||
| 69 | # http://errors.yoctoproject.org/Errors/Details/186954/ | 69 | # http://errors.yoctoproject.org/Errors/Details/186954/ |
| 70 | COMPATIBLE_HOST_libc-musl = 'null' | 70 | COMPATIBLE_HOST:libc-musl = 'null' |
| 71 | RCONFLICTS_${PN} = "inetutils-telnetd" | 71 | RCONFLICTS:${PN} = "inetutils-telnetd" |
diff --git a/meta-networking/recipes-netkit/netkit-tftp/netkit-tftp_0.17.bb b/meta-networking/recipes-netkit/netkit-tftp/netkit-tftp_0.17.bb index 28e016400f..8de3e4a34c 100644 --- a/meta-networking/recipes-netkit/netkit-tftp/netkit-tftp_0.17.bb +++ b/meta-networking/recipes-netkit/netkit-tftp/netkit-tftp_0.17.bb | |||
| @@ -46,14 +46,14 @@ do_install () { | |||
| 46 | } | 46 | } |
| 47 | 47 | ||
| 48 | PACKAGES = "${PN}-client ${PN}-server ${PN}-doc ${BPN}-dbg" | 48 | PACKAGES = "${PN}-client ${PN}-server ${PN}-doc ${BPN}-dbg" |
| 49 | FILES_${PN}-client = "${bindir}/*" | 49 | FILES:${PN}-client = "${bindir}/*" |
| 50 | FILES_${PN}-server = "${sbindir}/* ${sysconfdir}/xinetd.d/*" | 50 | FILES:${PN}-server = "${sbindir}/* ${sysconfdir}/xinetd.d/*" |
| 51 | FILES_${PN}-doc = "${mandir}" | 51 | FILES:${PN}-doc = "${mandir}" |
| 52 | FILES_${PN}-dbg = "${prefix}/src/debug \ | 52 | FILES:${PN}-dbg = "${prefix}/src/debug \ |
| 53 | ${bindir}/.debug ${sbindir}/.debug" | 53 | ${bindir}/.debug ${sbindir}/.debug" |
| 54 | 54 | ||
| 55 | RDEPENDS_${PN}-server = "tcp-wrappers xinetd" | 55 | RDEPENDS:${PN}-server = "tcp-wrappers xinetd" |
| 56 | 56 | ||
| 57 | ALTERNATIVE_PRIORITY = "100" | 57 | ALTERNATIVE_PRIORITY = "100" |
| 58 | ALTERNATIVE_${PN}-client = "tftp" | 58 | ALTERNATIVE:${PN}-client = "tftp" |
| 59 | ALTERNATIVE_LINK_NAME[tftp] = "${bindir}/tftp" | 59 | ALTERNATIVE_LINK_NAME[tftp] = "${bindir}/tftp" |
