apt: add bash to RDEPENDS_apt

Bash scripts:
apt/usr/lib64/dpkg/methods/apt/update
apt/usr/lib64/dpkg/methods/apt/install

(From OE-Core rev: 5533807d3168a4f923c502a0837837dbaa1e0185)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert Yang 2014-08-17 23:24:07 -07:00 committed by Richard Purdie
parent 919a8e25e8
commit 63aa531209
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
DEPENDS = "curl db"
RDEPENDS_${PN} = "dpkg"
RDEPENDS_${PN} = "dpkg bash"
LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
require apt.inc