diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2012-11-15 12:29:54 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-20 15:31:53 +0000 |
commit | cb758f9d32aef5e990adc8f0178674e5fdb26565 (patch) | |
tree | 3900e4e097a59b1ecacd4ccda1d2ce53b0a60806 /meta/recipes-graphics/drm/libdrm_2.4.40.bb | |
parent | 3491c88dfb487ed72c9e965cc29bdce78b8d327d (diff) | |
download | poky-cb758f9d32aef5e990adc8f0178674e5fdb26565.tar.gz |
libdrm: upgrade to 2.4.40
Other changes:
* removed a backported patch;
* activated libdrm-omap helper layer which is needed by the latest
xf86-video-omap xorg driver;
* split libdrm-drivers package into libdrm-radeon, libdrm-nouveau and
libdrm-omap, libdrm-intel and libdrm-exynos;
(From OE-Core rev: 8b100befe8dcf7523148b6fc14fa2237d07fe556)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/drm/libdrm_2.4.40.bb')
-rw-r--r-- | meta/recipes-graphics/drm/libdrm_2.4.40.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.40.bb b/meta/recipes-graphics/drm/libdrm_2.4.40.bb new file mode 100644 index 0000000000..42f860a4c9 --- /dev/null +++ b/meta/recipes-graphics/drm/libdrm_2.4.40.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | require libdrm.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRC_URI += "file://installtests.patch \ | ||
6 | file://GNU_SOURCE_definition.patch \ | ||
7 | " | ||
8 | |||
9 | SRC_URI[md5sum] = "626a3dc44a40ef37565b61732b688567" | ||
10 | SRC_URI[sha256sum] = "48c14e4600ea0fde522292893eb4055d2f6d86a69d093d379c827deaccffaa1f" | ||