diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2012-12-03 17:23:36 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-06 12:30:34 +0000 |
commit | 39b96435a8199a09c586ca0002ad447bf42058b8 (patch) | |
tree | 15b7ef477d928c246af2b4f3dce54ab6cc56bea4 /meta/recipes-graphics/xcb | |
parent | 22d2ca62df4e1b5edf2881864eb602c1fba83f13 (diff) | |
download | openembedded-core-39b96435a8199a09c586ca0002ad447bf42058b8.tar.gz openembedded-core-39b96435a8199a09c586ca0002ad447bf42058b8.tar.bz2 openembedded-core-39b96435a8199a09c586ca0002ad447bf42058b8.zip |
libxcb: upgrade to 1.9
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/xcb')
-rw-r--r-- | meta/recipes-graphics/xcb/libxcb_1.9.bb (renamed from meta/recipes-graphics/xcb/libxcb_1.8.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xcb/libxcb_1.8.1.bb b/meta/recipes-graphics/xcb/libxcb_1.9.bb index 52ff0b0a8c..f7da48c129 100644 --- a/meta/recipes-graphics/xcb/libxcb_1.8.1.bb +++ b/meta/recipes-graphics/xcb/libxcb_1.9.bb @@ -9,5 +9,5 @@ DEPENDS += "libxdmcp" PACKAGES =+ "libxcb-xinerama" -SRC_URI[md5sum] = "9da03df9e2f4c048202920d9f6a7e123" -SRC_URI[sha256sum] = "d2f46811e950710e7e79e45615d24f2c7ec318b9de9dc717972723da58bffa0d" +SRC_URI[md5sum] = "2b05856e9d1cb37836aae7406f2f4ce2" +SRC_URI[sha256sum] = "8857e62b3aae2976c7e10043643e45a85964fd1dcb4469dfde0d04d3d1b12c96" |