summaryrefslogtreecommitdiff
path: root/packages/uicmoc
AgeCommit message (Collapse)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther3
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-16uicmoc4-(native|sdk): update to version 4.4.3Jeremy Lainé4
* drop qapplication.diff, included upstream * update URL in uicmoc4-native.inc, qtopia is gone
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther3
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe4
2008-09-05uicmoc4-native: remove all versions that do not build, keep the only working oneMichael Lauer4
2008-08-02uicmoc4 native: fix stagingKoen Kooi2
2008-07-14uicmoc4: add sdk version, fix build with gcc 4.3.xKoen Kooi6
2008-07-08uicmoc-native: add 4.4.0Koen Kooi1
2008-05-06uicmoc4-native.inc: build lrelease translation toolJeremy Laine1
2008-05-06uicmoc4-native.inc: build lrelease translation toolJeremy Laine1
2008-01-14uicmoc4-native.inc : fix bug #3650 by actually passing LDFLAGS toGraeme Gregory3
configure. Trolltech calls this var LFLAGS but sucks in LDFLAGS from environment. So our staging directory is never seen.
2008-01-01uicmoc-native_2.3.10: fix typoJunqian Gordon Xu1
2007-12-23packages/uicmoc/uicmoc4-native.inc: No tabs, 4-spaces for indentionHolger Freyther1
2007-12-22QtopiaCore: Do the minor/bugfix only upgrade from 4.3.2 to 4.3.3Holger Freyther1
2007-12-04uicmoc4-native: Drop non-compiling 4.2.3 and 4.3.0 (closes bug 2511).Rolf Leggewie2
2007-11-08uicmoc3-native: depend on qmake-nativeMarcin Juszkiewicz1
2007-10-29Remove final references to BUILD_SYS in staging pathsRichard Purdie2
2007-10-29packages/uicmoc: Unify uicmoc4-nativeHolger Freyther3
2007-10-25packages/uicmoc: Depend on zlib-native as reported by Jan LuebbeHolger Freyther3
This is a blind fix and the issue was reported by Jan Luebbe. Refactoring the uicmoc4 recipes is on my todolist as well.
2007-10-23packages/{qt,qte,uicmoc,qmake}: Update to Qt(opiaCore) 4.3.2Holger Freyther1
-Update PREFERRED_VERSION -Update checksums -Update patches
2007-10-16packages/uicmoc/uicmoc4-native_4.3.1.bb : fix problem some people areGraeme Gregory1
seeing building this. Fix from #747 on bugs.om.org
2007-09-08uicmoc-native: Follow qmake-base rename.Paul Sokolovsky2
2007-09-02qmake2,uicmoc4: Fix the LICENSE to only be GPL. QtopiaCore/QtE never was QPL ↵Holger Freyther1
licensed Also adjust indention of the SRC_URI
2007-08-23uicmoc4: add 4.3.1 building against Qt/Embedded. This no longer depends on X ↵Michael Lauer3
on the buildhost. Add missing (non-existant, but you know about ASSUME_PROVDED) dependencies to other versions of uicmoc4
2007-07-15uicmoc-native 2.3.10: fix build against recent build-system headers, close ↵Michael Krelin2
bug #2564 not only recent headers do not define relevant stuff in asm/page.h, but they do not provide the file anymore.
2007-07-11classes/qt4x11.bbclass, uicmoc4-native: add qt3supportMichael Krelin1
2007-07-03uicmoc-native 2.3.10: an attempt to fix build against recent kernel, bug #2564Michael Krelin2
2007-06-03uicmoc4-native: bumped version to 4.3.0Michael Krelin1
2007-05-10packages/{qmake,uicmoc}: Update qmake and uic/moc from Qt4.1.2 to 4.2.3Holger Freyther3
Version 4.2 is needed to compile the WebKit/Gdk port. Update the checksums.ini containing the md5/shasum of my download. Install qmake as qmake2 and qmake-qt4 to follow the debian naming of this binary.
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi2
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details