diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2011-12-01 14:56:05 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-01 16:46:30 +0100 |
commit | 4e23fe26669910f27a5fafb1e6d98c6a35815a0c (patch) | |
tree | 716dc2868cd8dc27b69e3b800b9b55c519fcb814 /meta-oe/recipes-graphics/xorg-lib | |
parent | 812d5908976c56bc3fc2a840233a63dff190f38f (diff) | |
download | meta-openembedded-4e23fe26669910f27a5fafb1e6d98c6a35815a0c.tar.gz |
pixman: replace pixman_0.24.0.bb with smaller bbappend with only diff against oe-core version
* disable iwmmxt for now, because it breaks build
* neon is not really enabled for people not having FEED_ARCH in OVERRIDES
* maybe this diff should be merged to oe-core recipes instead
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-lib')
-rw-r--r-- | meta-oe/recipes-graphics/xorg-lib/pixman.inc | 13 | ||||
-rw-r--r-- | meta-oe/recipes-graphics/xorg-lib/pixman_0.24.0.bb | 4 | ||||
-rw-r--r-- | meta-oe/recipes-graphics/xorg-lib/pixman_0.24.0.bbappend | 16 |
3 files changed, 19 insertions, 14 deletions
diff --git a/meta-oe/recipes-graphics/xorg-lib/pixman.inc b/meta-oe/recipes-graphics/xorg-lib/pixman.inc deleted file mode 100644 index f77c6a8ba..000000000 --- a/meta-oe/recipes-graphics/xorg-lib/pixman.inc +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | SECTION = "libs" | ||
2 | DESCRIPTION = "Low-level pixel manipulation library." | ||
3 | LICENSE = "X11" | ||
4 | |||
5 | DEPENDS = "perl-native" | ||
6 | |||
7 | BBCLASSEXTEND = "native" | ||
8 | |||
9 | SRC_URI = "${XORG_MIRROR}/individual/lib/${BPN}-${PV}.tar.gz;name=archive " | ||
10 | |||
11 | INC_PR = "r5" | ||
12 | |||
13 | inherit autotools pkgconfig | ||
diff --git a/meta-oe/recipes-graphics/xorg-lib/pixman_0.24.0.bb b/meta-oe/recipes-graphics/xorg-lib/pixman_0.24.0.bb index 703754607..258cbf115 100644 --- a/meta-oe/recipes-graphics/xorg-lib/pixman_0.24.0.bb +++ b/meta-oe/recipes-graphics/xorg-lib/pixman_0.24.0.bb | |||
@@ -18,4 +18,6 @@ SRC_URI[sha256sum] = "a5647c7158f103eedff5fba799018f4169f6b26b573ab7685812ebc9a1 | |||
18 | NEON = " --disable-arm-neon " | 18 | NEON = " --disable-arm-neon " |
19 | NEON_armv7a = " " | 19 | NEON_armv7a = " " |
20 | 20 | ||
21 | EXTRA_OECONF = "${NEON} --disable-gtk" | 21 | IWMMXT = " --disable-arm-iwmmxt " |
22 | |||
23 | EXTRA_OECONF += "${NEON} ${IWMMXT} --disable-gtk" | ||
diff --git a/meta-oe/recipes-graphics/xorg-lib/pixman_0.24.0.bbappend b/meta-oe/recipes-graphics/xorg-lib/pixman_0.24.0.bbappend new file mode 100644 index 000000000..61a9558ce --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-lib/pixman_0.24.0.bbappend | |||
@@ -0,0 +1,16 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:" | ||
2 | |||
3 | DEPENDS += "perl-native" | ||
4 | BBCLASSEXTEND = "native" | ||
5 | |||
6 | PRINC = "6" | ||
7 | |||
8 | SRC_URI += " file://0008-Generic-C-implementation-of-pixman_blt-with-overlapp.patch" | ||
9 | |||
10 | NEON = " --disable-arm-neon " | ||
11 | NEON_armv7a = " " | ||
12 | NEON_armv7a-vfp-neon = " " | ||
13 | |||
14 | IWMMXT = " --disable-arm-iwmmxt " | ||
15 | |||
16 | EXTRA_OECONF += "${NEON} ${IWMMXT}" | ||