summaryrefslogtreecommitdiffstats
path: root/recipes-qt3
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-04-03 15:31:28 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2012-04-03 15:28:39 +0100
commitf8475d5c5935695d4d1dfff1d7be30f49e162094 (patch)
treef61e36ad238556cc97fdf5016f0e121690af0dd6 /recipes-qt3
parenta1c72ecf80c0ded21709aa667c41d65399e4439f (diff)
downloadmeta-qt3-f8475d5c5935695d4d1dfff1d7be30f49e162094.tar.gz
This line appears to be superfluous and was failing if Makefile did not exist. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'recipes-qt3')
-rw-r--r--recipes-qt3/qt3/qt-x11-free-common.inc3
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
2SECTION = "x11/libs" 2SECTION = "x11/libs"
3LICENSE = "GPLv2 | QPL-1.0" 3LICENSE = "GPLv2 | QPL-1.0"
4HOMEPAGE = "http://www.trolltech.com" 4HOMEPAGE = "http://www.trolltech.com"
5INC_PR = "r5" 5INC_PR = "r6"
6 6
7S = "${WORKDIR}/qt-x11-free-${PV}" 7S = "${WORKDIR}/qt-x11-free-${PV}"
8 8
@@ -32,7 +32,6 @@ do_configure() {
32 32
33 # force regenerate 33 # force regenerate
34 rm -f src/qtmain.pro 34 rm -f src/qtmain.pro
35 cat Makefile >makefile
36 find . -name "Makefile"|xargs rm -f 35 find . -name "Makefile"|xargs rm -f
37 (cd src && ${OE_QMAKE_QMAKE} -spec ${QMAKESPEC} ) 36 (cd src && ${OE_QMAKE_QMAKE} -spec ${QMAKESPEC} )
38 (cd plugins/src && ${OE_QMAKE_QMAKE} -spec ${QMAKESPEC} ) 37 (cd plugins/src && ${OE_QMAKE_QMAKE} -spec ${QMAKESPEC} )