diff options
-rw-r--r-- | meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.10.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 dce676e278..cf629b54d8 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" |