From: Ricardo Ribalda Delgado Date: Thu, 13 Mar 2014 13:27:03 +0000 (+0100) Subject: apt-native: Install apt-ftparchive X-Git-Tag: yocto-4.0~29719 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=383e6c7d5fa1f6f02b50155a77d7c82237c11ba9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git apt-native: Install apt-ftparchive apt-ftparchive is needed to create a Release file compatible with SecureApt. It is also a more efficient replacement of dpkg-scanpackages. Signed-off-by: Ricardo Ribalda Delgado Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/apt/apt-native.inc b/meta/recipes-devtools/apt/apt-native.inc index 294ca94096f..36035b0d514 100644 --- a/meta/recipes-devtools/apt/apt-native.inc +++ b/meta/recipes-devtools/apt/apt-native.inc @@ -39,6 +39,7 @@ do_install_base () { install -m 0755 bin/apt-cache ${D}${bindir}/ install -m 0755 bin/apt-sortpkgs ${D}${bindir}/ install -m 0755 bin/apt-extracttemplates ${D}${bindir}/ + install -m 0755 bin/apt-ftparchive ${D}${bindir}/ eval `cat environment.mak | grep ^GLIBC_VER | sed -e's, = ,=,'` eval `cat environment.mak | grep ^LIBSTDCPP_VER | sed -e's, = ,=,'`