]> code.ossystems Code Review - openembedded-core.git/commitdiff
libpciaccess: Drop unneeded patch
authorRichard Purdie <rpurdie@linux.intel.com>
Wed, 31 Dec 2008 20:17:09 +0000 (20:17 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 31 Dec 2008 22:57:29 +0000 (22:57 +0000)
meta/packages/xorg-lib/libpciaccess/fix-mtrr-check.patch [deleted file]
meta/packages/xorg-lib/libpciaccess_0.10.5.bb

diff --git a/meta/packages/xorg-lib/libpciaccess/fix-mtrr-check.patch b/meta/packages/xorg-lib/libpciaccess/fix-mtrr-check.patch
deleted file mode 100644 (file)
index e2d9f62..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
----
- configure.ac |    2 --
- 1 file changed, 2 deletions(-)
-
---- libpciaccess-0.10.3.orig/configure.ac
-+++ libpciaccess-0.10.3/configure.ac
-@@ -89,12 +89,10 @@ esac
- AM_CONDITIONAL(LINUX, [test "x$linux" = xyes])
- AM_CONDITIONAL(FREEBSD, [test "x$freebsd" = xyes])
- AM_CONDITIONAL(OPENBSD, [test "x$openbsd" = xyes])
- AM_CONDITIONAL(SOLARIS, [test "x$solaris" = xyes])
--AC_CHECK_FILE([/usr/include/asm/mtrr.h],
--              [have_mtrr_h="yes"], [have_mtrr_h="no"])
- if test "x$have_mtrr_h" = xyes; then
-     AC_DEFINE(HAVE_MTRR, 1, [Use MTRRs on mappings])
- fi
- AC_SUBST(PCIACCESS_CFLAGS)
index 82ff529166ffe4772aefe9b0e59abd252294c7b6..5eedaa031244b047b64f7c5237a6e92bd3f34a32 100644 (file)
@@ -1,5 +1,3 @@
 require xorg-lib-common.inc
 
 DEPENDS += "xproto virtual/libx11"
-
-SRC_URI += "file://fix-mtrr-check.patch;patch=1"