mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
qt-mobility: qa_configure stage failed
The catalogue /usr/lib removed from Makefiles used for building configure tests. (From OE-Core rev: 815560c0ee5a1a984b7d0fc8417c46606854e7fe) Signed-off-by: Dmitry Cherukhin <dima_ch@emcraft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
78d1b44586
commit
298278257b
17
meta/recipes-qt/qt4/files/qt-mobility-configure.patch
Normal file
17
meta/recipes-qt/qt4/files/qt-mobility-configure.patch
Normal file
@@ -0,0 +1,17 @@
|
||||
When building qt-mobility, the qa_configure stage failed because the catalogue /usr/lib
|
||||
is used in some Makefiles within configure tests. We manually removed this catalogue.
|
||||
|
||||
Upstream-Status: Inappropriate [embedded]
|
||||
Signed-off-by: Dmitry Cherukhin <dima_ch@emcraft.com>
|
||||
|
||||
--- qt-mobility-opensource-src-1.2.0/configure.orig 2011-05-10 10:06:01.000000000 +0200
|
||||
+++ qt-mobility-opensource-src-1.2.0/configure 2011-11-08 12:34:56.347645968 +0100
|
||||
@@ -583,6 +583,8 @@
|
||||
fi
|
||||
|
||||
$QMAKE_EXEC $QMKSPEC "$relpath/config.tests/$2/$2.pro" 2>> "$CONFIG_LOG" >> "$CONFIG_LOG"
|
||||
+ cp Makefile Makefile.old
|
||||
+ sed -e 's@-L/usr/lib@@' <Makefile.old >Makefile
|
||||
printf " ."
|
||||
"$MAKE" clean >> "$CONFIG_LOG"
|
||||
printf "."
|
||||
@@ -5,7 +5,8 @@ LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=fbc093901857fcd118f065f900982c24 \
|
||||
file://LGPL_EXCEPTION.txt;md5=411080a56ff917a5a1aa08c98acae354"
|
||||
|
||||
SRC_URI = "http://get.qt.nokia.com/qt/add-ons/qt-mobility-opensource-src-${PV}.tar.gz "
|
||||
SRC_URI = "http://get.qt.nokia.com/qt/add-ons/qt-mobility-opensource-src-${PV}.tar.gz \
|
||||
file://qt-mobility-configure.patch "
|
||||
|
||||
SRC_URI[md5sum]="ea5db5a8d3dd4709c2926dceda646bd8"
|
||||
SRC_URI[sha256sum]="ee3c88975e04139ac9589f76d4be646d44fcbc4c8c1cf2db621abc154cf0ba44"
|
||||
|
||||
Reference in New Issue
Block a user