diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-08-03 13:23:08 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-08-03 13:23:08 +0000 |
commit | 1b00e69d8b781394edadadd641b4adf8fc972988 (patch) | |
tree | 73f20d451fd1dc87cff0ce122a4b7cd570990f57 /recipes/dri | |
parent | 1da1656c677dc3bf044f0e705ba6db8b5c825996 (diff) | |
parent | 625edd8c6d72260c9eb0242b5d76ac6731f621f6 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org: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.*" |