]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Jan 2014 11:12:31 +0000 (11:12 +0000)
The gperf-native is actually needed to generate hash functions,
change to depend on the native one.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb

index fa1da4e0b2cf2ec8f3c37648d15935b71e6bd0dd..2f57527e43ab15a4f040fb6b90cd43006e605ed2 100644 (file)
@@ -11,7 +11,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"