This line appears to be superfluous and was failing if Makefile did not
exist.

Signed-off-by: Paul Eggleton <paul.eggle...@linux.intel.com>
---
 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} )
-- 
1.7.5.4

_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to