aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/pixman_0.13.2.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-03-18 11:19:34 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-03-19 13:59:43 +0100
commitb2df355282fd8ccafa4df1b7bd416d5caab8fd5e (patch)
tree60d688e3b58e2bffded625572f26c0c3052ea042 /recipes/xorg-lib/pixman_0.13.2.bb
parentbdeef9865bdf044c2dfb4841bb0c71571323e1a7 (diff)
downloadopenembedded-b2df355282fd8ccafa4df1b7bd416d5caab8fd5e.tar.gz
pixman: add pixman.inc, unify recipes, remove do_stage from few old versions, add 0.17.12 with positive D_P
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-lib/pixman_0.13.2.bb')
-rw-r--r--recipes/xorg-lib/pixman_0.13.2.bb22
1 files changed, 5 insertions, 17 deletions
diff --git a/recipes/xorg-lib/pixman_0.13.2.bb b/recipes/xorg-lib/pixman_0.13.2.bb
index 4b489f89a6..87ffda4748 100644
--- a/recipes/xorg-lib/pixman_0.13.2.bb
+++ b/recipes/xorg-lib/pixman_0.13.2.bb
@@ -1,23 +1,11 @@
-SECTION = "libs"
-PRIORITY = "optional"
-DESCRIPTION = "Low-level pixel manipulation library."
-LICENSE = "X11"
-
-PR = "r2"
+require pixman.inc
+PR = "${INC_PR}.0"
DEFAULT_PREFERENCE = "-1"
-SRC_URI = "http://cairographics.org/releases/pixman-${PV}.tar.gz \
- file://pixman-0.13.2-neon1.patch;patch=1 \
- "
-
-inherit autotools
+SRC_URI += " \
+ file://pixman-0.13.2-neon1.patch;patch=1 \
+ "
# We have NEON
EXTRA_OECONF_append_armv7a = " --disable-arm-simd"
-
-AUTOTOOLS_STAGE_PKGCONFIG = "1"
-do_stage () {
- autotools_stage_all
-}
-