uicmoc4-native: Drop non-compiling 4.2.3 and 4.3.0 (closes bug 2511).
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Tue, 4 Dec 2007 15:19:01 +0000 (15:19 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Tue, 4 Dec 2007 15:19:01 +0000 (15:19 +0000)
packages/uicmoc/uicmoc4-native_4.2.3.bb [deleted file]
packages/uicmoc/uicmoc4-native_4.3.0.bb [deleted file]

diff --git a/packages/uicmoc/uicmoc4-native_4.2.3.bb b/packages/uicmoc/uicmoc4-native_4.2.3.bb
deleted file mode 100644 (file)
index 27b5b5b..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-DESCRIPTION = "User-Interface-, Meta-Object-, and Resource Compiler for Qt/[X11|Mac|Embedded] version 4.x"
-DEPENDS = "libx11-native libxext-native"
-SECTION = "libs"
-PRIORITY = "optional"
-LICENSE = "GPL QPL"
-PR = "r1"
-
-SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-${PV}.tar.gz"
-
-S = "${WORKDIR}/qt-x11-opensource-src-${PV}"
-
-inherit native
-
-EXTRA_OECONF = "-qt-libjpeg -qt-gif -system-zlib \
-               -no-nis -no-cups -no-exceptions  \
-               -no-accessibility -no-libjpeg    \
-                -no-nas-sound -no-sm             \
-                -no-xshape    -no-xinerama       \
-                -no-xcursor   -no-xrandr         \
-                -no-xrender   -no-fontconfig     \
-                -no-tablet    -no-xkb            \
-                -no-libpng                       \
-                -verbose -release  -fast -static "
-EXTRA_OEMAKE = " "
-
-do_configure() {
-       echo yes | ./configure ${EXTRA_OECONF} || die "Configuring qt failed. EXTRA_OECONF was ${EXTRA_OECONF}"
-}
-
-do_compile() {
-       unset CC CXX CFLAGS LFLAGS CXXFLAGS CPPFLAGS
-       cd ${S}/src/tools/moc && oe_runmake CC="${CC}" CXX="${CXX}"
-       cd ${S}/src/corelib   && oe_runmake CC="${CC}" CXX="${CXX}"
-       cd ${S}/src/xml       && oe_runmake CC="${CC}" CXX="${CXX}"
-       cd ${S}/src/tools/uic && oe_runmake CC="${CC}" CXX="${CXX}"
-       cd ${S}/src/tools/rcc && oe_runmake CC="${CC}" CXX="${CXX}"
-}
-
-do_stage() {
-        install -m 0755 bin/moc ${STAGING_BINDIR}/moc4
-        install -m 0755 bin/uic ${STAGING_BINDIR}/uic4
-        install -m 0755 bin/rcc ${STAGING_BINDIR}/rcc4
-}
diff --git a/packages/uicmoc/uicmoc4-native_4.3.0.bb b/packages/uicmoc/uicmoc4-native_4.3.0.bb
deleted file mode 100644 (file)
index bc5aba4..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-DESCRIPTION = "User-Interface-, Meta-Object-, and Resource Compiler for Qt/[X11|Mac|Embedded] version 4.x"
-DEPENDS = "libx11-native libxext-native zlib-native"
-SECTION = "libs"
-PRIORITY = "optional"
-LICENSE = "GPL QPL"
-PR = "r3"
-
-SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-${PV}.tar.gz"
-
-S = "${WORKDIR}/qt-x11-opensource-src-${PV}"
-
-inherit native
-
-EXTRA_OECONF = "-prefix ${STAGING_DIR_NATIVE}/qt4 \
-               -qt-libjpeg -qt-gif -system-zlib \
-               -no-nis -no-cups -no-exceptions  \
-               -no-accessibility -no-libjpeg    \
-                -no-nas-sound -no-sm             \
-                -no-xshape    -no-xinerama       \
-                -no-xcursor   -no-xrandr         \
-                -no-xrender   -no-fontconfig     \
-                -no-tablet    -no-xkb            \
-                -no-libpng                       \
-                -verbose -release  -fast -static \
-                -qt3support "
-EXTRA_OEMAKE = " "
-
-do_configure() {
-       echo yes | ./configure ${EXTRA_OECONF} || die "Configuring qt failed. EXTRA_OECONF was ${EXTRA_OECONF}"
-}
-
-do_compile() {
-       unset CC CXX CFLAGS LFLAGS CXXFLAGS CPPFLAGS
-       cd ${S}/src/tools/moc  && oe_runmake CC="${CC}" CXX="${CXX}"
-       cd ${S}/src/corelib    && oe_runmake CC="${CC}" CXX="${CXX}"
-       cd ${S}/src/sql        && oe_runmake CC="${CC}" CXX="${CXX}"
-       cd ${S}/src/qt3support && oe_runmake CC="${CC}" CXX="${CXX}"
-       cd ${S}/src/xml        && oe_runmake CC="${CC}" CXX="${CXX}"
-       cd ${S}/src/tools/uic  && oe_runmake CC="${CC}" CXX="${CXX}"
-       cd ${S}/src/tools/rcc  && oe_runmake CC="${CC}" CXX="${CXX}"
-       cd ${S}/src/network    && oe_runmake CC="${CC}" CXX="${CXX}"
-       cd ${S}/src/gui        && oe_runmake CC="${CC}" CXX="${CXX}"
-       cd ${S}/src/tools/uic3 && oe_runmake CC="${CC}" CXX="${CXX}"
-}
-
-do_stage() {
-        install -m 0755 bin/moc ${STAGING_BINDIR}/moc4
-        install -m 0755 bin/uic ${STAGING_BINDIR}/uic4
-        install -m 0755 bin/uic3 ${STAGING_BINDIR}/uic34
-        install -m 0755 bin/rcc ${STAGING_BINDIR}/rcc4
-        install -d ${STAGING_DIR_NATIVE}/qt4/
-        install -m 0644 tools/porting/src/q3porting.xml ${STAGING_DIR_NATIVE}/qt4/
-}