[oe-commits] Martin Jansa : pixman: drop D_P -1 for 0.18.4 and 0.19.4 versions

git version control git at git.openembedded.org
Mon Oct 18 13:11:10 UTC 2010


Module: openembedded.git
Branch: master
Commit: c1c581c503ac79c109fced567b09ea50b0ac22c4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c1c581c503ac79c109fced567b09ea50b0ac22c4

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Oct 18 15:07:26 2010 +0200

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 <k.kooi at student.utwente.nl>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/xorg-lib/pixman_0.18.4.bb |    4 ----
 recipes/xorg-lib/pixman_0.19.4.bb |    4 ----
 2 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/recipes/xorg-lib/pixman_0.18.4.bb b/recipes/xorg-lib/pixman_0.18.4.bb
index b9badf2..286477a 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 a0efea1..b02a7a3 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"





More information about the Openembedded-commits mailing list