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:27:30 +0000
commit96c105622915a5a3176a559b09beb7af05e0aeea (patch)
tree82464e1e90faa748330935b5464f32dc97084457 /meta/recipes-extended
parent912977a3736a67a5322d247eafe4e2c6daf90c6b (diff)
downloadpoky-96c105622915a5a3176a559b09beb7af05e0aeea.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 (From OE-Core rev: 00078ec396ff53aae71037ce7d9950afbf744454) 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() {
48 ${D}${systemd_system_unitdir}/xinetd.service 48 ${D}${systemd_system_unitdir}/xinetd.service
49} 49}
50 50
51RDEPENDS:${PN} += "perl" 51# Script for converting inetd.conf files into xinetd.conf files
52PACKAGES =+ "${PN}-xconv"
53FILES:${PN}-xconv = "${bindir}/xconv.pl"
54RDEPENDS:${PN}-xconv += "perl"