diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-06-13 20:50:47 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-14 15:22:53 +0100 |
commit | 8d26b850300d1b007801b224afa11cada0b5ac8c (patch) | |
tree | d04884ff02ef96f4d7e9e2e443b72a7c714fc867 /meta | |
parent | 72a9c4b62250b0a7e1e76aa0171f86077e74a8e6 (diff) | |
download | poky-8d26b850300d1b007801b224afa11cada0b5ac8c.tar.gz |
resourceproto: upgrade from 1.1.1 to the latest version 1.2.0
Update LIC_FILES_CHKSUM due to the only change:
+ Copyright (c) 2002 XFree86 Inc
(From OE-Core rev: 4110a9161487b43a3207ee4c89af38d7c9d27f5d)
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/xorg-proto/resourceproto_1.2.0.bb (renamed from meta/recipes-graphics/xorg-proto/resourceproto_1.1.1.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-proto/resourceproto_1.1.1.bb b/meta/recipes-graphics/xorg-proto/resourceproto_1.2.0.bb index fa13970cf3..92c37c6f62 100644 --- a/meta/recipes-graphics/xorg-proto/resourceproto_1.1.1.bb +++ b/meta/recipes-graphics/xorg-proto/resourceproto_1.2.0.bb | |||
@@ -7,13 +7,13 @@ Resource extension. XRes provides an interface that allows X clients to \ | |||
7 | see and monitor X resource usage of various clients." | 7 | see and monitor X resource usage of various clients." |
8 | 8 | ||
9 | LICENSE = "MIT" | 9 | LICENSE = "MIT" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=e01e66e4b317088cf869bc98e6af4fb6" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=604859305e662503077240fee8c77d97" |
11 | 11 | ||
12 | CONFLICTS = "resourceext" | 12 | CONFLICTS = "resourceext" |
13 | 13 | ||
14 | PR = "r0" | 14 | PR = "r0" |
15 | PE = "1" | 15 | PE = "1" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "8ff0525ae7502b48597b78d00bc22284" | 17 | SRC_URI[md5sum] = "cfdb57dae221b71b2703f8e2980eaaf4" |
18 | SRC_URI[sha256sum] = "8579818e99aa881c00c04eb5f96fcbeec463816ca8e3cda9d3d25562f7a4b8c6" | 18 | SRC_URI[sha256sum] = "3c66003a6bdeb0f70932a9ed3cf57cc554234154378d301e0c5cfa189d8f6818" |
19 | 19 | ||