summaryrefslogtreecommitdiff
path: root/recipes-graphics/xorg-xserver/xserver-xorg_1.14.7.bbappend
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2014-12-08 02:11:01 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2014-12-08 02:20:43 +0100
commit57dd11afe9cb1b23ebe504127b5bf945b98e751d (patch)
treea2a4a8d3311b3795672937413a540a45fd65b933 /recipes-graphics/xorg-xserver/xserver-xorg_1.14.7.bbappend
parent42a45352ddd64ac94a1ef1334cb28447cc3cbdd8 (diff)
xserver-xorg: fix broken X server rotation on tegras
Upgrading to 1.14.7 fixes the broken X server rotation issue seen on Apalis/Colibri T20/T30 as noted on our developer website: http://developer.toradex.com/software-resources/arm-family/linux/linux/ release-details?view=all&issue=9562
Diffstat (limited to 'recipes-graphics/xorg-xserver/xserver-xorg_1.14.7.bbappend')
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xorg_1.14.7.bbappend15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-graphics/xorg-xserver/xserver-xorg_1.14.7.bbappend b/recipes-graphics/xorg-xserver/xserver-xorg_1.14.7.bbappend
new file mode 100644
index 0000000..47abe0e
--- /dev/null
+++ b/recipes-graphics/xorg-xserver/xserver-xorg_1.14.7.bbappend
@@ -0,0 +1,15 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
+
+ADD_PATCHES = ""
+ADD_PATCHES_tegra = "file://Revert_Use_new_pixman_glyph_cache_t_API_that_will_be_in_pixman0.28.0.patch"
+
+SRC_URI += "${ADD_PATCHES}"
+
+# HACK: during do_rootfs opkg takes the latest and greatest available
+# in any feed, e.g. one built for another machine without prefered version
+# rather than what PREFERRED_VERSION puts in the MACHINE_ARCH feed
+# so we set the recipe epoch here. Thus for our architecture we're
+# always latest and greatest.
+PE_tegra = "99"
+PE_mx6 = "99"
+PACKAGE_ARCH_tegra = "${MACHINE_ARCH}"