Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/2] apt-native: Install apt-ftparchive
@ 2014-03-13 13:27 Ricardo Ribalda Delgado
  2014-03-13 13:27 ` [PATCH 2/2] package_deb: Use apt-ftparchive Ricardo Ribalda Delgado
  0 siblings, 1 reply; 6+ messages in thread
From: Ricardo Ribalda Delgado @ 2014-03-13 13:27 UTC (permalink / raw)
  To: openembedded-core

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>
---
 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, = ,=,'`
-- 
1.9.0



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-03-17 12:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-13 13:27 [PATCH 1/2] apt-native: Install apt-ftparchive Ricardo Ribalda Delgado
2014-03-13 13:27 ` [PATCH 2/2] package_deb: Use apt-ftparchive Ricardo Ribalda Delgado
2014-03-16 23:01   ` Richard Purdie
2014-03-17  7:59     ` Ricardo Ribalda Delgado
2014-03-17  8:30       ` Robert Yang
2014-03-17 12:28         ` Ricardo Ribalda Delgado

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox