diff options
Diffstat (limited to 'recipes/dri/libdrm_2.4.11.bb')
-rw-r--r-- | recipes/dri/libdrm_2.4.11.bb | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/recipes/dri/libdrm_2.4.11.bb b/recipes/dri/libdrm_2.4.11.bb index 5d85042ca7..e49d6a2b5b 100644 --- a/recipes/dri/libdrm_2.4.11.bb +++ b/recipes/dri/libdrm_2.4.11.bb @@ -1,15 +1,6 @@ -SECTION = "x11/base" -DEPENDS = "libpthread-stubs" -LICENSE = "MIT" -SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2" -PROVIDES = "drm" -PR = "r1" +require libdrm.inc -inherit autotools pkgconfig - -do_stage() { - autotools_stage_all -} +PR = "${INC_PR}.0" PACKAGES =+ "${PN}-intel" |