summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb')
-rw-r--r--meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb9
1 files changed, 5 insertions, 4 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 09e10c9e0e..4ca0e4da3a 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
@@ -13,14 +13,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9b8cf60ff39767ff04b671fca8302408"
13SECTION = "devel" 13SECTION = "devel"
14DEPENDS += "ncurses flex bison gperf-native" 14DEPENDS += "ncurses flex bison gperf-native"
15RDEPENDS_${PN} += "python bash" 15RDEPENDS_${PN} += "python bash"
16SRC_URI = "http://ymorin.is-a-geek.org/download/${BPN}/${BP}.tar.xz" 16SRC_URI = "git://ymorin.is-a-geek.org/kconfig-frontends"
17 17
18SRC_URI[md5sum] = "b939280dcc83f8feabd87a1d5f9b00c2" 18SRCREV = "75d35b172fc0f7b6620dd659af41f2ce04edc4e6"
19SRC_URI[sha256sum] = "ea2615a62c74bea6ce3b38402f00c7513858f307f6ba7aa9fdbf0bbc12bcf407" 19
20S = "${WORKDIR}/git"
20 21
21inherit autotools pkgconfig 22inherit autotools pkgconfig
22do_configure_prepend () { 23do_configure_prepend () {
23 mkdir -p scripts/.autostuff/m4 24 mkdir -p ${S}/scripts/.autostuff/m4
24} 25}
25 26
26do_install_append() { 27do_install_append() {