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 08:40:57 +0100 |
commit | 117a6145c2aa8263f6eff6101e4a5006b9865564 (patch) | |
tree | eeae6b4af4046a495dced8e40c2f5f8f3165f3a7 | |
parent | 41b3e68c324cb082e1b692bf63ac2244223e8e26 (diff) | |
download | openembedded-core-117a6145c2aa8263f6eff6101e4a5006b9865564.tar.gz openembedded-core-117a6145c2aa8263f6eff6101e4a5006b9865564.tar.bz2 openembedded-core-117a6145c2aa8263f6eff6101e4a5006b9865564.zip |
kconfig-frontends: Update to 3.9.0
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-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" LIC_FILES_CHKSUM = "file://COPYING;md5=9b8cf60ff39767ff04b671fca8302408" SECTION = "devel" DEPENDS += "ncurses flex bison gperf pkgconfig-native" -PR = "r0" SPIN = ".0" SRC_URI = "http://ymorin.is-a-geek.org/download/${BPN}/${BPN}-${PV}${SPIN}.tar.xz" -SRC_URI[md5sum] = "73598aea99d01d9c422b335e9b963271" -SRC_URI[sha256sum] = "b3ff325338aa291c9129dbf33c69ff321e30105aa06ff957be6f958acdc72b42" +SRC_URI[md5sum] = "344646587de1bdf965640fff220281bd" +SRC_URI[sha256sum] = "5d524b238d7dfb63fec782b731af681c5408d74304ef4de38137c542350dd6d6" S = "${WORKDIR}/${BPN}-${PV}${SPIN}" |