Message ID | 1422544895-17968-1-git-send-email-nicolas.dechesne@linaro.org |
---|---|
State | Accepted |
Commit | 9ab2d19d4c320cc37f71bba25caa7585caf9679e |
Headers | show |
diff --git a/meta/recipes-graphics/drm/libdrm.inc b/meta/recipes-graphics/drm/libdrm.inc index cfac9e2..d3e1e92 100644 --- a/meta/recipes-graphics/drm/libdrm.inc +++ b/meta/recipes-graphics/drm/libdrm.inc @@ -21,7 +21,6 @@ inherit autotools pkgconfig EXTRA_OECONF += "--disable-cairo-tests \ --enable-omap-experimental-api \ - --enable-freedreno-experimental-api \ --enable-install-test-programs \ --disable-manpages \ " diff --git a/meta/recipes-graphics/drm/libdrm/installtests.patch b/meta/recipes-graphics/drm/libdrm/installtests.patch index 7d443af..03d6254 100644 --- a/meta/recipes-graphics/drm/libdrm/installtests.patch +++ b/meta/recipes-graphics/drm/libdrm/installtests.patch @@ -18,6 +18,6 @@ index bf1987f..d909e19 100644 drmstat +check_PROGRAMS = - SUBDIRS = modeprint + SUBDIRS = modeprint proptest if HAVE_LIBKMS diff --git a/meta/recipes-graphics/drm/libdrm_2.4.58.bb b/meta/recipes-graphics/drm/libdrm_2.4.58.bb deleted file mode 100644 index 7b1207e..0000000 --- a/meta/recipes-graphics/drm/libdrm_2.4.58.bb +++ /dev/null @@ -1,6 +0,0 @@ -require libdrm.inc - -SRC_URI += "file://installtests.patch " - -SRC_URI[md5sum] = "24213913333d72b36c16463ed92e522a" -SRC_URI[sha256sum] = "b155fae6b9c9a3b02ef8b77f58c7c219194c996a4018dc55ba66c03996a365dd" diff --git a/meta/recipes-graphics/drm/libdrm_2.4.59.bb b/meta/recipes-graphics/drm/libdrm_2.4.59.bb new file mode 100644 index 0000000..14bf44a --- /dev/null +++ b/meta/recipes-graphics/drm/libdrm_2.4.59.bb @@ -0,0 +1,6 @@ +require libdrm.inc + +SRC_URI += "file://installtests.patch " + +SRC_URI[md5sum] = "d32a1d37c2546ee11fc5924abeedb23e" +SRC_URI[sha256sum] = "68d26e1fd85582f4243d66864f9b43ca4ee93662825de32b5506fc8e181ea41b"
* Refreshed installtests.patch * Removed --enable-freedreno-experimental-api, since it is now enabled by default upstream Tested on Snapdragon 600 with freedreno and X11. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> --- meta/recipes-graphics/drm/libdrm.inc | 1 - meta/recipes-graphics/drm/libdrm/installtests.patch | 2 +- meta/recipes-graphics/drm/libdrm_2.4.58.bb | 6 ------ meta/recipes-graphics/drm/libdrm_2.4.59.bb | 6 ++++++ 4 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 meta/recipes-graphics/drm/libdrm_2.4.58.bb create mode 100644 meta/recipes-graphics/drm/libdrm_2.4.59.bb