diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-01-05 20:10:52 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-06 10:06:26 +0000 |
commit | b08bfdace59a3f1e06cf6adcb882dff2c62bc9ec (patch) | |
tree | 0e0585d62bde9b03621b6dda53427769322ce0e5 | |
parent | cd9ae9927b548f94e47b25adeee7cc786f7a5ad9 (diff) | |
download | poky-b08bfdace59a3f1e06cf6adcb882dff2c62bc9ec.tar.gz |
inputproto: upgrade from 2.0 to 2.0.1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
-rw-r--r-- | meta/recipes-graphics/xorg-proto/inputproto_2.0.1.bb | 16 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-proto/inputproto_2.0.bb | 15 |
2 files changed, 16 insertions, 15 deletions
diff --git a/meta/recipes-graphics/xorg-proto/inputproto_2.0.1.bb b/meta/recipes-graphics/xorg-proto/inputproto_2.0.1.bb new file mode 100644 index 0000000000..29f5526407 --- /dev/null +++ b/meta/recipes-graphics/xorg-proto/inputproto_2.0.1.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | require xorg-proto-common.inc | ||
2 | |||
3 | LICENSE = "MIT & MIT-style" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=e562cc0f6587b961f032211d8160f31e \ | ||
5 | file://XI2proto.h;endline=48;md5=1ac1581e61188da2885cc14ff49b20be" | ||
6 | |||
7 | PR = "r0" | ||
8 | PE = "1" | ||
9 | |||
10 | inherit gettext | ||
11 | |||
12 | BBCLASSEXTEND = "native nativesdk" | ||
13 | |||
14 | SRC_URI[md5sum] = "da9bf9e5d174163f597d2d72757d9038" | ||
15 | SRC_URI[sha256sum] = "63663dd88df812738e0efdc52a18868c0756128f09748cbe89c8ec6d17124a44" | ||
16 | |||
diff --git a/meta/recipes-graphics/xorg-proto/inputproto_2.0.bb b/meta/recipes-graphics/xorg-proto/inputproto_2.0.bb deleted file mode 100644 index 1b63be58a7..0000000000 --- a/meta/recipes-graphics/xorg-proto/inputproto_2.0.bb +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | require xorg-proto-common.inc | ||
2 | |||
3 | LICENSE = "MIT & MIT-style" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b9f79c119df756aeffcb89ec96716a9e \ | ||
5 | file://XI2proto.h;endline=48;md5=1ac1581e61188da2885cc14ff49b20be" | ||
6 | |||
7 | PR = "r2" | ||
8 | PE = "1" | ||
9 | |||
10 | inherit gettext | ||
11 | |||
12 | BBCLASSEXTEND = "native nativesdk" | ||
13 | |||
14 | SRC_URI[md5sum] = "0f7acbc14a082f9ae03744396527d23d" | ||
15 | SRC_URI[sha256sum] = "472f57f7928ab20a1303a25982c4091db9674c2729bbd692c9a7204e23ea1af4" | ||