[oe-commits] Martin Jansa : pixman_0.16.2: drop DEFAULT_PREFERENCE = -1 and add BBCLASSEXTEND=native (pixman-native used in cairo-native)

git version control git at git.openembedded.org
Thu Jan 21 07:53:46 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Jan 20 12:37:38 2010 +0100

pixman_0.16.2: drop DEFAULT_PREFERENCE = -1 and add BBCLASSEXTEND=native (pixman-native used in cairo-native)

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/xorg-lib/pixman_0.16.2.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/xorg-lib/pixman_0.16.2.bb b/recipes/xorg-lib/pixman_0.16.2.bb
index 2517f8f..1a15ac4 100644
--- a/recipes/xorg-lib/pixman_0.16.2.bb
+++ b/recipes/xorg-lib/pixman_0.16.2.bb
@@ -3,7 +3,9 @@ PRIORITY = "optional"
 DESCRIPTION = "Low-level pixel manipulation library."
 LICENSE = "X11"
 
-DEFAULT_PREFERENCE = "-1"
+PR = "r1"
+
+BBCLASSEXTEND="native"
 
 SRC_URI = "http://cairographics.org/releases/pixman-${PV}.tar.gz \
 	  "





More information about the Openembedded-commits mailing list