summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Collapse)AuthorFiles
2006-05-01merge of 35ce256593987e71d7c04247837a04f2dfaea425Michael Lauer2
and c973ff55ff1f4aa31763966c5b65965b1da3e903
2006-05-01add PyQt4, the Python Bindings for Qt4/X11Michael Lauer1
2006-04-30conf/bitbake.conf:Holger Freyther1
Save a magic cookie in the OE version of bitbake.conf classes/sanity.bbclass: Check the OE cookie for bitbake.conf
2006-04-30merge of 206b62d33d8fadd9502205340feea3a4daeadab2Holger Freyther2
and c1af7d38a30e0ddecb5419ddff4da1059d587a73
2006-04-30classes/insane.bbclass:Holger Freyther1
Use the PACKAGE_DEPENDS hack to avoid circular dependencies for pax-utils-native
2006-04-29classes/insane.bbclass:Holger Freyther1
inherit package.bbclass instead of the nonexistant packages one
2006-04-29package.bbclass: Add sanity check for duplicates in PACKAGES (bug 674)Richard Purdie1
2006-04-29Install depmod-2.4 and depmod-2.6 in cross staging instead of plain depmod ↵Richard Purdie1
so 2.4 and 2.6 kernel builds can coexist with multimachine (bug 581)
2006-04-28srec.bbclass: add nostamp=1, closes #78Koen Kooi1
2006-04-25repair fatal damage introduced by florian's changesetMichael Lauer1
http://ewi546.ewi.utwente.nl/tmp/viewmtn/revision.psp?id=f230ea166fd00577cf73bcb2cb81ab9767e16d4c how could that happen???
2006-04-25merge of 40e0d43922ade23991fd310c42765e18cb590337Florian Boor1
and 58d737a9422a93415e99e0ad16e64549264b4bb2
2006-04-25palmtop.bbclass: add a special case for sharprom compatible distros -- gcc ↵Michael Lauer1
2.95 has no idea about libsupc++
2006-04-24base.bbclass: Add COMPATIBLE_MACHINE to list machines any given package/file isRichard Purdie1
compatible with. Update documentation.conf accordingly.
2006-04-24sdl.bbclass: set SECTION properlyMichael Lauer1
2006-04-24sdl.bbclass: fix namesMichael Lauer1
2006-04-23sanity.bbclass: fixed typo in error message (utilits -> utility)Frans Meulenbroeks1
2006-04-23palmtop.bbclass: say CONFIG-=thread if we don't build against a multithreaded qtMichael Lauer1
2006-04-22opie.bbclass: leave one space at the end of EXTRA_*Michael Lauer1
2006-04-22libqpe/libopie: don't override EXTRA_QMAKEVARS_POST|PRE given in classMichael Lauer2
2006-04-23palmtop.bbclass: yet another typoMichael Lauer1
2006-04-22palmtop.bbclass: document what this class does and automatically set up ↵Michael Lauer1
CONFIG=thread, if PALMTOP_USE_MULTITHREADED_QT is set to yes
2006-04-22qmake.bbclass: show the used qmake version if we bail outMichael Lauer1
2006-04-22sdl.bbclass: use ?= for APPNAME, APPIMAGE and APPDESKTOP defaultsMichael Lauer1
2006-04-22palmtop.bbclass: virtual/libqpe -> virtual/libqpe1Michael Lauer1
2006-04-22sdl.bbclass: remove bogus stuff that was present beforeMichael Lauer1
first shot at an sdl class to remove the need for seperate SDL-x11 and SDL-opie bbfiles. For now, it adds an extra package ${PN}-opie that RDEPENDS on ${PN} and adds the necessary opie .desktop glue
2006-04-17qmake class, qmake-native: for qt4, we store mkspecs below $QTDIRMichael Lauer1
2006-04-17e.bbclass: don't duplicate E_CVS and E_URIMichael Lauer1
2006-04-16base class: make base_read_file not raise an exception if the file to read ↵Michael Lauer1
is not present This is necessary due to the new RDEPENDS handling. I don't feel 100% comfortable with it, but until we rework the complete staging-shouldn't-contain-dependency-information, this is our way.
2006-04-14qt4: embrace STLMichael Lauer1
2006-04-12qmake/qt build classes: make qmake and qmake2 coexistMichael Lauer3
2006-04-09merge of b40b9fb8b17f69ba321fa34167b8ddb37dc72ec2Holger Freyther1
and e6a2ccb39d3b001fdcc1071ba1860678a1fe8647
2006-04-09OS X: core and native.bbclass:Holger Freyther2
-We do not have rpath on Darwin, do not use it for the native builds
2006-04-07conf/sanity.conf:Holger Freyther1
Set BB_MIN_VERSION here classes/sanity.bbclass: -Run the sanitycheck exactly once (on BuildStart) -Check for common utilities/executables as well
2006-04-04base.bbclass: make oe_libinstall fix references to .la files in Philipp Zabel1
2006-04-04disapproval of revision 'b7326fa2f47e0d1df4fc54428bf5d903b1042483'Justin Patrin1
2006-04-04package.bbclass: deal with multiple copies of the same package in PACKAGESJustin Patrin1
2006-04-04efl, e17: update to newest versions, split e and efl bbclasses and use e for ↵Justin Patrin2
e17 packages, update preferred e versions
2006-04-02kernel.bbclass: Make sure the directory in staging existsRichard Purdie1
2006-03-24qmake-bbclass: make it know about linux-gnueabiMichael Lauer1
2006-03-19Add sanity.conf/sanity.bbclass. This checks for common user ↵Richard Purdie1
misconfigurations and gives helpful information about fixing them. The checks can be expanded over time. It can be disabled by following the slightly cryptic instructions in sanity.conf.
2006-03-18classes/tinderclient.class:Holger Freyther1
-Exchange <--- and ---> to fix the tinderbox view -Add a new line to fix the tinderbox display for multiple providers.
2006-03-13classes/tinderclient.bbclass:Holger Freyther1
Use the MultipleProvider and NoProvider Event to create reports to the TinderBox. The message format can be improved now we at least know if a build failed due a missing provider
2006-03-08classes/tinderclient.bbclass: Send the nameHolger Freyther1
Send the name of the to be build packages. Now we can see what was intended to be build from within the log
2006-03-06glibc, package.bbclass: generate old-style binary locales at build time ↵Rene Wagner1
using qemu. based on a patch originally written by Phil Blundell. fixes hh.org Bug #1385 (localedef OOM issue). - running localedef (in qemu...) for every locale takes a while. set BINARY_LOCALE_ARCHES = "" to avoid the new behaviour.
2006-02-28kernel.bbclass: Add kernel-modules meta package for ↵Koen Kooi1
PARALLEL_INSTALL_MODULES, courtesy Raymond Danks
2006-02-28base.bbclass: Handle crlf with DOS ZIP file, courtesy Raymond DanksKoen Kooi1
2006-02-22classes/tinderclient.bbclass:Holger Freyther1
-Disable sending of the environment as this somehow refuses to work from within a screen - dunno why -The lines of the log messages are ended with a new line no need to add another empty line.
2006-02-22classes/tinderclient.bbclass:Holger Freyther1
-Have a none empty log messages when the build is completed otherwise the log is not transfered to the server. Now the build turns green :)
2006-02-22classes/tinderclient.bbclass:Holger Freyther1
Be less verbose do not print the results for now. A proper fix/configurable one is pending.
2006-02-21classes/tinderclient.bbclass:Holger Freyther1
Redo the changes... they were magically lost. readlines is a sequence, we join them (we might need to remove the \n)