diff options
author | Holger Freyther <zecke@selfish.org> | 2004-11-14 17:21:33 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2004-11-14 17:21:33 +0000 |
commit | 1f2007b84df3b08eb138b67d56cacd93445f00bf (patch) | |
tree | ec26b4652efb469c3086992a9f1b90dffba46759 /libqtaux | |
parent | efd6c4df156af1a3f72c462b6fcec5d3246dbaa4 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages-devel
into handhelds.org:/home/ich/programming/oe/opie-1.1.6-to-opie-1.1.7
2004/11/14 18:20:11+01:00 handhelds.org!zecke
Merge handhelds.org:/home/ich/programming/oe/oe-packages-exported
into handhelds.org:/home/ich/programming/oe/opie-1.1.6-to-opie-1.1.7
2004/11/14 18:19:38+01:00 handhelds.org!zecke
Opie 1.1.6->1.1.7 preparation:
-Also rename libqtaux as spotted by hrw
BKrev: 4197941dWVqemmSKi6ivVvAYUH2tIg
Diffstat (limited to 'libqtaux')
-rw-r--r-- | libqtaux/libqtaux2_1.1.6.oe | 34 | ||||
-rw-r--r-- | libqtaux/libqtaux2_1.1.7.oe | 0 |
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 |