diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2010-11-16 23:11:04 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-11-18 13:30:27 -0800 |
commit | c081c06a3fdd277326a3760b5a0c3964c8cb5bfb (patch) | |
tree | 08caf8764b16c58509cb699a594733289e26fe88 /meta/recipes-graphics | |
parent | 0272e2463a4ef0549187cf948df6c61ce5fb9308 (diff) | |
download | poky-c081c06a3fdd277326a3760b5a0c3964c8cb5bfb.tar.gz |
fixesproto: upgrade from 4.1.1 to the latest version 4.1.2
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-proto/fixesproto_4.1.1.bb | 11 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-proto/fixesproto_4.1.2.bb | 11 |
2 files changed, 11 insertions, 11 deletions
diff --git a/meta/recipes-graphics/xorg-proto/fixesproto_4.1.1.bb b/meta/recipes-graphics/xorg-proto/fixesproto_4.1.1.bb deleted file mode 100644 index cb709f7841..0000000000 --- a/meta/recipes-graphics/xorg-proto/fixesproto_4.1.1.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=ae2c93d7226d1ed33287c3924ca61816 \ | ||
5 | file://xfixesproto.h;endline=41;md5=fa6bf4d92ae4dd0c1cac511105e541d2" | ||
6 | |||
7 | CONFLICTS = "fixesext" | ||
8 | PR = "r1" | ||
9 | PE = "1" | ||
10 | |||
11 | BBCLASSEXTEND = "nativesdk" | ||
diff --git a/meta/recipes-graphics/xorg-proto/fixesproto_4.1.2.bb b/meta/recipes-graphics/xorg-proto/fixesproto_4.1.2.bb new file mode 100644 index 0000000000..daf9c7a564 --- /dev/null +++ b/meta/recipes-graphics/xorg-proto/fixesproto_4.1.2.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require xorg-proto-common.inc | ||
2 | |||
3 | LICENSE = "MIT & MIT-style" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bd0f26ecf86d0f24922125195d5b70a \ | ||
5 | file://xfixesproto.h;endline=43;md5=27614675897bb1cdc611ba7de506cddc" | ||
6 | |||
7 | CONFLICTS = "fixesext" | ||
8 | PR = "r0" | ||
9 | PE = "1" | ||
10 | |||
11 | BBCLASSEXTEND = "nativesdk" | ||