diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-11-13 21:32:47 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-18 16:42:06 +0000 |
commit | bc80f0e5074780421963714c7980974ed35423d8 (patch) | |
tree | f202201a0adb0e7d19908f6ddb4589416b743742 /meta/recipes-devtools | |
parent | 113852387e0785677926b4b253862e9fea732170 (diff) | |
download | poky-bc80f0e5074780421963714c7980974ed35423d8.tar.gz |
kconfig-frontends: Update to 3.6
(From OE-Core rev: 3fb19c1044b46ee7b0d898af4fc6f46bbd957b2f)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.6.bb (renamed from meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.5.bb) | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.5.bb b/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.6.bb index 96899b842b..d1fdc0e297 100644 --- a/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.5.bb +++ b/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.6.bb | |||
@@ -11,12 +11,13 @@ LICENSE = "GPL-2.0" | |||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=9b8cf60ff39767ff04b671fca8302408" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=9b8cf60ff39767ff04b671fca8302408" |
12 | SECTION = "devel" | 12 | SECTION = "devel" |
13 | DEPENDS += "ncurses flex bison gperf" | 13 | DEPENDS += "ncurses flex bison gperf" |
14 | PR = "r1" | 14 | PR = "r0" |
15 | PV = "3.5.0" | 15 | PV = "3.6.0" |
16 | SPIN = "0" | 16 | SPIN = "0" |
17 | 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 | SRC_URI[md5sum] = "0e476b35f321234e0c2bea953461b46f" | 18 | |
19 | SRC_URI[sha256sum] = "567a556db5dc5f5c63e9d9fc9a45918ce870e3423407715a495e11b67e70b2f2" | 19 | SRC_URI[md5sum] = "91ca87abb3c99c3fd40a7babb05ec507" |
20 | SRC_URI[sha256sum] = "3084989a9b146688f318b5524dfb7ab3ba47c9cef355d1aebaa520befdb48da0" | ||
20 | 21 | ||
21 | S = "${WORKDIR}/${BPN}-${PV}-${SPIN}" | 22 | S = "${WORKDIR}/${BPN}-${PV}-${SPIN}" |
22 | 23 | ||