summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libqtaux/libqtaux2_1.1.6.oe34
-rw-r--r--libqtaux/libqtaux2_1.1.7.oe0
2 files changed, 0 insertions, 34 deletions
diff --git a/libqtaux/libqtaux2_1.1.6.oe b/libqtaux/libqtaux2_1.1.6.oe
deleted file mode 100644
index 8cf409bb7f..0000000000
--- a/libqtaux/libqtaux2_1.1.6.oe
+++ /dev/null
@@ -1,34 +0,0 @@
-DESCRIPTION = "Qt/Embedded 2 Auxilliary libraries"
-HOMEPAGE = "http://opie.handhelds.org"
-SECTION = "opie/libs"
-PRIORITY = "optional"
-MAINTAINER = "Team Opie <opie@handhelds.org>"
-LICENSE = "GPL"
-
-TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
-SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/libqtaux"
-S = "${WORKDIR}/libqtaux"
-
-inherit qmake
-
-EXTRA_QMAKEVARS_POST = 'DEFINES+=QWS'
-
-do_compile() {
- install -d ${STAGING_INCDIR}/opie2
- for i in `find . -name "*.h"`
- do
- install -m 0644 $i ${STAGING_INCDIR}/opie2/`basename $i`
- done
- oe_runmake MOC=${STAGING_BINDIR}/moc UIC=${STAGING_BINDIR}/uic DESTDIR=${S}
-}
-
-# no staging neessary, becaue
-# include files already done during do_compile
-# lib files already done during do_compile
-
-do_install() {
- oe_libinstall -so -C ${STAGING_LIBDIR} libqtaux2 ${D}/${palmtopdir}/lib
-}
-
-FILES_${PN}=${palmtopdir}/lib
-
diff --git a/libqtaux/libqtaux2_1.1.7.oe b/libqtaux/libqtaux2_1.1.7.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/libqtaux/libqtaux2_1.1.7.oe