git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54bf742
)
libdrm.inc: fix packaging regression that cause ${PN} to go from libdrm2 to libdrm
author
Koen Kooi
<koen@openembedded.org>
Sat, 26 Jun 2010 11:55:22 +0000
(13:55 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Sat, 26 Jun 2010 11:58:12 +0000
(13:58 +0200)
recipes/dri/libdrm.inc
patch
|
blob
|
history
diff --git
a/recipes/dri/libdrm.inc
b/recipes/dri/libdrm.inc
index
eebd6b2
..
487eae6
100644
(file)
--- 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 = "r
3
"
+INC_PR = "r
4
"
inherit autotools pkgconfig
+
+PACKAGES =+ "${PN}-drivers"
+FILES_${PN}-drivers = "${libdir}/libdrm_*.so.*"
+
+LEAD_SONAME_${PN} = "libdrm.so"