From: Andreas Oberritter Date: Tue, 10 May 2016 20:05:46 +0000 (+0200) Subject: apt: dselect depends on perl X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06c9d36e83797be1b5db302c1390a67b3ee9090f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git apt: dselect depends on perl Signed-off-by: Andreas Oberritter --- diff --git a/meta/recipes-devtools/apt/apt_1.2.12.bb b/meta/recipes-devtools/apt/apt_1.2.12.bb index 8f1a52eb38d..855f5437521 100644 --- a/meta/recipes-devtools/apt/apt_1.2.12.bb +++ b/meta/recipes-devtools/apt/apt_1.2.12.bb @@ -123,7 +123,7 @@ do_install_append_class-target() { PACKAGES =+ "${PN}-dselect ${PN}-transport-https ${PN}-utils lib${PN}-inst lib${PN}-pkg" RDEPENDS_${PN} = "dpkg debianutils" -RDEPENDS_${PN}-dselect = "bash" +RDEPENDS_${PN}-dselect = "bash perl" RRECOMMENDS_${PN} = "gnupg" RRECOMMENDS_${PN}_class-native = ""