From: Saul Wold Date: Tue, 15 Jul 2014 20:16:28 +0000 (-0700) Subject: kbd: Upgrade to 2.0.2 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~33146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12b3b7191c14a0151977a9e9b66ba446228074bf;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git kbd: Upgrade to 2.0.2 Tarball compression type changed to zx Signed-off-by: Saul Wold --- diff --git a/meta/recipes-core/kbd/kbd_2.0.1.bb b/meta/recipes-core/kbd/kbd_2.0.2.bb similarity index 82% rename from meta/recipes-core/kbd/kbd_2.0.1.bb rename to meta/recipes-core/kbd/kbd_2.0.2.bb index 9c6eabbfb6d..0aa976a46be 100644 --- a/meta/recipes-core/kbd/kbd_2.0.1.bb +++ b/meta/recipes-core/kbd/kbd_2.0.2.bb @@ -10,12 +10,12 @@ RREPLACES_${PN} = "console-tools" RPROVIDES_${PN} = "console-tools" RCONFLICTS_${PN} = "console-tools" -SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/${BP}.tar.bz2 \ +SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/${BP}.tar.xz \ file://uclibc-stdarg.patch \ " -SRC_URI[md5sum] = "f80b93a6abddb6cc2a3652daaf7562ba" -SRC_URI[sha256sum] = "223d60bb6882323cca161aeb5965590768b2f590fd7cddbf27511ad0ba7a429e" +SRC_URI[md5sum] = "87475eb78b1d6e6ab06686dd323ad4ba" +SRC_URI[sha256sum] = "9dfddabf96012e329c4bebb96a21aeef7c3872f624e96e8156ba542b82aeb912" PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}" PACKAGECONFIG[pam] = "--enable-vlock, --disable-vlock, libpam,"