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.3.1.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.3.1.bb')
-rw-r--r-- | recipes/dri/libdrm_2.3.1.bb | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/recipes/dri/libdrm_2.3.1.bb b/recipes/dri/libdrm_2.3.1.bb index f28094f5cb..dc0e91e082 100644 --- a/recipes/dri/libdrm_2.3.1.bb +++ b/recipes/dri/libdrm_2.3.1.bb @@ -1,13 +1,6 @@ -SECTION = "x11/base" -LICENSE = "MIT" -SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2" -PROVIDES = "drm" +require libdrm.inc -inherit autotools pkgconfig - -do_stage() { - autotools_stage_all -} +PR = "${INC_PR}.0" SRC_URI[md5sum] = "620fe7dd02c3236c3e9881a3a238173d" SRC_URI[sha256sum] = "ddfd398383729707846e1f1689e9acb3bc672e4f255a632c8f0d0c55ddf8718c" |