diff options
Diffstat (limited to 'meta/recipes-devtools/kconfig-frontends')
-rw-r--r-- | meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.8.0.bb (renamed from meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.6.bb) | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.6.bb b/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.8.0.bb index 3748c8e369..b9960f9e99 100644 --- a/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.6.bb +++ b/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.8.0.bb | |||
@@ -12,14 +12,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9b8cf60ff39767ff04b671fca8302408" | |||
12 | SECTION = "devel" | 12 | SECTION = "devel" |
13 | DEPENDS += "ncurses flex bison gperf pkgconfig-native" | 13 | DEPENDS += "ncurses flex bison gperf pkgconfig-native" |
14 | PR = "r0" | 14 | PR = "r0" |
15 | PV = "3.6.0" | 15 | SPIN = ".0" |
16 | SPIN = "0" | 16 | SRC_URI = "http://ymorin.is-a-geek.org/download/${BPN}/${BPN}-${PV}${SPIN}.tar.xz" |
17 | SRC_URI = "http://ymorin.is-a-geek.org/download/${BPN}/${BPN}-${PV}-${SPIN}.tar.xz" | ||
18 | 17 | ||
19 | SRC_URI[md5sum] = "91ca87abb3c99c3fd40a7babb05ec507" | 18 | SRC_URI[md5sum] = "73598aea99d01d9c422b335e9b963271" |
20 | SRC_URI[sha256sum] = "3084989a9b146688f318b5524dfb7ab3ba47c9cef355d1aebaa520befdb48da0" | 19 | SRC_URI[sha256sum] = "b3ff325338aa291c9129dbf33c69ff321e30105aa06ff957be6f958acdc72b42" |
21 | 20 | ||
22 | S = "${WORKDIR}/${BPN}-${PV}-${SPIN}" | 21 | S = "${WORKDIR}/${BPN}-${PV}${SPIN}" |
23 | 22 | ||
24 | inherit autotools | 23 | inherit autotools |
25 | do_configure_prepend () { | 24 | do_configure_prepend () { |