diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-01-05 20:13:29 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-06 10:06:27 +0000 |
commit | ca4f1099a34052b74379559485e5d34567ac135f (patch) | |
tree | 1c4c8e8271f7a00488ce4020593643d12aa08244 /meta | |
parent | 3512680535d3d5ebd2517c68f3c366f4bde17221 (diff) | |
download | poky-ca4f1099a34052b74379559485e5d34567ac135f.tar.gz |
resourceproto: upgrade from 1.1.0 to 1.1.1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/xorg-proto/resourceproto_1.1.1.bb (renamed from meta/recipes-graphics/xorg-proto/resourceproto_1.1.0.bb) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-proto/resourceproto_1.1.0.bb b/meta/recipes-graphics/xorg-proto/resourceproto_1.1.1.bb index 23afed7821..8cc0607e16 100644 --- a/meta/recipes-graphics/xorg-proto/resourceproto_1.1.0.bb +++ b/meta/recipes-graphics/xorg-proto/resourceproto_1.1.1.bb | |||
@@ -4,8 +4,10 @@ LICENSE = "MIT" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=e01e66e4b317088cf869bc98e6af4fb6" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=e01e66e4b317088cf869bc98e6af4fb6" |
5 | 5 | ||
6 | CONFLICTS = "resourceext" | 6 | CONFLICTS = "resourceext" |
7 | PR = "r1" | 7 | |
8 | PR = "r0" | ||
8 | PE = "1" | 9 | PE = "1" |
9 | 10 | ||
10 | SRC_URI[md5sum] = "84795594b3ebd2ee2570cf93340d152c" | 11 | SRC_URI[md5sum] = "8ff0525ae7502b48597b78d00bc22284" |
11 | SRC_URI[sha256sum] = "408d9ab067e4141d1bb844d2d0d7d26ad177567384190c32a913131cf549b36b" | 12 | SRC_URI[sha256sum] = "8579818e99aa881c00c04eb5f96fcbeec463816ca8e3cda9d3d25562f7a4b8c6" |
13 | |||