summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2014-01-03 17:38:36 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-09 11:04:16 +0000
commit0903aab236fce1265183be11f78ad14dbcf3ef5b (patch)
treecd5c350b108fdb88cc495411d10111dee0847e8f /meta
parentf59b445bdece79005680db58274f1e9e2a281c7c (diff)
downloadpoky-0903aab236fce1265183be11f78ad14dbcf3ef5b.tar.gz
kconfig-frontends: fix the incorrect depends on gperf
The gperf-native is actually needed to generate hash functions, change to depend on the native one. (From OE-Core master rev: 3285fdfe7dc13b068e7f3cd727e5c789cd22b26b) (From OE-Core rev: 547c3ba542041d5fa7af170fb09ef76d44f19e9d) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.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')
-rw-r--r--meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.10.0.0.bb2
1 files changed, 1 insertions, 1 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 dce676e278..cf629b54d8 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
@@ -10,7 +10,7 @@ HOMEPAGE = "http://ymorin.is-a-geek.org/projects/kconfig-frontends"
10LICENSE = "GPL-2.0" 10LICENSE = "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-native pkgconfig-native"
14RDEPENDS_${PN} += "python" 14RDEPENDS_${PN} += "python"
15SRC_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"
16 16