summaryrefslogtreecommitdiff
path: root/recipes-graphics
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-06-25 11:05:15 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2014-08-04 11:12:25 +0200
commit01855fd1e4ff360fceb5965f5ddf115d470f88ca (patch)
treee9e6729fcfcd161849de391983182f2fbd7bb057 /recipes-graphics
parent3ad374ffff01464ad176ef8c32a741587a9fcc93 (diff)
xserver: set epoch to prevent update to later versions
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.
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xorg_1.14.4.bbappend7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-graphics/xorg-xserver/xserver-xorg_1.14.4.bbappend b/recipes-graphics/xorg-xserver/xserver-xorg_1.14.4.bbappend
index 1a88ed7..47abe0e 100644
--- a/recipes-graphics/xorg-xserver/xserver-xorg_1.14.4.bbappend
+++ b/recipes-graphics/xorg-xserver/xserver-xorg_1.14.4.bbappend
@@ -5,4 +5,11 @@ ADD_PATCHES_tegra = "file://Revert_Use_new_pixman_glyph_cache_t_API_that_will_be
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}"