diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-08-17 23:24:07 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-23 09:25:05 +0100 |
commit | 5533807d3168a4f923c502a0837837dbaa1e0185 (patch) | |
tree | 7ff626883183b8c576caa676bc908fb7b81f1496 /meta/recipes-devtools/apt | |
parent | b19c8990ef064a95b18784443be7e7e6a921ec23 (diff) | |
download | openembedded-core-5533807d3168a4f923c502a0837837dbaa1e0185.tar.gz openembedded-core-5533807d3168a4f923c502a0837837dbaa1e0185.tar.bz2 openembedded-core-5533807d3168a4f923c502a0837837dbaa1e0185.zip |
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@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/apt')
-rw-r--r-- | meta/recipes-devtools/apt/apt_0.9.9.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 ae9ed6cb66..86ffe66ca4 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 |