aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/dri/libdrm.inc7
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes/dri/libdrm.inc b/recipes/dri/libdrm.inc
index eebd6b2200..487eae6078 100644
--- a/recipes/dri/libdrm.inc
+++ b/recipes/dri/libdrm.inc
@@ -3,6 +3,11 @@ LICENSE = "MIT"
SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2"
PROVIDES = "drm"
-INC_PR = "r3"
+INC_PR = "r4"
inherit autotools pkgconfig
+
+PACKAGES =+ "${PN}-drivers"
+FILES_${PN}-drivers = "${libdir}/libdrm_*.so.*"
+
+LEAD_SONAME_${PN} = "libdrm.so"