aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-03-16 19:25:03 +0100
committerKoen Kooi <koen@openembedded.org>2010-03-17 09:20:44 +0100
commit01c5424aa65a52b774c71a80ba1cbc1caa41b8ab (patch)
tree141833d35e3b67874811ead6d303cc4357dc2519
parentd3a29410109b3d8c7e7884d459334a744fbf97bf (diff)
downloadopenembedded-01c5424aa65a52b774c71a80ba1cbc1caa41b8ab.tar.gz
pixman git: fix typo in patch
-rw-r--r--recipes/xorg-lib/pixman/0005-Add-specialized-fast-nearest-scalers.patch2
-rw-r--r--recipes/xorg-lib/pixman_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/xorg-lib/pixman/0005-Add-specialized-fast-nearest-scalers.patch b/recipes/xorg-lib/pixman/0005-Add-specialized-fast-nearest-scalers.patch
index 6be7b9312c..962b4e03e2 100644
--- a/recipes/xorg-lib/pixman/0005-Add-specialized-fast-nearest-scalers.patch
+++ b/recipes/xorg-lib/pixman/0005-Add-specialized-fast-nearest-scalers.patch
@@ -274,7 +274,7 @@ index 4d26b0f..6607a47 100644
+ SIMPLE_NEAREST_FAST_PATH (OVER, a8r8g8b8, a8r8g8b8, x888_x888),
+ SIMPLE_NEAREST_FAST_PATH (OVER, a8b8g8r8, a8b8g8r8, x888_x888),
+
-+ SIMPLE_NEAREST_FAST_PATH (OVER, a8b8g8r8, r5g6b5, 8888_565),
++ SIMPLE_NEAREST_FAST_PATH (OVER, a8r8g8b8, r5g6b5, 8888_565),
+
#define NEAREST_FAST_PATH(op,s,d) \
{ PIXMAN_OP_ ## op, \
diff --git a/recipes/xorg-lib/pixman_git.bb b/recipes/xorg-lib/pixman_git.bb
index 5080438cbc..aae86e92fe 100644
--- a/recipes/xorg-lib/pixman_git.bb
+++ b/recipes/xorg-lib/pixman_git.bb
@@ -4,7 +4,7 @@ DESCRIPTION = "Low-level pixel manipulation library."
LICENSE = "X11"
PV = "0.17.10"
-PR = "r0"
+PR = "r1"
PR_append = "+gitr${SRCREV}"
BBCLASSEXTEND="native"