mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
912977a373
commit
96c1056229
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user