diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-08-04 22:59:04 +0000 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-08-04 22:59:04 +0000 |
commit | 8466838635bbb50ecc61cde0e8fe11942bf3d93f (patch) | |
tree | 954b05cf6da7d78a7233edbf06fdcbc3ac2aa3d9 /recipes/dri | |
parent | a90e9a08275bf5cdad4f439c66beca928e453cad (diff) | |
parent | 2880b3877d38bfaa4056af6df7f122a64e955292 (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.bb | 5 |
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.*" |