diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2014-01-03 17:38:36 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-06 11:14:00 +0000 |
commit | 5b711eb91ec63f4b977778ca74a7a6a1163536f9 (patch) | |
tree | e5d8a36c13f439742f8abea06bd083906e5752e1 /meta | |
parent | 9a60c5e1131ace37894f9a94e5aab6d8b885bbd0 (diff) | |
download | poky-5b711eb91ec63f4b977778ca74a7a6a1163536f9.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.
(From OE-Core rev: 3285fdfe7dc13b068e7f3cd727e5c789cd22b26b)
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb | 2 |
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" | |||
11 | LICENSE = "GPL-2.0" | 11 | LICENSE = "GPL-2.0" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=9b8cf60ff39767ff04b671fca8302408" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=9b8cf60ff39767ff04b671fca8302408" |
13 | SECTION = "devel" | 13 | SECTION = "devel" |
14 | DEPENDS += "ncurses flex bison gperf pkgconfig-native" | 14 | DEPENDS += "ncurses flex bison gperf-native pkgconfig-native" |
15 | RDEPENDS_${PN} += "python" | 15 | RDEPENDS_${PN} += "python" |
16 | SRC_URI = "http://ymorin.is-a-geek.org/download/${BPN}/${BP}.tar.xz" | 16 | SRC_URI = "http://ymorin.is-a-geek.org/download/${BPN}/${BP}.tar.xz" |
17 | 17 | ||