diff options
author | Phil Blundell <philb@gnu.org> | 2004-09-09 08:49:07 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-09-09 08:49:07 +0000 |
commit | 784f6d77aae3fbd68f64ef56760d5a22777ce1a8 (patch) | |
tree | e1383ce87d1a848ad9a01e1403b9e5d29eabe9cc /uicmoc/uicmoc3_native_3.3.2.oe | |
parent | a36684bac2b745315f8599040b8518ffe7cb4059 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages
2004/09/09 09:48:52+01:00 (none)!pb
s/_/-/
BKrev: 41401903P8zIAN4uTC1UeHzdU0aLrw
Diffstat (limited to 'uicmoc/uicmoc3_native_3.3.2.oe')
-rw-r--r-- | uicmoc/uicmoc3_native_3.3.2.oe | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/uicmoc/uicmoc3_native_3.3.2.oe b/uicmoc/uicmoc3_native_3.3.2.oe deleted file mode 100644 index aad4b018f2..0000000000 --- a/uicmoc/uicmoc3_native_3.3.2.oe +++ /dev/null @@ -1,38 +0,0 @@ -DESCRIPTION = "User Interface Generator and Meta Object Compiler (moc) for Qt(E) 3.x" -SECTION = "tools" -PRIORITY = "optional" -LICENSE = "GPL/QPL" - -SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-embedded-free-3.3.2.tar.bz2 \ - file://no-examples.patch;patch=1" - -S = "${WORKDIR}/qt-embedded-free-3.3.2" - -inherit native qmake-base - -export QTDIR = "${S}" -export OE_QMAKE_LINK="${CXX}" -CXXFLAGS += " -DQWS" - -QT_CONFIG_FLAGS = "-release -static -depths 8,16 -qt-zlib -no-nas-sound \ - -no-sm -qt-libpng -no-gif -no-xshape -no-xinerama \ - -no-xcursor -no-xrandr -no-xrender -no-xft -no-tablet \ - -no-xkb -no-dlopen-opengl -no-freetype -no-thread \ - -no-nis -no-cups -prefix ${prefix} \ - -xplatform ${OE_QMAKE_PLATFORM} \ - -platform ${OE_QMAKE_PLATFORM}" - -do_configure() { - oe_qmake_mkspecs - echo "yes" | ./configure ${QT_CONFIG_FLAGS} -} - -do_stage() { - install -m 0755 bin/moc ${STAGING_BINDIR}/moc3 - install -m 0755 bin/uic ${STAGING_BINDIR}/uic3 - install -m 0655 lib/*.a ${STAGING_LIBDIR}/ - for f in include/*.h - do - install -m 0644 $f ${STAGING_INCDIR}/ - done -} |