summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.5.bb8
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.5.bb b/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.5.bb
index 277de03200..96899b842b 100644
--- a/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.5.bb
+++ b/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.5.bb
@@ -11,7 +11,7 @@ LICENSE = "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" 13DEPENDS += "ncurses flex bison gperf"
14PR = "r0" 14PR = "r1"
15PV = "3.5.0" 15PV = "3.5.0"
16SPIN = "0" 16SPIN = "0"
17SRC_URI = "http://ymorin.is-a-geek.org/download/${BPN}/${BPN}-${PV}-${SPIN}.tar.xz" 17SRC_URI = "http://ymorin.is-a-geek.org/download/${BPN}/${BPN}-${PV}-${SPIN}.tar.xz"
@@ -24,6 +24,12 @@ inherit autotools
24do_configure_prepend () { 24do_configure_prepend () {
25 mkdir -p scripts/.autostuff/m4 25 mkdir -p scripts/.autostuff/m4
26} 26}
27
28do_install_append() {
29 ln -s kconfig-conf ${D}${bindir}/conf
30 ln -s kconfig-mconf ${D}${bindir}/mconf
31}
32
27EXTRA_OECONF += "--disable-gconf --disable-qconf" 33EXTRA_OECONF += "--disable-gconf --disable-qconf"
28 34
29# Some packages have the version preceeding the .so instead properly 35# Some packages have the version preceeding the .so instead properly