From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH][meta-oe] pixman: replace pixman_0.24.0.bb with smaller bbappend with only diff against oe-core version
Date: Thu, 1 Dec 2011 15:56:05 +0100 [thread overview]
Message-ID: <1322751365-21171-1-git-send-email-Martin.Jansa@gmail.com> (raw)
In-Reply-To: <jb7cun$3n6$1@dough.gmane.org>
* 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>
---
meta-oe/recipes-graphics/xorg-lib/pixman.inc | 13 -------------
meta-oe/recipes-graphics/xorg-lib/pixman_0.24.0.bb | 4 +++-
.../xorg-lib/pixman_0.24.0.bbappend | 16 ++++++++++++++++
3 files changed, 19 insertions(+), 14 deletions(-)
delete mode 100644 meta-oe/recipes-graphics/xorg-lib/pixman.inc
create mode 100644 meta-oe/recipes-graphics/xorg-lib/pixman_0.24.0.bbappend
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 f77c6a8..0000000
--- a/meta-oe/recipes-graphics/xorg-lib/pixman.inc
+++ /dev/null
@@ -1,13 +0,0 @@
-SECTION = "libs"
-DESCRIPTION = "Low-level pixel manipulation library."
-LICENSE = "X11"
-
-DEPENDS = "perl-native"
-
-BBCLASSEXTEND = "native"
-
-SRC_URI = "${XORG_MIRROR}/individual/lib/${BPN}-${PV}.tar.gz;name=archive "
-
-INC_PR = "r5"
-
-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 7037546..258cbf1 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
NEON = " --disable-arm-neon "
NEON_armv7a = " "
-EXTRA_OECONF = "${NEON} --disable-gtk"
+IWMMXT = " --disable-arm-iwmmxt "
+
+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 0000000..61a9558
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-lib/pixman_0.24.0.bbappend
@@ -0,0 +1,16 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:"
+
+DEPENDS += "perl-native"
+BBCLASSEXTEND = "native"
+
+PRINC = "6"
+
+SRC_URI += " file://0008-Generic-C-implementation-of-pixman_blt-with-overlapp.patch"
+
+NEON = " --disable-arm-neon "
+NEON_armv7a = " "
+NEON_armv7a-vfp-neon = " "
+
+IWMMXT = " --disable-arm-iwmmxt "
+
+EXTRA_OECONF += "${NEON} ${IWMMXT}"
--
1.7.8.rc4
prev parent reply other threads:[~2011-12-01 15:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20111130143236.2A06010331@opal>
2011-11-30 23:18 ` [oe-commits] Koen Kooi : pixman: update to 0.24.0 Martin Jansa
2011-12-01 0:35 ` Martin Jansa
2011-12-01 8:13 ` Koen Kooi
2011-12-01 8:16 ` Martin Jansa
2011-12-01 14:56 ` Martin Jansa [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1322751365-21171-1-git-send-email-Martin.Jansa@gmail.com \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.