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:42 +0000 |
commit | 9f29b9fb3695b441a33eaa273e27487dcb938c13 (patch) | |
tree | 70228fd71cbdaa0d246db8730a94b355f58d78fd /meta | |
parent | 331962ffad3aff172c0801c7fee2379715ff9033 (diff) | |
download | poky-9f29b9fb3695b441a33eaa273e27487dcb938c13.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.
(From OE-Core rev: 383e6c7d5fa1f6f02b50155a77d7c82237c11ba9)
Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 294ca94096..36035b0d51 100644 --- a/meta/recipes-devtools/apt/apt-native.inc +++ b/meta/recipes-devtools/apt/apt-native.inc | |||
@@ -39,6 +39,7 @@ do_install_base () { | |||
39 | install -m 0755 bin/apt-cache ${D}${bindir}/ | 39 | install -m 0755 bin/apt-cache ${D}${bindir}/ |
40 | install -m 0755 bin/apt-sortpkgs ${D}${bindir}/ | 40 | install -m 0755 bin/apt-sortpkgs ${D}${bindir}/ |
41 | install -m 0755 bin/apt-extracttemplates ${D}${bindir}/ | 41 | install -m 0755 bin/apt-extracttemplates ${D}${bindir}/ |
42 | install -m 0755 bin/apt-ftparchive ${D}${bindir}/ | ||
42 | 43 | ||
43 | eval `cat environment.mak | grep ^GLIBC_VER | sed -e's, = ,=,'` | 44 | eval `cat environment.mak | grep ^GLIBC_VER | sed -e's, = ,=,'` |
44 | eval `cat environment.mak | grep ^LIBSTDCPP_VER | sed -e's, = ,=,'` | 45 | eval `cat environment.mak | grep ^LIBSTDCPP_VER | sed -e's, = ,=,'` |