qmake_base: Fix packages that refer to qmake-base instead of qmake_base. OE needs...
authorRod Whitby <rod@whitby.id.au>
Sun, 9 Sep 2007 02:26:11 +0000 (02:26 +0000)
committerRod Whitby <rod@whitby.id.au>
Sun, 9 Sep 2007 02:26:11 +0000 (02:26 +0000)
packages/opie-reader/uqtreader_cvs.bb
packages/qt/qt-x11-free-common.inc
packages/qt/qt4-x11-free_4.3.0.bb
packages/snes9x/snes9x-sdl-qpe_1.39.bb

index 04b0324..9fb7af2 100644 (file)
@@ -17,7 +17,7 @@ S = "${WORKDIR}/opie-reader"
 
 export OPIEDIR="${S}/opiedir"
 
-inherit qmake-base qt4x11
+inherit qmake_base qt4x11
 
 do_configure() {
        ${OE_QMAKE_QMAKE} -recursive opie-reader.pro UQT_DATADIR="${datadir}/${PN}" UQT_LIBDIR="${libdir}/${PN}"
index cb4ed12..a68575d 100644 (file)
@@ -6,7 +6,7 @@ HOMEPAGE = "http://www.trolltech.com"
 
 S = "${WORKDIR}/qt-x11-free-${PV}"
 
-inherit qmake-base qt3x11
+inherit qmake_base qt3x11
 
 export QTDIR = "${S}"
 STAGING_QT_DIR = "${STAGING_DIR}/${HOST_SYS}/qt3"
index 8d68642..a097c4e 100644 (file)
@@ -21,7 +21,7 @@ S = "${WORKDIR}/qt-x11-opensource-src-${PV}"
 
 PARALLEL_MAKE = ""
 
-inherit qmake-base qt4x11
+inherit qmake_base qt4x11
 
 export QTDIR = "${S}"
 STAGING_QT_DIR = "${STAGING_DIR}/${TARGET_SYS}/qt4"
index adf4965..00e9fa0 100644 (file)
@@ -11,7 +11,7 @@ S = "${WORKDIR}/snes9x-sdl-${PV}"
 
 FILESPATH = "${FILE_DIRNAME}/${PN}-${PV}:${FILE_DIRNAME}/snes9x-sdl-${PV}:${FILE_DIRNAME}/snes9x-sdl:${FILE_DIRNAME}/files:${FILE_DIRNAME}"
 
-inherit qmake-base
+inherit qmake_base
 
 QT_LIBRARY = '${@base_conditional("PALMTOP_USE_MULTITHREADED_QT", "yes", "qte-mt", "qte",d)}'