On 2011年11月30日 18:44, Martin Jansa wrote: > On Wed, Nov 30, 2011 at 06:33:20PM +0800, Xiaofeng Yan wrote: >> From: Xiaofeng Yan >> >> I didn't remove the old one because it is possible for the new version to \ >> have some bugs during using or testing. > Just curious why this version exactly? > There is 1.11.2 release already (1.11.1.902 is 1.11.2 RC2) and there is > also RC1 for 1.11.3 or even 1.12 if we want to test RCs. > > And Saul IIRC sent xserver-xorg upgrade to 1.11.2 so it would be nice to > use the same. > > Cheers, > 1.11.1.902 is the newest version when I decided to update xserver-kdrive. I will test 1.11.2 later Thanks >> 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 >> --- >> .../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 >> Openembedded-core@lists.openembedded.org >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core