* [meta-qt3][PATCH v2] qt-x11-free-native: Use internal 3rdparty libpng header
@ 2012-12-22 8:24 Saul Wold
0 siblings, 0 replies; only message in thread
From: Saul Wold @ 2012-12-22 8:24 UTC (permalink / raw)
To: yocto; +Cc: openembedded-core
Ensure the 3rdparty version of libpng headers are found first, otherwise
the sysroot libpng15 header are found which causes a mis-match issue.
[YOCTO #3625]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb b/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb
index 2d87d26..b18ea0d 100644
--- a/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb
+++ b/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb
@@ -40,6 +40,7 @@ inherit native
do_configure() {
echo "yes" | ./configure -prefix ${prefix} ${QT_CONFIG_FLAGS} -fast -L ${STAGING_LIBDIR} \
-I ${STAGING_INCDIR_NATIVE}
+ sed -i -e '\:obj/release-shared-mt/qpngio.o\ kerne:s:$(CXXFLAGS):-I3rdparty/libpng $(CXXFLAGS):' src/Makefile
}
do_compile() {
--
1.7.9.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-12-22 8:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-22 8:24 [meta-qt3][PATCH v2] qt-x11-free-native: Use internal 3rdparty libpng header Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox