diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-08-07 12:29:36 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-08 10:19:56 +0100 |
commit | f9e6fdcf97039129fca4f0ddbc7ff3ef66566028 (patch) | |
tree | 40007837588d15249a6a4206cb314def52bbf14c /meta/recipes-devtools/apt | |
parent | 17bfcbacb0fa6e4641919fd92bcb86c5bb86c761 (diff) | |
download | poky-f9e6fdcf97039129fca4f0ddbc7ff3ef66566028.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/apt')
-rw-r--r-- | meta/recipes-devtools/apt/apt-package.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/apt/apt-package.inc b/meta/recipes-devtools/apt/apt-package.inc index da91451d7f..922f739d0d 100644 --- a/meta/recipes-devtools/apt/apt-package.inc +++ b/meta/recipes-devtools/apt/apt-package.inc | |||
@@ -35,6 +35,7 @@ FILES_${PN} = "${bindir}/apt-cdrom ${bindir}/apt-get \ | |||
35 | ${libdir}/dpkg \ | 35 | ${libdir}/dpkg \ |
36 | ${systemd_unitdir}/system \ | 36 | ${systemd_unitdir}/system \ |
37 | " | 37 | " |
38 | RDEPENDS_${PN} += "perl" | ||
38 | FILES_${PN}-utils = "${bindir}/apt-sortpkgs ${bindir}/apt-extracttemplates" | 39 | FILES_${PN}-utils = "${bindir}/apt-sortpkgs ${bindir}/apt-extracttemplates" |
39 | FILES_${PN}-doc = "${@get_files_apt_doc(d, bb, d.getVar('apt-manpages'))} \ | 40 | FILES_${PN}-doc = "${@get_files_apt_doc(d, bb, d.getVar('apt-manpages'))} \ |
40 | ${docdir}/apt" | 41 | ${docdir}/apt" |