From: Xiaofeng Yan <[email protected]> I didn't remove the old one because it is possible for the new version to \ have some bugs during using or testing.
Patches are commented by "#". Some of them are obsolete. keyboard-resume-workaround.patch is used in drive mode of keyboard crosscompile.patch is to avoid to seach "/etc/X11/fontpath.d" of host during configuring of cross-compiling It is no use in the version. enable-xcalibrate.patch is to avoid error of compiling tslib. No use in the new version. nodolt.patch is no use too. other patches are retained. Signed-off-by: Xiaofeng Yan <[email protected]> --- .../xorg-xserver/xserver-kdrive_1.11.1.902.bb | 37 ++++++++++++++++++++ 1 files changed, 37 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.11.1.902.bb diff --git a/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.11.1.902.bb b/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.11.1.902.bb new file mode 100644 index 0000000..3980057 --- /dev/null +++ b/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.11.1.902.bb @@ -0,0 +1,37 @@ +require xserver-kdrive.inc + +DEPENDS += "libxkbfile libxcalibrate font-util pixman" + +RDEPENDS_${PN} += "xkeyboard-config" + +EXTRA_OECONF += "--disable-glx --enable-unit-tests=no --enable-kdrive-evdev=yes" + +PE = "1" +PR = "r0" + +LIC_FILES_CHKSUM = "file://COPYING;md5=74df27b6254cc88d2799b5f4f5949c00" + +SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ + file://extra-kmodes.patch \ + file://disable-apm.patch \ + file://no-serial-probing.patch \ + file://keyboard-resume-workaround.patch \ + file://hide-cursor-and-ppm-root.patch \ + file://fbdev_xrandr_ioctl.patch \ + file://fix-newer-xorg-headers.patch" + +#file://keyboard-resume-workaround.patch +#file://enable-xcalibrate.patch +#file://crosscompile.patch +#file://nodolt.patch +#file://kdrive-evdev.patch +#file://kdrive-use-evdev.patch +#file://enable-builtin-fonts.patch +#file://optional-xkb.patch + +SRC_URI[md5sum] = "87dd7958ace0509f6e4da2908c2ee4fd" +SRC_URI[sha256sum] = "06cb2dffb8d0182c539b154e412b25b98c75d0052cfb16762e7af0d6bf23ec7b" + + + +S = "${WORKDIR}/xorg-server-${PV}" -- 1.7.0.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
