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

git at git.openembedded.org git at git.openembedded.org
Sun Feb 9 11:01:53 UTC 2014


Module: openembedded-core.git
Branch: dora
Commit: 547c3ba542041d5fa7af170fb09ef76d44f19e9d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=547c3ba542041d5fa7af170fb09ef76d44f19e9d

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.

(From OE-Core master rev: 3285fdfe7dc13b068e7f3cd727e5c789cd22b26b)

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang at windriver.com>

---

 meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.10.0.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.10.0.0.bb b/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.10.0.0.bb
index dce676e..cf629b5 100644
--- a/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.10.0.0.bb
+++ b/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.10.0.0.bb
@@ -10,7 +10,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