summaryrefslogtreecommitdiff
path: root/recipes/dri
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2009-08-04 22:59:04 +0000
committerStefan Schmidt <stefan@datenfreihafen.org>2009-08-04 22:59:04 +0000
commit8466838635bbb50ecc61cde0e8fe11942bf3d93f (patch)
tree954b05cf6da7d78a7233edbf06fdcbc3ac2aa3d9 /recipes/dri
parenta90e9a08275bf5cdad4f439c66beca928e453cad (diff)
parent2880b3877d38bfaa4056af6df7f122a64e955292 (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/dri')
-rw-r--r--recipes/dri/libdrm_2.4.11.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/dri/libdrm_2.4.11.bb b/recipes/dri/libdrm_2.4.11.bb
index 0ea2396372..4f2af1ed73 100644
--- a/recipes/dri/libdrm_2.4.11.bb
+++ b/recipes/dri/libdrm_2.4.11.bb
@@ -3,9 +3,14 @@ DEPENDS = "libpthread-stubs"
LICENSE = "MIT"
SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2"
PROVIDES = "drm"
+PR = "r1"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}
+
+PACKAGES =+ "${PN}-intel"
+
+FILES_${PN}-intel = "${libdir}/libdrm_intel.so.*"