diff options
author | Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> | 2014-03-13 14:27:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-17 14:01:07 +0000 |
commit | 383e6c7d5fa1f6f02b50155a77d7c82237c11ba9 (patch) | |
tree | e094cd5bec2c3e958fc435001d8953fcae72467c | |
parent | 7a5b6b968c5adf06982ff0f53871f87aaed41580 (diff) | |
download | openembedded-core-contrib-383e6c7d5fa1f6f02b50155a77d7c82237c11ba9.tar.gz |
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@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/apt/apt-native.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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, = ,=,'` |