diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-26 10:10:49 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-26 15:57:01 +0200 |
commit | a0acdeec009ff7ba196fce30abdd3e80f0158aad (patch) | |
tree | a8abb988a8a51895f1291bfeb16725ee7d943a40 /recipes/dri/libdrm_2.4.11.bb | |
parent | 8bb53d3f261c59353652f0328bfd887d6aa1c112 (diff) |
libdrm: add libdrm.inc, INC_PR and move to new staging
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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" |