mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 02:02:21 +02:00
apt: add a missing perl runtime dependency
/usr/lib/dpkg/methods/apt/setup is a perl script. (From OE-Core rev: a96de885e122bd31e3382d6ecf6f665680e9db71) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
17bfcbacb0
commit
f9e6fdcf97
@@ -35,6 +35,7 @@ FILES_${PN} = "${bindir}/apt-cdrom ${bindir}/apt-get \
|
||||
${libdir}/dpkg \
|
||||
${systemd_unitdir}/system \
|
||||
"
|
||||
RDEPENDS_${PN} += "perl"
|
||||
FILES_${PN}-utils = "${bindir}/apt-sortpkgs ${bindir}/apt-extracttemplates"
|
||||
FILES_${PN}-doc = "${@get_files_apt_doc(d, bb, d.getVar('apt-manpages'))} \
|
||||
${docdir}/apt"
|
||||
|
||||
Reference in New Issue
Block a user