diff options
| author | Yu Ke <ke.yu@intel.com> | 2010-06-23 21:15:26 +0800 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-29 17:13:36 +0100 |
| commit | 5e2162039e08df3b19080d5c25aeece514add238 (patch) | |
| tree | 1c575714ba25c9aad11b56637597f5a79b875b88 /meta/packages/drm | |
| parent | 663fddca988350997c3057f19d1ad0063abaf4fa (diff) | |
| download | poky-5e2162039e08df3b19080d5c25aeece514add238.tar.gz | |
libdrm: upgrade to latest version 2.4.21
Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/packages/drm')
| -rw-r--r-- | meta/packages/drm/libdrm-2.4.21/installtests.patch (renamed from meta/packages/drm/libdrm-2.4.17/installtests.patch) | 24 | ||||
| -rw-r--r-- | meta/packages/drm/libdrm_2.4.17.bb | 4 | ||||
| -rw-r--r-- | meta/packages/drm/libdrm_2.4.21.bb | 4 |
3 files changed, 18 insertions, 14 deletions
diff --git a/meta/packages/drm/libdrm-2.4.17/installtests.patch b/meta/packages/drm/libdrm-2.4.21/installtests.patch index a16c8a738b..9d6a168bbc 100644 --- a/meta/packages/drm/libdrm-2.4.17/installtests.patch +++ b/meta/packages/drm/libdrm-2.4.21/installtests.patch | |||
| @@ -2,15 +2,19 @@ Index: libdrm-2.4.7/tests/Makefile.am | |||
| 2 | =================================================================== | 2 | =================================================================== |
| 3 | --- libdrm-2.4.7.orig/tests/Makefile.am 2009-04-09 20:16:35.000000000 +0100 | 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 | 4 | +++ libdrm-2.4.7/tests/Makefile.am 2009-04-17 12:35:14.000000000 +0100 |
| 5 | @@ -4,7 +4,7 @@ | 5 | @@ -6,10 +6,11 @@ |
| 6 | 6 | ||
| 7 | LDADD = $(top_builddir)/libdrm/libdrm.la | 7 | LDADD = $(top_builddir)/libdrm.la |
| 8 | 8 | ||
| 9 | -noinst_PROGRAMS = \ | 9 | -check_PROGRAMS = \ |
| 10 | +bin_PROGRAMS = \ | 10 | +bin_PROGRAMS = \ |
| 11 | dristat \ | 11 | dristat \ |
| 12 | drmstat | 12 | drmstat |
| 13 | 13 | ||
| 14 | +check_PROGRAMS = | ||
| 15 | SUBDIRS = | ||
| 16 | |||
| 17 | if HAVE_LIBKMS | ||
| 14 | Index: libdrm-2.4.7/tests/modeprint/Makefile.am | 18 | Index: libdrm-2.4.7/tests/modeprint/Makefile.am |
| 15 | =================================================================== | 19 | =================================================================== |
| 16 | --- libdrm-2.4.7.orig/tests/modeprint/Makefile.am 2009-02-17 19:52:37.000000000 +0000 | 20 | --- libdrm-2.4.7.orig/tests/modeprint/Makefile.am 2009-02-17 19:52:37.000000000 +0000 |
| @@ -18,11 +22,11 @@ Index: libdrm-2.4.7/tests/modeprint/Makefile.am | |||
| 18 | @@ -3,7 +3,7 @@ | 22 | @@ -3,7 +3,7 @@ |
| 19 | -I$(top_srcdir)/libdrm/intel/ \ | 23 | -I$(top_srcdir)/libdrm/intel/ \ |
| 20 | -I$(top_srcdir)/libdrm | 24 | -I$(top_srcdir)/libdrm |
| 21 | 25 | ||
| 22 | -noinst_PROGRAMS = \ | 26 | -noinst_PROGRAMS = \ |
| 23 | +bin_PROGRAMS = \ | 27 | +bin_PROGRAMS = \ |
| 24 | modeprint | 28 | modeprint |
| 25 | 29 | ||
| 26 | modeprint_SOURCES = \ | 30 | modeprint_SOURCES = \ |
| 27 | Index: libdrm-2.4.7/tests/modetest/Makefile.am | 31 | Index: libdrm-2.4.7/tests/modetest/Makefile.am |
| 28 | =================================================================== | 32 | =================================================================== |
| @@ -31,9 +35,9 @@ Index: libdrm-2.4.7/tests/modetest/Makefile.am | |||
| 31 | @@ -4,7 +4,7 @@ | 35 | @@ -4,7 +4,7 @@ |
| 32 | -I$(top_srcdir)/libdrm \ | 36 | -I$(top_srcdir)/libdrm \ |
| 33 | $(CAIRO_CFLAGS) | 37 | $(CAIRO_CFLAGS) |
| 34 | 38 | ||
| 35 | -noinst_PROGRAMS = \ | 39 | -noinst_PROGRAMS = \ |
| 36 | +bin_PROGRAMS = \ | 40 | +bin_PROGRAMS = \ |
| 37 | modetest | 41 | modetest |
| 38 | 42 | ||
| 39 | modetest_SOURCES = \ | 43 | modetest_SOURCES = \ |
diff --git a/meta/packages/drm/libdrm_2.4.17.bb b/meta/packages/drm/libdrm_2.4.17.bb deleted file mode 100644 index 67ddd01937..0000000000 --- a/meta/packages/drm/libdrm_2.4.17.bb +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | require libdrm.inc | ||
| 2 | |||
| 3 | SRC_URI += "file://installtests.patch;patch=1" | ||
| 4 | PR = "r2" | ||
diff --git a/meta/packages/drm/libdrm_2.4.21.bb b/meta/packages/drm/libdrm_2.4.21.bb new file mode 100644 index 0000000000..97ca069004 --- /dev/null +++ b/meta/packages/drm/libdrm_2.4.21.bb | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | require libdrm.inc | ||
| 2 | |||
| 3 | SRC_URI += "file://installtests.patch" | ||
| 4 | PR = "r0" | ||
