pixman git: fix typo in patch
authorKoen Kooi <koen@openembedded.org>
Tue, 16 Mar 2010 18:25:03 +0000 (19:25 +0100)
committerKoen Kooi <koen@openembedded.org>
Wed, 17 Mar 2010 08:20:44 +0000 (09:20 +0100)
recipes/xorg-lib/pixman/0005-Add-specialized-fast-nearest-scalers.patch
recipes/xorg-lib/pixman_git.bb

index 6be7b93..962b4e0 100644 (file)
@@ -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,                     \
index 5080438..aae86e9 100644 (file)
@@ -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"