summaryrefslogtreecommitdiffstats
path: root/meta/packages/drm
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-08-27 15:14:24 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-27 15:29:45 +0100
commit29d6678fd546377459ef75cf54abeef5b969b5cf (patch)
tree8edd65790e37a00d01c3f203f773fe4b5012db18 /meta/packages/drm
parentda49de6885ee1bc424e70bc02f21f6ab920efb55 (diff)
downloadpoky-29d6678fd546377459ef75cf54abeef5b969b5cf.tar.gz
Major layout change to the packages directory
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/drm')
-rw-r--r--meta/packages/drm/libdrm-2.4.21/installtests.patch43
-rw-r--r--meta/packages/drm/libdrm.inc14
-rw-r--r--meta/packages/drm/libdrm_2.4.21.bb4
-rw-r--r--meta/packages/drm/libdrm_git.bb8
4 files changed, 0 insertions, 69 deletions
diff --git a/meta/packages/drm/libdrm-2.4.21/installtests.patch b/meta/packages/drm/libdrm-2.4.21/installtests.patch
deleted file mode 100644
index 9d6a168bbc..0000000000
--- a/meta/packages/drm/libdrm-2.4.21/installtests.patch
+++ /dev/null
@@ -1,43 +0,0 @@
1Index: libdrm-2.4.7/tests/Makefile.am
2===================================================================
3--- libdrm-2.4.7.orig/tests/Makefile.am 2009-04-09 20:16:35.000000000 +0100
4+++ libdrm-2.4.7/tests/Makefile.am 2009-04-17 12:35:14.000000000 +0100
5@@ -6,10 +6,11 @@
6
7 LDADD = $(top_builddir)/libdrm.la
8
9-check_PROGRAMS = \
10+bin_PROGRAMS = \
11 dristat \
12 drmstat
13
14+check_PROGRAMS =
15 SUBDIRS =
16
17 if HAVE_LIBKMS
18Index: libdrm-2.4.7/tests/modeprint/Makefile.am
19===================================================================
20--- libdrm-2.4.7.orig/tests/modeprint/Makefile.am 2009-02-17 19:52:37.000000000 +0000
21+++ libdrm-2.4.7/tests/modeprint/Makefile.am 2009-04-17 12:35:32.000000000 +0100
22@@ -3,7 +3,7 @@
23 -I$(top_srcdir)/libdrm/intel/ \
24 -I$(top_srcdir)/libdrm
25
26-noinst_PROGRAMS = \
27+bin_PROGRAMS = \
28 modeprint
29
30 modeprint_SOURCES = \
31Index: libdrm-2.4.7/tests/modetest/Makefile.am
32===================================================================
33--- libdrm-2.4.7.orig/tests/modetest/Makefile.am 2009-02-17 19:52:37.000000000 +0000
34+++ libdrm-2.4.7/tests/modetest/Makefile.am 2009-04-17 12:35:42.000000000 +0100
35@@ -4,7 +4,7 @@
36 -I$(top_srcdir)/libdrm \
37 $(CAIRO_CFLAGS)
38
39-noinst_PROGRAMS = \
40+bin_PROGRAMS = \
41 modetest
42
43 modetest_SOURCES = \
diff --git a/meta/packages/drm/libdrm.inc b/meta/packages/drm/libdrm.inc
deleted file mode 100644
index 4f153ff7f7..0000000000
--- a/meta/packages/drm/libdrm.inc
+++ /dev/null
@@ -1,14 +0,0 @@
1DESCRIPTION = "userspace library for accessing the DRM(direct rendering manager)"
2HOMEPAGE = "http://dri.freedesktop.org"
3SECTION = "x11/base"
4LICENSE = "MIT"
5SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2"
6PROVIDES = "drm"
7DEPENDS = "libpthread-stubs udev cairo virtual/libx11"
8
9inherit autotools pkgconfig
10
11PACKAGES =+ "libdrm-tests"
12FILES_libdrm-tests = "${bindir}/dr* ${bindir}/mode*"
13
14LEAD_SONAME = "libdrm.so"
diff --git a/meta/packages/drm/libdrm_2.4.21.bb b/meta/packages/drm/libdrm_2.4.21.bb
deleted file mode 100644
index 97ca069004..0000000000
--- a/meta/packages/drm/libdrm_2.4.21.bb
+++ /dev/null
@@ -1,4 +0,0 @@
1require libdrm.inc
2
3SRC_URI += "file://installtests.patch"
4PR = "r0"
diff --git a/meta/packages/drm/libdrm_git.bb b/meta/packages/drm/libdrm_git.bb
deleted file mode 100644
index d80dd5f433..0000000000
--- a/meta/packages/drm/libdrm_git.bb
+++ /dev/null
@@ -1,8 +0,0 @@
1require libdrm.inc
2
3SRC_URI = "git://anongit.freedesktop.org/git/mesa/drm;protocol=git"
4
5S = ${WORKDIR}/git
6
7PV = "2.4.15+git${SRCREV}"
8PR = "r0"