From ef44f397e3d04a8417da11d5d1c71880e12d3bf8 Mon Sep 17 00:00:00 2001 From: Alejandro Hernandez Date: Tue, 30 Sep 2014 17:01:24 -0500 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/apt/apt-package.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/apt') 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}/ -- cgit v1.1