summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>2014-09-30 17:01:24 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-10-02 00:42:43 +0100
commitef44f397e3d04a8417da11d5d1c71880e12d3bf8 (patch)
treeedda7333db5ac13aef57993704f2e5eb11b9590e
parent319eb6021ebe751dfd745ba431dc4100bcfa5642 (diff)
downloadast2050-yocto-poky-ef44f397e3d04a8417da11d5d1c71880e12d3bf8.zip
ast2050-yocto-poky-ef44f397e3d04a8417da11d5d1c71880e12d3bf8.tar.gz
apt: apt-key binary was not being installed, including it in the installation
[YOCTO #6476] (From OE-Core rev: d31fc181005734953c70ba9338d6a5eb88b6fe8b) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/apt/apt-package.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/apt/apt-package.inc b/meta/recipes-devtools/apt/apt-package.inc
index 0897d3a..a553aa2 100644
--- a/meta/recipes-devtools/apt/apt-package.inc
+++ b/meta/recipes-devtools/apt/apt-package.inc
@@ -42,6 +42,7 @@ FILES_${PN}-dev = "${libdir}/libapt*.so ${includedir}"
do_install () {
set -x
install -d ${D}${bindir}
+ install -m 0755 bin/apt-key ${D}${bindir}/
install -m 0755 bin/apt-cdrom ${D}${bindir}/
install -m 0755 bin/apt-get ${D}${bindir}/
install -m 0755 bin/apt-config ${D}${bindir}/
OpenPOWER on IntegriCloud