diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2013-11-21 21:14:35 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-24 12:25:34 +0000 |
commit | 9814cbfc76dccc7631d88d7c0e4d3779379878c3 (patch) | |
tree | 44a229a7961fa3de225cfb2cda8ff74679a60c79 /meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb | |
parent | 2b790884c6c5e5b55151824d08393bc7282a58e7 (diff) | |
download | poky-9814cbfc76dccc7631d88d7c0e4d3779379878c3.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 rev: f15af9a8d603b2eb3a8433367ddadecd714128d3)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb')
-rw-r--r-- | meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb b/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb index 1cebd64049..f225af04a1 100644 --- a/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb +++ b/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb | |||
@@ -11,6 +11,7 @@ LICENSE = "GPL-2.0" | |||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=9b8cf60ff39767ff04b671fca8302408" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=9b8cf60ff39767ff04b671fca8302408" |
12 | SECTION = "devel" | 12 | SECTION = "devel" |
13 | DEPENDS += "ncurses flex bison gperf pkgconfig-native" | 13 | DEPENDS += "ncurses flex bison gperf pkgconfig-native" |
14 | RDEPENDS_${PN} += "python" | ||
14 | SRC_URI = "http://ymorin.is-a-geek.org/download/${BPN}/${BP}.tar.xz" | 15 | SRC_URI = "http://ymorin.is-a-geek.org/download/${BPN}/${BP}.tar.xz" |
15 | 16 | ||
16 | SRC_URI[md5sum] = "b939280dcc83f8feabd87a1d5f9b00c2" | 17 | SRC_URI[md5sum] = "b939280dcc83f8feabd87a1d5f9b00c2" |