diff options
author | Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 2014-09-30 17:01:24 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-02 00:42:43 +0100 |
commit | ef44f397e3d04a8417da11d5d1c71880e12d3bf8 (patch) | |
tree | edda7333db5ac13aef57993704f2e5eb11b9590e /meta/recipes-devtools | |
parent | 319eb6021ebe751dfd745ba431dc4100bcfa5642 (diff) | |
download | 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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/apt/apt-package.inc | 1 |
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 0897d3a9fc..a553aa21fe 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}" | |||
42 | do_install () { | 42 | do_install () { |
43 | set -x | 43 | set -x |
44 | install -d ${D}${bindir} | 44 | install -d ${D}${bindir} |
45 | install -m 0755 bin/apt-key ${D}${bindir}/ | ||
45 | install -m 0755 bin/apt-cdrom ${D}${bindir}/ | 46 | install -m 0755 bin/apt-cdrom ${D}${bindir}/ |
46 | install -m 0755 bin/apt-get ${D}${bindir}/ | 47 | install -m 0755 bin/apt-get ${D}${bindir}/ |
47 | install -m 0755 bin/apt-config ${D}${bindir}/ | 48 | install -m 0755 bin/apt-config ${D}${bindir}/ |