summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2009-03-17webkit-qt(opia): drop obsolete test packagesJeremy Lainé6
* remove webkit-qt and webkit-qtopia, webkit support is now provided as part of Qt itself Acked-By: Holger Hans Peter Freyther <zecke@selfish.org>
2009-03-17Merge branch 'org.openembedded.dev' of ↵Jeremy Lainé4
ssh://git@git.openembedded.net/openembedded into org.openembedded.dev
2009-03-17qtopia-core transition: replace references to qtopia4coreJeremy Lainé12
* replace references to qtopia4core class by qt4e * replace references to libqtopia* by libqt-embedded*
2009-03-17linux-2.6.28: make default for wrap and therefore provide a valid defconfigwoglinde2
2009-03-17wrap.conf: no extra kernel-recpie needed use the plain oneswoglinde1
2009-03-17checksums.ini: fix entry of busybox-1.13.2-modprobe.patchwoglinde1
2009-03-17qtopia-core: drop obsolete packageJeremy Lainé9
* remove qtopia-core package, superseeded by qt-embedded * remove qtopia4core class, superseed by qt4e Acked-By: Mickey Lauer <mickey@vanille-media.de>
2009-03-17fso-autorev.inc: add libfsoframework and fsodevicedMichael 'Mickey' Lauer1
2009-03-17minimal: ship debug apps, if requestedMichael 'Mickey' Lauer1
2009-03-17cpubench: new recipe; simple OpenWRT CPU benchmarkMichael 'Mickey' Lauer2
2009-03-17mesa 7.2: Add required expat dependancyRuss Dill1
2009-03-17soundserver_1.0.bb: Remove libtool patchKhem Raj2
* The patch is not already part of the tar file. So we can safely delete this patch.
2009-03-17checksums.ini: Update checksum for phoneserver, soundserver, and voicecall.Khem Raj1
2009-03-16fso-plugin.bbclass: new class for fso plugin packagingMichael 'Mickey' Lauer2
vala.bbclass: new class for vala-based packages
2009-03-16fsodeviced: new recipe; C reference implementation of ↵Michael 'Mickey' Lauer1
org.freesmartphone.Device.* APIs
2009-03-16libfsoframework: new recipe; support library for freesmartphone.orgMichael 'Mickey' Lauer1
2009-03-16Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Khem Raj5
into org.openembedded.dev
2009-03-16vala-native: build git version from freesmartphone.org which has some ↵Michael 'Mickey' Lauer1
additional patches on top (always sent upstream for inclusion)
2009-03-16m4: Updated to version 1.4.12.Stanislav Brabec3
2009-03-16Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Koen Kooi1
into org.openembedded.dev
2009-03-16Merge commit 'origin/org.openembedded.dev' into org.openembedded.devMarcin Juszkiewicz1
2009-03-14Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Khem Raj1
into org.openembedded.dev
2009-03-14java.bbclass: Make oe_makeclasspath more flexible (partly by Marcin ↵Robert Schuster1
Juszkiewicz <hrw@openembedded.org>) - converted tabs to spaces - allow entries which have no corresponding jar file (just skip) - document that behavior
2009-03-13ti-codec-combos: Combo Build Cleanup and additional html docs in packageRoger Monk1
* Updated recipe to correct build warnings where combos weren't properly cleaned before building, and hence gave confusing warnings. * Removed some unused paths from XDCPATH * Added top level html doc to install target and qualiTI reports
2009-03-13Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Khem Raj1
into org.openembedded.dev
2009-03-13checksums.ini : add new checksums and fix checksum for refreshed busyboxGraeme Gregory1
patch
2009-03-13Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Khem Raj11
into org.openembedded.dev
2009-03-13meta-toolchain: use DEPLOY_DIR instead of TMPDIR/deploy for consistencyDenys Dmytriyenko1
2009-03-13connman: Add latest releaseStefan Schmidt1
2009-03-13connman: Moved from moblin.org to kernel.orgStefan Schmidt5
2009-03-13preferred-om-2008-versions.inc: Update more versions to available onesStefan Schmidt1
2009-03-13Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Stefan Schmidt7
into org.openembedded.dev
2009-03-13checksums.ini: Add sums for connman packages. (Changed location)Stefan Schmidt1
2009-03-13enterprise.conf: combine with user-specified BBMASK instead of overwriting itChris Larson1
2009-03-13minimal.conf: make IMAGE_FSTYPES a weak assignment to allow overwritingDenys Dmytriyenko1
2009-03-13Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Khem Raj21
into org.openembedded.dev
2009-03-13checksums.ini: merge checksums from mamonaKoen Kooi1
2009-03-13thttpd: disable PARALLEL_MAKE due to build failuresMike Westerhof1
2009-03-13u-boot 1.2.0: add support for dm355-leopardKoen Kooi2
2009-03-13dm355-leopard: add board file for the dm355 leopard boardKoen Kooi1
2009-03-12preferred-om-2008-versions.inc: Update to version that are availableStefan Schmidt1
2009-03-12proftpd: fixed pathsFrans Meulenbroeks1
2009-03-12Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Frans Meulenbroeks1
into org.openembedded.dev
2009-03-12proftpd: added missing make.patchFrans Meulenbroeks1
2009-03-12Kernel bbclass "too many open files" bugfixJader H. Silva1
tempfile.mkstemp() is used to create a temporary file. This function return a tuple with an OS file descriptor and a filename. Filename is stored in "tmpfile" but descriptor is not stored anywhere, but it is still open because it's only an integer to python so it is not closed at the end of the function. For each iteration in which this function is called, a new OS file descriptor is opened, but not closed. The solution is to store the file descriptor and close it.
2009-03-12Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Frans Meulenbroeks3
into org.openembedded.dev
2009-03-12proftpd: previous recipe was no good; fixed it; this one is without pam and ↵Frans Meulenbroeks1
might require some more chown's
2009-03-12cmake-native 2.6.3: New recipe.Robert Schuster1
2009-03-12checksums.ini: Added cmake 2.6.3 entry.Robert Schuster1
2009-03-12llvm-native 2.5: New recipe.Robert Schuster2
checksums.ini: Added llvm 2.5 entry.