[oe-commits] Martin Jansa : Revert "pixman: temporary build fix, tests are looking for libpixman-1.la in staging/armv4t-oe-linux-gnueabi/ usr/lib/libpixman-1.la"

git version control git at git.openembedded.org
Tue Nov 24 21:37:52 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 9add11d42376c9f42981bad537f6dbb85625693a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9add11d42376c9f42981bad537f6dbb85625693a

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Nov 24 22:36:18 2009 +0100

Revert "pixman: temporary build fix, tests are looking for libpixman-1.la in staging/armv4t-oe-linux-gnueabi/usr/lib/libpixman-1.la"

This reverts commit 8ad32c3e60d6c0bb97bff1660cdd1248c78d479e.
Compiles fine if you remove all cruft from stagging area.
check:
find staging/ -name libpixman-1\* -exec ls -lah {} \;
and bitbake -c clean -b old pixman and libpixmans
check again or remove manually

---

 recipes/xorg-lib/pixman_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/xorg-lib/pixman_git.bb b/recipes/xorg-lib/pixman_git.bb
index 328cabf..ca6dae5 100644
--- a/recipes/xorg-lib/pixman_git.bb
+++ b/recipes/xorg-lib/pixman_git.bb
@@ -30,7 +30,7 @@ inherit autotools_stage
 NEON = " --disable-arm-neon "
 NEON_armv7a = ""
 
-EXTRA_OECONF = "${NEON} --disable-gtk"
+EXTRA_OECONF = "${NEON}"
 
 AUTOTOOLS_STAGE_PKGCONFIG = "1"
 





More information about the Openembedded-commits mailing list