All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libsdl-directfb: fixed qa_configure error
@ 2010-11-26 14:47 Aeschbacher, Fabrice
  2010-11-29 10:18 ` Aeschbacher, Fabrice
  0 siblings, 1 reply; 3+ messages in thread
From: Aeschbacher, Fabrice @ 2010-11-26 14:47 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

* without this patch, ${STAGING_DIR}/bin/directfb-config --cflags returns:
    -I/usr/include/directfb -D_REENTRANT
  which makes qa_configure complain about /usr/include


Signed-off-by: Fabrice Aeschbacher <fabrice.aeschbacher@siemens.com>
---
 recipes/libsdl/libsdl-directfb_1.2.14.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/libsdl/libsdl-directfb_1.2.14.bb b/recipes/libsdl/libsdl-directfb_1.2.14.bb
index 9f22ee5..4a3dab0 100644
--- a/recipes/libsdl/libsdl-directfb_1.2.14.bb
+++ b/recipes/libsdl/libsdl-directfb_1.2.14.bb
@@ -41,6 +41,7 @@ do_configure_prepend () {
         # Remove old libtool macros.
         MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4"
         for i in ${MACROS}; do
-               rm acinclude/$i
+               rm -f acinclude/$i
         done
+	export SYSROOT=$PKG_CONFIG_SYSROOT_DIR
 }
-- 
1.5.6.5



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-12-11  9:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-26 14:47 [PATCH] libsdl-directfb: fixed qa_configure error Aeschbacher, Fabrice
2010-11-29 10:18 ` Aeschbacher, Fabrice
2010-12-11  9:19   ` Khem Raj

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.