]> code.ossystems Code Review - openembedded-core.git/commitdiff
kconfig-frontends: add bash to RDEPENDS_kconfig-frontends
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 18 Aug 2014 06:24:05 +0000 (23:24 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 Aug 2014 08:25:05 +0000 (09:25 +0100)
Bash script:
kconfig-frontends/usr/bin/kconfig-tweak

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb

index 2f57527e43ab15a4f040fb6b90cd43006e605ed2..ef0019fc7d826c8bdb48dc55f9e0d2cc6192b419 100644 (file)
@@ -12,7 +12,7 @@ LICENSE = "GPL-2.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=9b8cf60ff39767ff04b671fca8302408"
 SECTION = "devel"
 DEPENDS += "ncurses flex bison gperf-native pkgconfig-native"
-RDEPENDS_${PN} += "python"
+RDEPENDS_${PN} += "python bash"
 SRC_URI = "http://ymorin.is-a-geek.org/download/${BPN}/${BP}.tar.xz"
 
 SRC_URI[md5sum] = "b939280dcc83f8feabd87a1d5f9b00c2"