From f8475d5c5935695d4d1dfff1d7be30f49e162094 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 3 Apr 2012 15:31:28 +0100 Subject: qt-x11-free: fix build failure in do_configure This line appears to be superfluous and was failing if Makefile did not exist. Signed-off-by: Paul Eggleton --- recipes-qt3/qt3/qt-x11-free-common.inc | 3 +-- 1 file changed, 1 insertion(+), 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} ) -- cgit v1.2.3-54-g00ecf