diff options
author | 2012-04-03 15:31:28 +0100 | |
---|---|---|
committer | 2012-04-03 15:28:39 +0100 | |
commit | f8475d5c5935695d4d1dfff1d7be30f49e162094 (patch) | |
tree | f61e36ad238556cc97fdf5016f0e121690af0dd6 | |
parent | a1c72ecf80c0ded21709aa667c41d65399e4439f (diff) | |
download | meta-qt3-f8475d5c5935695d4d1dfff1d7be30f49e162094.tar.gz meta-qt3-f8475d5c5935695d4d1dfff1d7be30f49e162094.tar.bz2 meta-qt3-f8475d5c5935695d4d1dfff1d7be30f49e162094.zip |
qt-x11-free: fix build failure in do_configuredenzil-7.0.2denzil-7.0.1_rc2denzil-7.0.1denzil-7.0.0denzil-7.01.3_M3.rc21.3_M3.final1.3_M2.rc11.3_M2.final1.3_M1.final1.2_M4.rc4.0denzil1.3_beta1.3_M31.3_M21.3_M11.2_M4
This line appears to be superfluous and was failing if Makefile did not
exist.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rw-r--r-- | recipes-qt3/qt3/qt-x11-free-common.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-qt3/qt3/qt-x11-free-common.inc b/recipes-qt3/qt3/qt-x11-free-common.inc index b3c2dbf..1ab14a2 100644 --- a/recipes-qt3/qt3/qt-x11-free-common.inc +++ b/recipes-qt3/qt3/qt-x11-free-common.inc @@ -2,7 +2,7 @@ DESCRIPTION = "Qt/X11 Version ${PV} is a full fledged cross-platform application SECTION = "x11/libs" LICENSE = "GPLv2 | QPL-1.0" HOMEPAGE = "http://www.trolltech.com" -INC_PR = "r5" +INC_PR = "r6" S = "${WORKDIR}/qt-x11-free-${PV}" @@ -32,7 +32,6 @@ do_configure() { # force regenerate rm -f src/qtmain.pro - cat Makefile >makefile find . -name "Makefile"|xargs rm -f (cd src && ${OE_QMAKE_QMAKE} -spec ${QMAKESPEC} ) (cd plugins/src && ${OE_QMAKE_QMAKE} -spec ${QMAKESPEC} ) |