diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-05-07 15:25:15 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-12 09:37:29 +0100 |
commit | c13fc388819320c274ca93d51efbd2a11d6f9bd7 (patch) | |
tree | c13b6d9b93f2d7421f760a4476506f5719761c1c /meta/recipes-devtools | |
parent | 8a35037d6ea89258f8c1998ebd3802b197ad7239 (diff) | |
download | poky-c13fc388819320c274ca93d51efbd2a11d6f9bd7.tar.gz |
kconfig-frontends: Update to 3.9.0
(From OE-Core rev: 117a6145c2aa8263f6eff6101e4a5006b9865564)
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.9.0.bb (renamed from meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.8.0.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.8.0.bb b/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.9.0.bb index b9960f9e99..53eff30f8b 100644 --- a/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.8.0.bb +++ b/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.9.0.bb | |||
@@ -11,12 +11,11 @@ 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 pkgconfig-native" | 13 | DEPENDS += "ncurses flex bison gperf pkgconfig-native" |
14 | PR = "r0" | ||
15 | SPIN = ".0" | 14 | SPIN = ".0" |
16 | SRC_URI = "http://ymorin.is-a-geek.org/download/${BPN}/${BPN}-${PV}${SPIN}.tar.xz" | 15 | SRC_URI = "http://ymorin.is-a-geek.org/download/${BPN}/${BPN}-${PV}${SPIN}.tar.xz" |
17 | 16 | ||
18 | SRC_URI[md5sum] = "73598aea99d01d9c422b335e9b963271" | 17 | SRC_URI[md5sum] = "344646587de1bdf965640fff220281bd" |
19 | SRC_URI[sha256sum] = "b3ff325338aa291c9129dbf33c69ff321e30105aa06ff957be6f958acdc72b42" | 18 | SRC_URI[sha256sum] = "5d524b238d7dfb63fec782b731af681c5408d74304ef4de38137c542350dd6d6" |
20 | 19 | ||
21 | S = "${WORKDIR}/${BPN}-${PV}${SPIN}" | 20 | S = "${WORKDIR}/${BPN}-${PV}${SPIN}" |
22 | 21 | ||