diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2012-05-22 14:49:05 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-24 08:50:52 +0100 |
commit | b34855ef05fc5373f55ea75efa617316016f9d83 (patch) | |
tree | 553520db62789b6cfb1d5c335888ef16478d4c7b /meta/recipes-graphics/xorg-proto | |
parent | b7cd93644aaa50aac39ab23c0a2ca19415ba3989 (diff) | |
download | openembedded-core-b34855ef05fc5373f55ea75efa617316016f9d83.tar.gz openembedded-core-b34855ef05fc5373f55ea75efa617316016f9d83.tar.bz2 openembedded-core-b34855ef05fc5373f55ea75efa617316016f9d83.zip |
kbproto: upgrade to 1.0.6
Also, shifted up one line the start and end lines for licence checksum
computation.
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-proto')
-rw-r--r-- | meta/recipes-graphics/xorg-proto/kbproto_1.0.6.bb (renamed from meta/recipes-graphics/xorg-proto/kbproto_1.0.5.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-proto/kbproto_1.0.5.bb b/meta/recipes-graphics/xorg-proto/kbproto_1.0.6.bb index f1f7cbbde2..91779033fe 100644 --- a/meta/recipes-graphics/xorg-proto/kbproto_1.0.5.bb +++ b/meta/recipes-graphics/xorg-proto/kbproto_1.0.6.bb @@ -8,12 +8,12 @@ to keyboard handling and layout." LICENSE = "MIT-style" LIC_FILES_CHKSUM = "file://COPYING;md5=7dd6ea99e2a83a552c02c80963623c38 \ - file://XKBproto.h;beginline=2;endline=26;md5=5744eeff407aeb6e7a1346eebab486a2" + file://XKBproto.h;beginline=1;endline=25;md5=5744eeff407aeb6e7a1346eebab486a2" PR = "r0" PE = "1" BBCLASSEXTEND = "native nativesdk" -SRC_URI[md5sum] = "e7edb59a3f54af15f749e8f3e314ee62" -SRC_URI[sha256sum] = "0eba4f525e1700798cc0585fe29556e4369fba6517c670866273ad104cf5f49d" +SRC_URI[md5sum] = "677ea8523eec6caca86121ad2dca0b71" +SRC_URI[sha256sum] = "037cac0aeb80c4fccf44bf736d791fccb2ff7fd34c558ef8f03ac60b61085479" |