diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-01-05 20:12:10 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-06 10:06:26 +0000 |
commit | c7ca70ee300098d5d7bc55dbe25d68c9c2b7ff70 (patch) | |
tree | a6344c93171b22f72bf1a8573b8605086b3f695c /meta/recipes-graphics/xorg-proto | |
parent | b08bfdace59a3f1e06cf6adcb882dff2c62bc9ec (diff) | |
download | poky-c7ca70ee300098d5d7bc55dbe25d68c9c2b7ff70.tar.gz |
xproto: upgrade from 7.0.19 to 7.0.20
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-proto')
-rw-r--r-- | meta/recipes-graphics/xorg-proto/xproto_7.0.19.bb | 13 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-proto/xproto_7.0.20.bb | 14 |
2 files changed, 14 insertions, 13 deletions
diff --git a/meta/recipes-graphics/xorg-proto/xproto_7.0.19.bb b/meta/recipes-graphics/xorg-proto/xproto_7.0.19.bb deleted file mode 100644 index 1e968c53da..0000000000 --- a/meta/recipes-graphics/xorg-proto/xproto_7.0.19.bb +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | require xorg-proto-common.inc | ||
2 | |||
3 | LICENSE = "MIT & MIT-style" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=70c104816b85de375ba1fc09199d0e69" | ||
5 | |||
6 | PR = "r1" | ||
7 | PE = "1" | ||
8 | |||
9 | EXTRA_OECONF_append = "--enable-specs=no" | ||
10 | BBCLASSEXTEND = "native nativesdk" | ||
11 | |||
12 | SRC_URI[md5sum] = "700f8663c23713c2a81a6038a7d358f0" | ||
13 | SRC_URI[sha256sum] = "47b14f6da8c57a726ef1cfa5964a4a6cf9505bc6d78f69d3ae89f4b19956fc2a" | ||
diff --git a/meta/recipes-graphics/xorg-proto/xproto_7.0.20.bb b/meta/recipes-graphics/xorg-proto/xproto_7.0.20.bb new file mode 100644 index 0000000000..0e830eb53f --- /dev/null +++ b/meta/recipes-graphics/xorg-proto/xproto_7.0.20.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | require xorg-proto-common.inc | ||
2 | |||
3 | LICENSE = "MIT & MIT-style" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=93ae8952e7d02d855516fbf2efb9a0d2" | ||
5 | |||
6 | PR = "r0" | ||
7 | PE = "1" | ||
8 | |||
9 | EXTRA_OECONF_append = "--enable-specs=no" | ||
10 | BBCLASSEXTEND = "native nativesdk" | ||
11 | |||
12 | SRC_URI[md5sum] = "65633168e5315c19defb4652cd3d83c1" | ||
13 | SRC_URI[sha256sum] = "3fe87fe47d9b795e60ba3715d71f90f9929d57e9048f1d2a6ebb558e5aee9e2a" | ||
14 | |||