From: Jackie Huang Date: Fri, 3 Jan 2014 09:38:36 +0000 (+0800) Subject: kconfig-frontends: fix the incorrect depends on gperf X-Git-Tag: 2015-4~4109 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3285fdfe7dc13b068e7f3cd727e5c789cd22b26b;p=openembedded-core.git 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. Signed-off-by: Jackie Huang Signed-off-by: Saul Wold --- 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 fa1da4e0b2..2f57527e43 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"