diff options
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/xorg-lib/libpciaccess/fix-mtrr-check.patch | 19 | ||||
-rw-r--r-- | meta/packages/xorg-lib/libpciaccess_0.10.5.bb | 2 |
2 files changed, 0 insertions, 21 deletions
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 index e2d9f62318..0000000000 --- a/meta/packages/xorg-lib/libpciaccess/fix-mtrr-check.patch +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | --- | ||
2 | configure.ac | 2 -- | ||
3 | 1 file changed, 2 deletions(-) | ||
4 | |||
5 | --- libpciaccess-0.10.3.orig/configure.ac | ||
6 | +++ libpciaccess-0.10.3/configure.ac | ||
7 | @@ -89,12 +89,10 @@ esac | ||
8 | AM_CONDITIONAL(LINUX, [test "x$linux" = xyes]) | ||
9 | AM_CONDITIONAL(FREEBSD, [test "x$freebsd" = xyes]) | ||
10 | AM_CONDITIONAL(OPENBSD, [test "x$openbsd" = xyes]) | ||
11 | AM_CONDITIONAL(SOLARIS, [test "x$solaris" = xyes]) | ||
12 | |||
13 | -AC_CHECK_FILE([/usr/include/asm/mtrr.h], | ||
14 | - [have_mtrr_h="yes"], [have_mtrr_h="no"]) | ||
15 | if test "x$have_mtrr_h" = xyes; then | ||
16 | AC_DEFINE(HAVE_MTRR, 1, [Use MTRRs on mappings]) | ||
17 | fi | ||
18 | |||
19 | AC_SUBST(PCIACCESS_CFLAGS) | ||
diff --git a/meta/packages/xorg-lib/libpciaccess_0.10.5.bb b/meta/packages/xorg-lib/libpciaccess_0.10.5.bb index 82ff529166..5eedaa0312 100644 --- a/meta/packages/xorg-lib/libpciaccess_0.10.5.bb +++ b/meta/packages/xorg-lib/libpciaccess_0.10.5.bb | |||
@@ -1,5 +1,3 @@ | |||
1 | require xorg-lib-common.inc | 1 | require xorg-lib-common.inc |
2 | 2 | ||
3 | DEPENDS += "xproto virtual/libx11" | 3 | DEPENDS += "xproto virtual/libx11" |
4 | |||
5 | SRC_URI += "file://fix-mtrr-check.patch;patch=1" | ||