diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-01-05 20:09:04 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-06 10:06:26 +0000 |
commit | cd9ae9927b548f94e47b25adeee7cc786f7a5ad9 (patch) | |
tree | c165a2c8921cdfb36b5b1258c1b5b3c69d7b1a2b /meta/recipes-graphics | |
parent | 6f7ee849dbc2f1a5c28d4005f90ebdca862bbd69 (diff) | |
download | poky-cd9ae9927b548f94e47b25adeee7cc786f7a5ad9.tar.gz |
renderproto: upgrade from 0.11 to the latest version 0.11.1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-proto/renderproto_0.11.1.bb (renamed from meta/recipes-graphics/xorg-proto/renderproto_0.11.bb) | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-graphics/xorg-proto/renderproto_0.11.bb b/meta/recipes-graphics/xorg-proto/renderproto_0.11.1.bb index 50854f9d6f..7fabfd9151 100644 --- a/meta/recipes-graphics/xorg-proto/renderproto_0.11.bb +++ b/meta/recipes-graphics/xorg-proto/renderproto_0.11.1.bb | |||
@@ -1,14 +1,15 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT-style" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=f826d99765196352e6122a406cf0d024 \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=f826d99765196352e6122a406cf0d024 \ |
5 | file://renderproto.h;beginline=4;endline=24;md5=3e5e2851dad240b0a3a27c4776b4fd1f" | 5 | file://renderproto.h;beginline=4;endline=24;md5=3e5e2851dad240b0a3a27c4776b4fd1f" |
6 | 6 | ||
7 | CONFLICTS = "renderext" | 7 | CONFLICTS = "renderext" |
8 | PR = "r1" | 8 | PR = "r0" |
9 | PE = "1" | 9 | PE = "1" |
10 | 10 | ||
11 | BBCLASSEXTEND = "nativesdk" | 11 | BBCLASSEXTEND = "nativesdk" |
12 | 12 | ||
13 | SRC_URI[md5sum] = "b160a9733fe91b666e74fca284333148" | 13 | SRC_URI[md5sum] = "a914ccc1de66ddeb4b611c6b0686e274" |
14 | SRC_URI[sha256sum] = "c4d1d6d9b0b6ed9a328a94890c171d534f62708f0982d071ccd443322bedffc2" | 14 | SRC_URI[sha256sum] = "06735a5b92b20759204e4751ecd6064a2ad8a6246bb65b3078b862a00def2537" |
15 | |||