diff options
| -rw-r--r-- | meta/packages/xorg-xserver/xserver-kdrive-common.inc | 4 | ||||
| -rw-r--r-- | meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/meta/packages/xorg-xserver/xserver-kdrive-common.inc b/meta/packages/xorg-xserver/xserver-kdrive-common.inc index ff894586ad..625653c614 100644 --- a/meta/packages/xorg-xserver/xserver-kdrive-common.inc +++ b/meta/packages/xorg-xserver/xserver-kdrive-common.inc | |||
| @@ -105,7 +105,9 @@ KDRIVE_COMMON_PATCHES = " \ | |||
| 105 | 105 | ||
| 106 | SRC_URI_append_mnci = " file://onlyfb.patch;patch=1" | 106 | SRC_URI_append_mnci = " file://onlyfb.patch;patch=1" |
| 107 | SRC_URI_append_poodle = " file://xserver-kdrive-poodle.patch;patch=1" | 107 | SRC_URI_append_poodle = " file://xserver-kdrive-poodle.patch;patch=1" |
| 108 | PACKAGE_ARCH_poodle = "poodle" | 108 | SRC_URI_append_qemux86 = " file://xserver-kdrive-poodle.patch;patch=1" |
| 109 | PACKAGE_ARCH_poodle = "${MACHINE_ARCH}" | ||
| 110 | PACKAGE_ARCH_qemux86 = "${MACHINE_ARCH}" | ||
| 109 | 111 | ||
| 110 | inherit autotools pkgconfig | 112 | inherit autotools pkgconfig |
| 111 | 113 | ||
diff --git a/meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb b/meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb index a8df78bd59..a10690416e 100644 --- a/meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb +++ b/meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb | |||
| @@ -3,11 +3,12 @@ require xserver-kdrive-common.inc | |||
| 3 | DEPENDS += "libxkbfile libxcalibrate" | 3 | DEPENDS += "libxkbfile libxcalibrate" |
| 4 | 4 | ||
| 5 | PE = "1" | 5 | PE = "1" |
| 6 | PR = "r10" | 6 | PR = "r11" |
| 7 | 7 | ||
| 8 | SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ | 8 | SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ |
| 9 | ${KDRIVE_COMMON_PATCHES} \ | 9 | ${KDRIVE_COMMON_PATCHES} \ |
| 10 | file://fix_default_mode.patch;patch=1 \ | 10 | file://fix_default_mode.patch;patch=1 \ |
| 11 | file://enable-xcalibrate.patch;patch=1 " | 11 | file://enable-xcalibrate.patch;patch=1 \ |
| 12 | file://hide-cursor-and-ppm-root.patch;patch=1" | ||
| 12 | 13 | ||
| 13 | S = "${WORKDIR}/xorg-server-${PV}" | 14 | S = "${WORKDIR}/xorg-server-${PV}" |
