diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-20 12:37:38 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-21 07:47:42 +0100 |
commit | e725b1c5300ad08d4495df716ad8274bc903d475 (patch) | |
tree | 89801b35973f69c895c4b234cb1b69b1e2d82473 | |
parent | 51b1288c488626955c6ad514e3ba1845b2157f3b (diff) |
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@gmail.com>
-rw-r--r-- | 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 2517f8f354..1a15ac4a96 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 \ " |