[OE-core] [PATCH] kconfig-frontends: fix the incorrect depends on gperf

jackie.huang at windriver.com jackie.huang at windriver.com
Fri Jan 3 09:38:36 UTC 2014


From: Jackie Huang <jackie.huang at windriver.com>

The gperf-native is actually needed to generate hash functions,
change to depend on the native one.

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
---
 .../kconfig-frontends_3.12.0.0.bb                  |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 fa1da4e..2f57527 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,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"
 
-- 
1.7.9.5




More information about the Openembedded-core mailing list