summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-netkit
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-networking/recipes-netkit
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-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')
-rw-r--r--meta-networking/recipes-netkit/netkit-ftp/netkit-ftp_0.17.bb10
-rw-r--r--meta-networking/recipes-netkit/netkit-rpc/netkit-rpc_0.17.bb2
-rw-r--r--meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb24
-rw-r--r--meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb12
-rw-r--r--meta-networking/recipes-netkit/netkit-rwho/netkit-rwho_0.17.bb18
-rw-r--r--meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb10
-rw-r--r--meta-networking/recipes-netkit/netkit-tftp/netkit-tftp_0.17.bb12
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
43PACKAGES = "${PN} ${PN}-doc ${BPN}-dbg" 43PACKAGES = "${PN} ${PN}-doc ${BPN}-dbg"
44FILES_${PN} = "${bindir}/*" 44FILES:${PN} = "${bindir}/*"
45FILES_${PN}-doc = "${mandir}" 45FILES:${PN}-doc = "${mandir}"
46FILES_${PN}-dbg = "${prefix}/src/debug \ 46FILES:${PN}-dbg = "${prefix}/src/debug \
47 ${bindir}/.debug" 47 ${bindir}/.debug"
48 48
49RDEPENDS_${PN} = "readline" 49RDEPENDS:${PN} = "readline"
50 50
51ALTERNATIVE_PRIORITY = "100" 51ALTERNATIVE_PRIORITY = "100"
52ALTERNATIVE_${PN} = "ftp" 52ALTERNATIVE:${PN} = "ftp"
53ALTERNATIVE_LINK_NAME[ftp] = "${bindir}/ftp" 53ALTERNATIVE_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}
48ALTERNATIVE_PRIORITY = "100" 48ALTERNATIVE_PRIORITY = "100"
49 49
50ALTERNATIVE_${PN} = "rpcinfo" 50ALTERNATIVE:${PN} = "rpcinfo"
51ALTERNATIVE_LINK_NAME[rpcinfo] = "${bindir}/rpcinfo" 51ALTERNATIVE_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"
37LDFLAGS += " -L${STAGING_LIBDIR} -lutil -lcrypt" 37LDFLAGS += " -L${STAGING_LIBDIR} -lutil -lcrypt"
38 38
39PACKAGECONFIG ??= "" 39PACKAGECONFIG ??= ""
40PACKAGECONFIG_append = " ${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" 40PACKAGECONFIG:append = " ${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}"
41PACKAGECONFIG[pam] = " , --without-pam, libpam, libpam" 41PACKAGECONFIG[pam] = " , --without-pam, libpam, libpam"
42 42
43COMPATIBLE_HOST_libc-musl = 'null' 43COMPATIBLE_HOST:libc-musl = 'null'
44 44
45do_configure () { 45do_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
83PACKAGES = "${PN}-client ${PN}-server ${PN}-doc ${BPN}-dbg" 83PACKAGES = "${PN}-client ${PN}-server ${PN}-doc ${BPN}-dbg"
84 84
85FILES_${PN}-client = "${bindir}/*" 85FILES:${PN}-client = "${bindir}/*"
86FILES_${PN}-server = "${sbindir}/* ${sysconfdir}" 86FILES:${PN}-server = "${sbindir}/* ${sysconfdir}"
87FILES_${PN}-doc = "${mandir}" 87FILES:${PN}-doc = "${mandir}"
88FILES_${PN}-dbg = "${prefix}/src/debug \ 88FILES:${PN}-dbg = "${prefix}/src/debug \
89 ${sbindir}/.debug ${bindir}/.debug" 89 ${sbindir}/.debug ${bindir}/.debug"
90 90
91ALTERNATIVE_PRIORITY = "80" 91ALTERNATIVE_PRIORITY = "80"
92ALTERNATIVE_${PN}-client = "rcp rexec rlogin rsh" 92ALTERNATIVE:${PN}-client = "rcp rexec rlogin rsh"
93ALTERNATIVE_${PN}-server = "rshd rexecd rlogind" 93ALTERNATIVE:${PN}-server = "rshd rexecd rlogind"
94ALTERNATIVE_LINK_NAME[server] = "${bindir}/rshd" 94ALTERNATIVE_LINK_NAME[server] = "${bindir}/rshd"
95ALTERNATIVE_TARGET[rshd] = "${sbindir}/in.rshd" 95ALTERNATIVE_TARGET[rshd] = "${sbindir}/in.rshd"
96ALTERNATIVE_LINK_NAME[rexecd] = "${bindir}/rexecd" 96ALTERNATIVE_LINK_NAME[rexecd] = "${bindir}/rexecd"
@@ -98,8 +98,8 @@ ALTERNATIVE_TARGET[rexecd] = "${sbindir}/in.rexecd"
98ALTERNATIVE_LINK_NAME[rlogind] = "${bindir}/rlogind" 98ALTERNATIVE_LINK_NAME[rlogind] = "${bindir}/rlogind"
99ALTERNATIVE_TARGET[rlogind] = "${sbindir}/in.rlogind" 99ALTERNATIVE_TARGET[rlogind] = "${sbindir}/in.rlogind"
100 100
101RCONFLICTS_${PN}-server += "inetutils-rshd" 101RCONFLICTS:${PN}-server += "inetutils-rshd"
102RPROVIDES_${PN}-server = "rshd" 102RPROVIDES:${PN}-server = "rshd"
103 103
104RDEPENDS_${PN}-server = "xinetd" 104RDEPENDS:${PN}-server = "xinetd"
105RDEPENDS_${PN}-server += "tcp-wrappers" 105RDEPENDS:${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
61PACKAGES = "${PN}-client ${PN}-server ${PN}-doc ${BPN}-dbg" 61PACKAGES = "${PN}-client ${PN}-server ${PN}-doc ${BPN}-dbg"
62FILES_${PN}-client = "${bindir}/*" 62FILES:${PN}-client = "${bindir}/*"
63FILES_${PN}-server = "${sbindir}/* ${sysconfdir}" 63FILES:${PN}-server = "${sbindir}/* ${sysconfdir}"
64FILES_${PN}-doc = "${mandir}" 64FILES:${PN}-doc = "${mandir}"
65FILES_${PN}-dbg = "${prefix}/src/debug \ 65FILES:${PN}-dbg = "${prefix}/src/debug \
66 ${bindir}/.debug ${sbindir}/.debug" 66 ${bindir}/.debug ${sbindir}/.debug"
67 67
68RDEPENDS_${PN}-server += "tcp-wrappers xinetd rpcbind" 68RDEPENDS:${PN}-server += "tcp-wrappers xinetd rpcbind"
69 69
70# http://errors.yoctoproject.org/Errors/Details/186962/ 70# http://errors.yoctoproject.org/Errors/Details/186962/
71COMPATIBLE_HOST_libc-musl = 'null' 71COMPATIBLE_HOST:libc-musl = 'null'
72PNBLACKLIST[netkit-rusers] ?= "Fails to build rup.c:51:10: fatal error: rstat.h: No such file or directory" 72PNBLACKLIST[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}
85pkg_postinst_ontarget_${PN}-server() { 85pkg_postinst_ontarget:${PN}-server() {
86 ${sysconfdir}/init.d/rwhod start 86 ${sysconfdir}/init.d/rwhod start
87} 87}
88 88
89pkg_postrm_${PN}-server() { 89pkg_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"
94INITSCRIPT_PARAM = "defaults 85 15" 94INITSCRIPT_PARAM = "defaults 85 15"
95 95
96USERADD_PACKAGES = "${PN}-server" 96USERADD_PACKAGES = "${PN}-server"
97GROUPADD_PARAM_${PN}-server = "--system rwhod" 97GROUPADD_PARAM:${PN}-server = "--system rwhod"
98USERADD_PARAM_${PN}-server = "--system -g rwhod --home-dir ${localstatedir}/spool/rwho \ 98USERADD_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
101INSANE_SKIP_${PN} = "already-stripped" 101INSANE_SKIP:${PN} = "already-stripped"
102 102
103PACKAGES = "${PN}-client ${PN}-server ${PN}-doc ${BPN}-dbg" 103PACKAGES = "${PN}-client ${PN}-server ${PN}-doc ${BPN}-dbg"
104FILES_${PN}-client = "${bindir}/*" 104FILES:${PN}-client = "${bindir}/*"
105FILES_${PN}-server = "${sbindir}/* ${localstatedir} ${sysconfdir}/default/* ${sysconfdir}/init.d/*" 105FILES:${PN}-server = "${sbindir}/* ${localstatedir} ${sysconfdir}/default/* ${sysconfdir}/init.d/*"
106FILES_${PN}-doc = "${mandir}" 106FILES:${PN}-doc = "${mandir}"
107FILES_${PN}-dbg = "${prefix}/src/debug \ 107FILES:${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 () {
55inherit update-alternatives 55inherit update-alternatives
56 56
57ALTERNATIVE_PRIORITY = "100" 57ALTERNATIVE_PRIORITY = "100"
58ALTERNATIVE_${PN} = "telnet" 58ALTERNATIVE:${PN} = "telnet"
59ALTERNATIVE_LINK_NAME[telnet] = "${bindir}/telnet" 59ALTERNATIVE_LINK_NAME[telnet] = "${bindir}/telnet"
60ALTERNATIVE_TARGET[telnet] = "${bindir}/telnet.${PN}" 60ALTERNATIVE_TARGET[telnet] = "${bindir}/telnet.${PN}"
61 61
62ALTERNATIVE_${PN}-doc = "telnetd.8" 62ALTERNATIVE:${PN}-doc = "telnetd.8"
63ALTERNATIVE_LINK_NAME[telnetd.8] = "${mandir}/man8/telnetd.8" 63ALTERNATIVE_LINK_NAME[telnetd.8] = "${mandir}/man8/telnetd.8"
64 64
65SRC_URI[md5sum] = "d6beabaaf53fe6e382c42ce3faa05a36" 65SRC_URI[md5sum] = "d6beabaaf53fe6e382c42ce3faa05a36"
66SRC_URI[sha256sum] = "9c80d5c7838361a328fb6b60016d503def9ce53ad3c589f3b08ff71a2bb88e00" 66SRC_URI[sha256sum] = "9c80d5c7838361a328fb6b60016d503def9ce53ad3c589f3b08ff71a2bb88e00"
67FILES_${PN} += "${sbindir}/in.* ${libdir}/* ${sysconfdir}/xinetd.d/*" 67FILES:${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/
70COMPATIBLE_HOST_libc-musl = 'null' 70COMPATIBLE_HOST:libc-musl = 'null'
71RCONFLICTS_${PN} = "inetutils-telnetd" 71RCONFLICTS:${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
48PACKAGES = "${PN}-client ${PN}-server ${PN}-doc ${BPN}-dbg" 48PACKAGES = "${PN}-client ${PN}-server ${PN}-doc ${BPN}-dbg"
49FILES_${PN}-client = "${bindir}/*" 49FILES:${PN}-client = "${bindir}/*"
50FILES_${PN}-server = "${sbindir}/* ${sysconfdir}/xinetd.d/*" 50FILES:${PN}-server = "${sbindir}/* ${sysconfdir}/xinetd.d/*"
51FILES_${PN}-doc = "${mandir}" 51FILES:${PN}-doc = "${mandir}"
52FILES_${PN}-dbg = "${prefix}/src/debug \ 52FILES:${PN}-dbg = "${prefix}/src/debug \
53 ${bindir}/.debug ${sbindir}/.debug" 53 ${bindir}/.debug ${sbindir}/.debug"
54 54
55RDEPENDS_${PN}-server = "tcp-wrappers xinetd" 55RDEPENDS:${PN}-server = "tcp-wrappers xinetd"
56 56
57ALTERNATIVE_PRIORITY = "100" 57ALTERNATIVE_PRIORITY = "100"
58ALTERNATIVE_${PN}-client = "tftp" 58ALTERNATIVE:${PN}-client = "tftp"
59ALTERNATIVE_LINK_NAME[tftp] = "${bindir}/tftp" 59ALTERNATIVE_LINK_NAME[tftp] = "${bindir}/tftp"