summaryrefslogtreecommitdiffstats
path: root/recipes-qt3
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-12-22 00:20:47 -0800
committerSaul Wold <sgw@linux.intel.com>2012-12-22 00:21:45 -0800
commit06e2fe600de962cdba53c23de1207501439a9c9f (patch)
tree4ed1c8b474630fcbb47f59db683885f41a39e387 /recipes-qt3
parenteb092fe161b626ebfd9f744b6e86d9c549d7aa47 (diff)
downloadmeta-qt3-06e2fe600de962cdba53c23de1207501439a9c9f.tar.gz
qt-x11-free-native: Use internal 3rdparty libpng header1.4_M4.rc11.4_M4.final1.4_M3.rc21.4_M3.rc11.4_M3.finalmaster-next1.4_M41.4_M3
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>
Diffstat (limited to 'recipes-qt3')
-rw-r--r--recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb1
1 files changed, 1 insertions, 0 deletions
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
40do_configure() { 40do_configure() {
41 echo "yes" | ./configure -prefix ${prefix} ${QT_CONFIG_FLAGS} -fast -L ${STAGING_LIBDIR} \ 41 echo "yes" | ./configure -prefix ${prefix} ${QT_CONFIG_FLAGS} -fast -L ${STAGING_LIBDIR} \
42 -I ${STAGING_INCDIR_NATIVE} 42 -I ${STAGING_INCDIR_NATIVE}
43 sed -i -e '\:obj/release-shared-mt/qpngio.o\ kerne:s:$(CXXFLAGS):-I3rdparty/libpng $(CXXFLAGS):' src/Makefile
43} 44}
44 45
45do_compile() { 46do_compile() {