[oe-commits] Koen Kooi : pixman git: fix typo in patch

git version control git at git.openembedded.org
Wed Mar 17 08:34:02 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 01c5424aa65a52b774c71a80ba1cbc1caa41b8ab
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=01c5424aa65a52b774c71a80ba1cbc1caa41b8ab

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Mar 16 19:25:03 2010 +0100

pixman git: fix typo in patch

---

 ...0005-Add-specialized-fast-nearest-scalers.patch |    2 +-
 recipes/xorg-lib/pixman_git.bb                     |    2 +-
 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 6be7b93..962b4e0 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 5080438..aae86e9 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"





More information about the Openembedded-commits mailing list