diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-01-05 20:12:45 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-06 10:06:26 +0000 |
commit | 3512680535d3d5ebd2517c68f3c366f4bde17221 (patch) | |
tree | e9ae07baac34712702aec373f1ce50650f341818 | |
parent | c7ca70ee300098d5d7bc55dbe25d68c9c2b7ff70 (diff) | |
download | poky-3512680535d3d5ebd2517c68f3c366f4bde17221.tar.gz |
compositeproto: upgrade from 0.4 to 0.4.2
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
-rw-r--r-- | meta/recipes-graphics/xorg-proto/compositeproto_0.4.2.bb | 14 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-proto/compositeproto_0.4.bb | 11 |
2 files changed, 14 insertions, 11 deletions
diff --git a/meta/recipes-graphics/xorg-proto/compositeproto_0.4.2.bb b/meta/recipes-graphics/xorg-proto/compositeproto_0.4.2.bb new file mode 100644 index 0000000000..e78e173ed2 --- /dev/null +++ b/meta/recipes-graphics/xorg-proto/compositeproto_0.4.2.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | require xorg-proto-common.inc | ||
2 | |||
3 | LICENSE = "MIT & MIT-style" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2c4bfe136f4a4418ea2f2a96b7c8f3c5 \ | ||
5 | file://composite.h;endline=43;md5=cbd44d4079053aa75930ed2f02b92926" | ||
6 | |||
7 | CONFLICTS = "compositeext" | ||
8 | |||
9 | PR = "r0" | ||
10 | PE = "1" | ||
11 | |||
12 | SRC_URI[md5sum] = "98482f65ba1e74a08bf5b056a4031ef0" | ||
13 | SRC_URI[sha256sum] = "049359f0be0b2b984a8149c966dd04e8c58e6eade2a4a309cf1126635ccd0cfc" | ||
14 | |||
diff --git a/meta/recipes-graphics/xorg-proto/compositeproto_0.4.bb b/meta/recipes-graphics/xorg-proto/compositeproto_0.4.bb deleted file mode 100644 index 37bbe31ef1..0000000000 --- a/meta/recipes-graphics/xorg-proto/compositeproto_0.4.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | require xorg-proto-common.inc | ||
2 | |||
3 | LICENSE = "MIT-style" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=f8cdfa47489609f305b91521f3a8803f \ | ||
5 | file://composite.h;endline=43;md5=11420a347713de702a1fe60949085464" | ||
6 | |||
7 | CONFLICTS = "compositeext" | ||
8 | PE = "1" | ||
9 | |||
10 | SRC_URI[md5sum] = "6281344d656d4e0c8e9db4918efe3d1d" | ||
11 | SRC_URI[sha256sum] = "6013d1ca63b2b7540f6f99977090812b899852acfbd9df123b5ebaa911e30003" | ||