[oe-commits] Robert Yang : apt: add bash to RDEPENDS_apt

git at git.openembedded.org git at git.openembedded.org
Wed Aug 20 14:09:10 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 49abee7a60faca86a10c66bc14c8825e3486ceab
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=49abee7a60faca86a10c66bc14c8825e3486ceab

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Sun Aug 17 23:24:07 2014 -0700

apt: add bash to RDEPENDS_apt

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

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/apt/apt_0.9.9.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/apt/apt_0.9.9.4.bb b/meta/recipes-devtools/apt/apt_0.9.9.4.bb
index ae9ed6c..86ffe66 100644
--- a/meta/recipes-devtools/apt/apt_0.9.9.4.bb
+++ b/meta/recipes-devtools/apt/apt_0.9.9.4.bb
@@ -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
 



More information about the Openembedded-commits mailing list