summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/kconfig-frontends
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-01-06 11:12:31 +0000
commit3285fdfe7dc13b068e7f3cd727e5c789cd22b26b (patch)
tree5d71969ca938f53fe106e56705859686b15063b3 /meta/recipes-devtools/kconfig-frontends
parent92bb949465feb39b2460ea0ddb45f259ca8baecc (diff)
downloadopenembedded-core-contrib-3285fdfe7dc13b068e7f3cd727e5c789cd22b26b.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. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/kconfig-frontends')
-rw-r--r--meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb2
1 files changed, 1 insertions, 1 deletions
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"