diff options
author | Koen Kooi <koen@openembedded.org> | 2010-06-26 13:55:22 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-06-26 13:58:12 +0200 |
commit | 5f8da0c97cb5200d83483d4bbe1dc867e133dbbc (patch) | |
tree | 5db122c7b00d4700ab0372db99bb30d30825e96e /recipes | |
parent | 54bf7423e8e767e9d4a2edbc889ff4155df5864e (diff) |
libdrm.inc: fix packaging regression that cause ${PN} to go from libdrm2 to libdrm
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/dri/libdrm.inc | 7 |
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" |