From: Martin Jansa Date: Mon, 18 Oct 2010 13:07:26 +0000 (+0200) Subject: pixman: drop D_P -1 for 0.18.4 and 0.19.4 versions X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1c581c503ac79c109fced567b09ea50b0ac22c4;p=openembedded.git pixman: drop D_P -1 for 0.18.4 and 0.19.4 versions * new cairo (which doesn't have negative D_P) needs it * most distros have pinned pixman from preferred-xorg-versions anyways.. Acked-by: Koen Kooi Signed-off-by: Martin Jansa --- diff --git a/recipes/xorg-lib/pixman_0.18.4.bb b/recipes/xorg-lib/pixman_0.18.4.bb index b9badf21ae..286477ac32 100644 --- a/recipes/xorg-lib/pixman_0.18.4.bb +++ b/recipes/xorg-lib/pixman_0.18.4.bb @@ -19,7 +19,3 @@ NEON = " --disable-arm-neon " NEON_armv7a = " " EXTRA_OECONF = "${NEON} --disable-gtk" - -DEFAULT_PREFERENCE = "-1" -DEFAULT_PREFERENCE_angstrom = "2" -DEFAULT_PREFERENCE_shr = "2" diff --git a/recipes/xorg-lib/pixman_0.19.4.bb b/recipes/xorg-lib/pixman_0.19.4.bb index a0efea1a9e..b02a7a3c33 100644 --- a/recipes/xorg-lib/pixman_0.19.4.bb +++ b/recipes/xorg-lib/pixman_0.19.4.bb @@ -21,7 +21,3 @@ NEON = " --disable-arm-neon " NEON_armv7a = " " EXTRA_OECONF = "${NEON} --disable-gtk" - -DEFAULT_PREFERENCE = "-1" -DEFAULT_PREFERENCE_angstrom = "2" -DEFAULT_PREFERENCE_shr = "2"