mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 05:02:24 +02:00
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:
committed by
Richard Purdie
parent
919a8e25e8
commit
63aa531209
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user