summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2023-01-30 14:54:20 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-02 10:26:57 +0000
commit00078ec396ff53aae71037ce7d9950afbf744454 (patch)
treedb0cbb893f1ae3c6366efce599c0c1692bb2db2a /meta/recipes-extended
parent53258fd810bea6475af9f908f7b712a13a02b628 (diff)
downloadopenembedded-core-00078ec396ff53aae71037ce7d9950afbf744454.tar.gz
xinetd: move xconv.pl script to separate package
* most xinetd users probably don't need this nowadays and it pulls perl into the images Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb b/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb
index 897417314d..c390fcf33c 100644
--- a/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb
+++ b/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb
@@ -48,4 +48,7 @@ do_install:append() {
${D}${systemd_system_unitdir}/xinetd.service
}
-RDEPENDS:${PN} += "perl"
+# Script for converting inetd.conf files into xinetd.conf files
+PACKAGES =+ "${PN}-xconv"
+FILES:${PN}-xconv = "${bindir}/xconv.pl"
+RDEPENDS:${PN}-xconv += "perl"