diff options
author | Marko Katic <dromede@gmail.com> | 2012-03-16 01:00:05 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-24 11:35:49 +0100 |
commit | b554e29f356e3af27beaffb5b538265d010cd08e (patch) | |
tree | 96129c7f6d21918754385c180d967ae98a63cc4b /meta/recipes-graphics/xcb | |
parent | e93c121b66f689df98b953b164abc4bd61351e37 (diff) | |
download | openembedded-core-b554e29f356e3af27beaffb5b538265d010cd08e.tar.gz openembedded-core-b554e29f356e3af27beaffb5b538265d010cd08e.tar.bz2 openembedded-core-b554e29f356e3af27beaffb5b538265d010cd08e.zip |
xcb-util-image: Add recipe that provides libxcb-image.
Xcb-util was split into separate packages in the 0.3.6 -> 0.3.8 transition.
This library was previously provided by xcb-util and is now a separate package.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xcb')
-rw-r--r-- | meta/recipes-graphics/xcb/xcb-util-image_0.3.8.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xcb/xcb-util-image_0.3.8.bb b/meta/recipes-graphics/xcb/xcb-util-image_0.3.8.bb new file mode 100644 index 0000000000..2fb350e690 --- /dev/null +++ b/meta/recipes-graphics/xcb/xcb-util-image_0.3.8.bb @@ -0,0 +1,10 @@ +require xcb-util.inc + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://image/xcb_image.c;endline=24;md5=eafdf965cfb89955fdedf75054223fb4 \ + file://image/xcb_image.h;startline=4;endline=27;md5=4e4f1b0fae5694beed407dea01f38212" +PR = "r0" + +SRC_URI[md5sum] = "245a96041f373b05764148e52d2e0211" +SRC_URI[sha256sum] = "40390528c26e8231132540f16579b821de68bb2e9152918f72182d5a4038a6d9" + |