[oe-commits] Jackie Huang : kconfig-frontends: fix the incorrect depends on gperf

git at git.openembedded.org git at git.openembedded.org
Mon Jan 6 11:29:37 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 3285fdfe7dc13b068e7f3cd727e5c789cd22b26b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=3285fdfe7dc13b068e7f3cd727e5c789cd22b26b

Author: Jackie Huang <jackie.huang at windriver.com>
Date:   Fri Jan  3 17:38:36 2014 +0800

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 at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-devtools/kconfig-frontends/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"
 



More information about the Openembedded-commits mailing list