[oe-commits] Roman I Khimov : pkgconfig.bbclass: also remove -isystem flag

git version control git at git.openembedded.org
Sat Aug 21 16:03:13 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 88ab06f133f85640db756825d77e1fc1b56850ed
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=88ab06f133f85640db756825d77e1fc1b56850ed

Author: Roman I Khimov <khimov at altell.ru>
Date:   Fri May 21 15:55:01 2010 +0400

pkgconfig.bbclass: also remove -isystem flag

First seen in libclamav.pc, may be relevant for other packages too

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 classes/pkgconfig.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/classes/pkgconfig.bbclass b/classes/pkgconfig.bbclass
index cf37ca1..23ab453 100644
--- a/classes/pkgconfig.bbclass
+++ b/classes/pkgconfig.bbclass
@@ -5,6 +5,7 @@ do_install_prepend () {
 		sed -i -e 's:-L${STAGING_LIBDIR}::g' \
 			-e 's:-R${STAGING_LIBDIR}::g' \
 			-e 's:-I${STAGING_INCDIR}::g' \
+			-e 's:-isystem${STAGING_INCDIR}::g' \
 			$i
         done
 }





More information about the Openembedded-commits mailing list