]> code.ossystems Code Review - openembedded-core.git/commitdiff
kconfig-frontends: fix the incorrect depends on gperf
authorJackie Huang <jackie.huang@windriver.com>
Fri, 3 Jan 2014 09:38:36 +0000 (17:38 +0800)
committerRobert Yang <liezhi.yang@windriver.com>
Sun, 26 Jan 2014 06:08:26 +0000 (14:08 +0800)
The gperf-native is actually needed to generate hash functions,
change to depend on the native one.

(From OE-Core master rev: 3285fdfe7dc13b068e7f3cd727e5c789cd22b26b)

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>
meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.10.0.0.bb

index dce676e278f87c50006c3d69c3b38541633ab581..cf629b54d8dfc01dc16ed20558a7bb4d8278de76 100644 (file)
@@ -10,7 +10,7 @@ HOMEPAGE = "http://ymorin.is-a-geek.org/projects/kconfig-frontends"
 LICENSE = "GPL-2.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=9b8cf60ff39767ff04b671fca8302408"
 SECTION = "devel"
-DEPENDS += "ncurses flex bison gperf pkgconfig-native"
+DEPENDS += "ncurses flex bison gperf-native pkgconfig-native"
 RDEPENDS_${PN} += "python"
 SRC_URI = "http://ymorin.is-a-geek.org/download/${BPN}/${BP}.tar.xz"