summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2013-11-21 21:14:35 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-09 11:04:11 +0000
commit575612402a3d7f1583b6570a5de7894677abc9c6 (patch)
tree14f766579d4c72977042cc46e8b99a0f0366ef01 /meta/recipes-devtools
parentc3cccbea7abd4af3d603b2be42b0c7291ff21946 (diff)
downloadpoky-575612402a3d7f1583b6570a5de7894677abc9c6.tar.gz
kconfig-frontends: add python to kconfig-frontends's RDEPENDS
| Note: adding Smart RPM DB channel | | Note: to be installed: kconfig-frontends@x86_64 run-postinsts@x86_64 kernel-modules@qemux86_64 packagegroup-core-boot@qemux86_64 | Loading cache... | Updating cache... ######################################## [100%] | | Computing transaction...error: Can't install kconfig-frontends-3.10.0.0-r0.0@x86_64: no package provides /usr/bin/python | | Saving cache... | | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_rootfs (log file is located at tmp/work/qemux86_64-wrs-linux/wrlinux-image-glibc-small/1.0-r1/temp/do_rootfs/log.do_rootfs.30959) (From OE-Core master rev: f15af9a8d603b2eb3a8433367ddadecd714128d3) (From OE-Core rev: 0415e098d35f163fcfc87c9ca6338ace60b1cc93) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.10.0.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.10.0.0.bb b/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.10.0.0.bb
index 901f115809..dce676e278 100644
--- a/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.10.0.0.bb
+++ b/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.10.0.0.bb
@@ -11,6 +11,7 @@ LICENSE = "GPL-2.0"
11LIC_FILES_CHKSUM = "file://COPYING;md5=9b8cf60ff39767ff04b671fca8302408" 11LIC_FILES_CHKSUM = "file://COPYING;md5=9b8cf60ff39767ff04b671fca8302408"
12SECTION = "devel" 12SECTION = "devel"
13DEPENDS += "ncurses flex bison gperf pkgconfig-native" 13DEPENDS += "ncurses flex bison gperf pkgconfig-native"
14RDEPENDS_${PN} += "python"
14SRC_URI = "http://ymorin.is-a-geek.org/download/${BPN}/${BP}.tar.xz" 15SRC_URI = "http://ymorin.is-a-geek.org/download/${BPN}/${BP}.tar.xz"
15 16
16SRC_URI[md5sum] = "1ebf13983eb5b2ce960d131cae290cad" 17SRC_URI[md5sum] = "1ebf13983eb5b2ce960d131cae290cad"