summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.10.0.0.bb2
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"
10LICENSE = "GPL-2.0" 10LICENSE = "GPL-2.0"
11LIC_FILES_CHKSUM = "file://COPYING;md5=9b8cf60ff39767ff04b671fca8302408" 11LIC_FILES_CHKSUM = "file://COPYING;md5=9b8cf60ff39767ff04b671fca8302408"
12SECTION = "devel" 12SECTION = "devel"
13DEPENDS += "ncurses flex bison gperf pkgconfig-native" 13DEPENDS += "ncurses flex bison gperf-native pkgconfig-native"
14RDEPENDS_${PN} += "python" 14RDEPENDS_${PN} += "python"
15SRC_URI = "http://ymorin.is-a-geek.org/download/${BPN}/${BP}.tar.xz" 15SRC_URI = "http://ymorin.is-a-geek.org/download/${BPN}/${BP}.tar.xz"
16 16