Hi All, I import some patches from WindRiver Linux. The first and second are try to use target commands instead of the commands on the build machine. And the last two will add the xinput-calibrator to add touchscreen support.
Regards, The following changes since commit b92b776d56e64a437181de9bc76f8dcc8e15a5f8: meta-yocto: Catch up with xserver and mesa upgrades/rename (2011-10-12 23:05:12 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/distro http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/distro Kang Kai (4): mesa-dri/xlib: use target commands in mklib file gdk-pixbuf: pick up ${NM} to fix libtool naming issue xinput: add xinput from oe xinput-calibrator: add touchscreen support .../gdk-pixbuf-2.24.0/configure-nm.patch | 32 ++++++ meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.0.bb | 3 + .../mesa-use-target-commands-in-mklib.patch | 104 ++++++++++++++++++++ meta/recipes-graphics/mesa/mesa-dri_7.11.bb | 3 +- meta/recipes-graphics/mesa/mesa-xlib_7.11.bb | 3 +- .../pointercal-xinput/bug20/pointercal.xinput | 1 + .../pointercal-xinput/iphone3g/pointercal.xinput | 1 + .../pointercal-xinput/nokia900/pointercal.xinput | 2 + .../pointercal-xinput/om-gta01/pointercal.xinput | 2 + .../pointercal-xinput/om-gta02/pointercal.xinput | 2 + .../pointercal-xinput/pointercal.xinput | 1 + .../xinput-calibrator/pointercal-xinput_0.0.bb | 21 ++++ .../xinput-calibrator/xinput-calibrator_0.7.5.bb | 24 +++++ meta/recipes-graphics/xorg-app/xinput_1.5.3.bb | 10 ++ 14 files changed, 207 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.0/configure-nm.patch create mode 100644 meta/recipes-graphics/mesa/mesa-dri/mesa-use-target-commands-in-mklib.patch create mode 100644 meta/recipes-graphics/xinput-calibrator/pointercal-xinput/bug20/pointercal.xinput create mode 100644 meta/recipes-graphics/xinput-calibrator/pointercal-xinput/iphone3g/pointercal.xinput create mode 100644 meta/recipes-graphics/xinput-calibrator/pointercal-xinput/nokia900/pointercal.xinput create mode 100644 meta/recipes-graphics/xinput-calibrator/pointercal-xinput/om-gta01/pointercal.xinput create mode 100644 meta/recipes-graphics/xinput-calibrator/pointercal-xinput/om-gta02/pointercal.xinput create mode 100644 meta/recipes-graphics/xinput-calibrator/pointercal-xinput/pointercal.xinput create mode 100644 meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb create mode 100644 meta/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb create mode 100644 meta/recipes-graphics/xorg-app/xinput_1.5.3.bb -- 1.7.5.1.300.gc565c _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
