diff options
author | Marko Katic <dromede@gmail.com> | 2012-03-16 01:00:05 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-26 10:05:03 +0100 |
commit | 43ed8bb50d46ab3f0ff38fc30efffd167859655f (patch) | |
tree | a1c5b458278426d80863986141352cdbad86b2b0 | |
parent | fdc948f816b28139540ef4d4c2d42299df5aa07d (diff) | |
download | poky-43ed8bb50d46ab3f0ff38fc30efffd167859655f.tar.gz |
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.
(From OE-Core rev: b554e29f356e3af27beaffb5b538265d010cd08e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 @@ | |||
1 | require xcb-util.inc | ||
2 | |||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://image/xcb_image.c;endline=24;md5=eafdf965cfb89955fdedf75054223fb4 \ | ||
5 | file://image/xcb_image.h;startline=4;endline=27;md5=4e4f1b0fae5694beed407dea01f38212" | ||
6 | PR = "r0" | ||
7 | |||
8 | SRC_URI[md5sum] = "245a96041f373b05764148e52d2e0211" | ||
9 | SRC_URI[sha256sum] = "40390528c26e8231132540f16579b821de68bb2e9152918f72182d5a4038a6d9" | ||
10 | |||