[oe-commits] Ricardo Ribalda Delgado : apt-native: Install apt-ftparchive

git at git.openembedded.org git at git.openembedded.org
Mon Mar 17 12:17:47 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 93ddb549f176418fa1ee09aef5533298b10da6e3
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=93ddb549f176418fa1ee09aef5533298b10da6e3

Author: Ricardo Ribalda Delgado <ricardo.ribalda at gmail.com>
Date:   Thu Mar 13 14:27:03 2014 +0100

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 <ricardo.ribalda at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/apt/apt-native.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/apt/apt-native.inc b/meta/recipes-devtools/apt/apt-native.inc
index 294ca94..36035b0 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, = ,=,'`



More information about the Openembedded-commits mailing list