generic-poky/meta/recipes-devtools/apt
Ricardo Ribalda Delgado b3ea9b6404 apt: Add missing running depency debianutils
apt-file calls run-parts with options --list and --regex:

root@neopili:~/curro/qtec/qt5022/build-qt5022-cesium/build/tmp/work/bobcat_64-poky-linux/apt/0.9.9.4-r0/apt-0.9.9.4# grep run-parts cmdline/apt-key -rn
187:		for trusted in $(run-parts --list $TRUSTEDPARTS --regex '^.*\.gpg$'); do

busybox implementation of run-parts does not support --regex. And --list option is not enabled on yocto busybox configuration.

(From OE-Core rev: 40dd71a4e0beade84ecd686559243a10e55c3a2d)

Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-11-09 10:21:22 +00:00
..
apt-0.9.9.4 apt: fix for CVE-2014-0478 2014-09-30 14:10:34 +01:00
files apt/package_mamager: Ensure WORKDIR is used for lists directory 2014-03-27 09:42:06 +00:00
apt-native.inc apt-native: Add missing DEPENDS on db-native and curl-native 2014-07-27 08:31:09 +01:00
apt-native_0.9.9.4.bb apt-native: fix SRC_URI Checksum for update 2013-08-06 12:39:56 +01:00
apt-package.inc apt: apt-key binary was not being installed, including it in the installation 2014-10-02 00:42:43 +01:00
apt.inc apt: fix for CVE-2014-0478 2014-09-30 14:10:34 +01:00
apt_0.9.9.4.bb apt: Add missing running depency debianutils 2014-11-09 10:21:22 +00:00