summaryrefslogtreecommitdiff
path: root/recipes-graphics
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-10-09 18:37:33 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2013-10-09 18:37:33 +0200
commit6aeaa0dd8d5f94393ec8bcbce70c9ebb73aa1421 (patch)
tree97d99a3bcf7bce22be501d5cc2d13cae4c62a120 /recipes-graphics
parent9dd923f822ce65282be224c966c79530affc6848 (diff)
xserver: fix patching only for the tegras
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xorg_1.14.0.bbappend5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-graphics/xorg-xserver/xserver-xorg_1.14.0.bbappend b/recipes-graphics/xorg-xserver/xserver-xorg_1.14.0.bbappend
index 44914e9..118566d 100644
--- a/recipes-graphics/xorg-xserver/xserver-xorg_1.14.0.bbappend
+++ b/recipes-graphics/xorg-xserver/xserver-xorg_1.14.0.bbappend
@@ -2,4 +2,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
PRINC := "${@int(PRINC) + 2}"
-SRC_URI_tegra += "file://Revert_Use_new_pixman_glyph_cache_t_API_that_will_be_in_pixman0.28.0.patch"
+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}"