diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-07-10 21:45:15 +0100 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-07-10 21:45:15 +0100 |
commit | 8b0c5558ac548345d6ae363c4105488d5f1e4900 (patch) | |
tree | c3150f54cd8e99cde963360e32ec3d14637ca501 /recipes/dri | |
parent | 071dafded971a297dd50694595fa4455281ceb49 (diff) | |
parent | 9756c8d5940e5f067c97dd37e2f30704eaa0927f (diff) |
Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/dri')
-rw-r--r-- | recipes/dri/libdrm_2.4.11.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/dri/libdrm_2.4.11.bb b/recipes/dri/libdrm_2.4.11.bb new file mode 100644 index 0000000000..0ea2396372 --- /dev/null +++ b/recipes/dri/libdrm_2.4.11.bb @@ -0,0 +1,11 @@ +SECTION = "x11/base" +DEPENDS = "libpthread-stubs" +LICENSE = "MIT" +SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2" +PROVIDES = "drm" + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +} |