mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
319eb6021e
commit
ef44f397e3
@@ -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}/
|
||||
|
||||
Reference in New Issue
Block a user