diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-01-28 01:13:55 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-28 16:49:15 +0000 |
commit | cf3106d4de1c0927e95a4fa645aad30c94f97b08 (patch) | |
tree | f873bcac009c7028e557101bd8a9333192c175b8 /meta/recipes-graphics | |
parent | 9d9edb4d2d579b75fd4ab01974dcedeb54a07b16 (diff) | |
download | poky-cf3106d4de1c0927e95a4fa645aad30c94f97b08.tar.gz |
xf86driproto: upgrade from 2.1.0 to 2.1.1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-proto/xf86driproto_2.1.0.bb | 11 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-proto/xf86driproto_2.1.1.bb | 11 |
2 files changed, 11 insertions, 11 deletions
diff --git a/meta/recipes-graphics/xorg-proto/xf86driproto_2.1.0.bb b/meta/recipes-graphics/xorg-proto/xf86driproto_2.1.0.bb deleted file mode 100644 index 9f76ddd830..0000000000 --- a/meta/recipes-graphics/xorg-proto/xf86driproto_2.1.0.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | require xorg-proto-common.inc | ||
2 | |||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4641deddaa80fe7ca88e944e1fd94a94 \ | ||
5 | file://xf86driproto.h;endline=35;md5=42be3d8e6d429ab79172572bb0cff544" | ||
6 | |||
7 | PR = "r1" | ||
8 | PE = "1" | ||
9 | |||
10 | SRC_URI[md5sum] = "309d552732666c3333d7dc63e80d042f" | ||
11 | SRC_URI[sha256sum] = "d23f12deffd03e582e897ed6a7df3ea7f66ee8577f0f61374dcdf2ebffdce1be" | ||
diff --git a/meta/recipes-graphics/xorg-proto/xf86driproto_2.1.1.bb b/meta/recipes-graphics/xorg-proto/xf86driproto_2.1.1.bb new file mode 100644 index 0000000000..dc4e758400 --- /dev/null +++ b/meta/recipes-graphics/xorg-proto/xf86driproto_2.1.1.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require xorg-proto-common.inc | ||
2 | |||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=ef103b9d951e39ff7e23d386e2011fa3 \ | ||
5 | file://xf86driproto.h;endline=35;md5=42be3d8e6d429ab79172572bb0cff544" | ||
6 | |||
7 | PR = "r0" | ||
8 | PE = "1" | ||
9 | |||
10 | SRC_URI[md5sum] = "1d716d0dac3b664e5ee20c69d34bc10e" | ||
11 | SRC_URI[sha256sum] = "9c4b8d7221cb6dc4309269ccc008a22753698ae9245a398a59df35f1404d661f" | ||