]> code.ossystems Code Review - openembedded-core.git/commitdiff
drm : add libdrm_2.4.0.bb
authorPeng Li <peng.li@intel.com>
Tue, 28 Oct 2008 03:20:17 +0000 (11:20 +0800)
committerPeng Li <peng.li@intel.com>
Tue, 28 Oct 2008 03:20:17 +0000 (11:20 +0800)
This is a GEM dependency. DRI2 will need GEM support

meta/packages/drm/libdrm_2.4.0.bb [new file with mode: 0644]

diff --git a/meta/packages/drm/libdrm_2.4.0.bb b/meta/packages/drm/libdrm_2.4.0.bb
new file mode 100644 (file)
index 0000000..9caf9b4
--- /dev/null
@@ -0,0 +1,10 @@
+SECTION = "x11/base"
+LICENSE = "MIT"
+SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2"
+PROVIDES = "drm"
+
+inherit autotools pkgconfig
+
+do_stage() {
+       autotools_stage_all
+}