diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-02-25 10:41:00 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-28 23:15:51 +0000 |
commit | 4d1792d5dfbe3c89ddf461c9ac2be3417fe0a542 (patch) | |
tree | f36ff7d9690a7745f53719308d68fc4931b52506 | |
parent | cdbe76a41c13206d9dc15aa61435f71f432a86b4 (diff) | |
download | poky-4d1792d5dfbe3c89ddf461c9ac2be3417fe0a542.tar.gz |
kconfig-frontends: Update to 3.8
Upstream changed numbering to remove '-', so
extend PV to patch.
(From OE-Core rev: a5de18a79033960a5dff441694fae5fdb5e56d7f)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 () { |