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:26:10 +0100 |
commit | 63aa5312093b8794858bac5fa3d679998fbfc19b (patch) | |
tree | 0098dae3713d314243dc5bba5b5f8eade656d985 /meta | |
parent | 919a8e25e867e9dd4d8028cdfbd27dc4b0b8aa2d (diff) | |
download | poky-63aa5312093b8794858bac5fa3d679998fbfc19b.tar.gz |
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>
Diffstat (limited to 'meta')
-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 @@ | |||
1 | DEPENDS = "curl db" | 1 | DEPENDS = "curl db" |
2 | RDEPENDS_${PN} = "dpkg" | 2 | RDEPENDS_${PN} = "dpkg bash" |
3 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3" | 3 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3" |
4 | require apt.inc | 4 | require apt.inc |
5 | 5 | ||