diff options
-rw-r--r-- | meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb | 9 |
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" | |||
13 | SECTION = "devel" | 13 | SECTION = "devel" |
14 | DEPENDS += "ncurses flex bison gperf-native" | 14 | DEPENDS += "ncurses flex bison gperf-native" |
15 | RDEPENDS_${PN} += "python bash" | 15 | RDEPENDS_${PN} += "python bash" |
16 | SRC_URI = "http://ymorin.is-a-geek.org/download/${BPN}/${BP}.tar.xz" | 16 | SRC_URI = "git://ymorin.is-a-geek.org/kconfig-frontends" |
17 | 17 | ||
18 | SRC_URI[md5sum] = "b939280dcc83f8feabd87a1d5f9b00c2" | 18 | SRCREV = "75d35b172fc0f7b6620dd659af41f2ce04edc4e6" |
19 | SRC_URI[sha256sum] = "ea2615a62c74bea6ce3b38402f00c7513858f307f6ba7aa9fdbf0bbc12bcf407" | 19 | |
20 | S = "${WORKDIR}/git" | ||
20 | 21 | ||
21 | inherit autotools pkgconfig | 22 | inherit autotools pkgconfig |
22 | do_configure_prepend () { | 23 | do_configure_prepend () { |
23 | mkdir -p scripts/.autostuff/m4 | 24 | mkdir -p ${S}/scripts/.autostuff/m4 |
24 | } | 25 | } |
25 | 26 | ||
26 | do_install_append() { | 27 | do_install_append() { |