Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-02-28 | apache: drop 2.0.x from nonworking - we have 2.2.x working | Marcin Juszkiewicz | 14 | |
2008-02-28 | lftp: removed 3.2.1 from nonworking - we have 3.5.1 | Marcin Juszkiewicz | 4 | |
2008-02-28 | kgrok: remove from repository - I added it few years ago and no one fixed it | Marcin Juszkiewicz | 6 | |
2008-02-26 | merge of '6257d463f8bb66aa3012de1dace0e36e69fc91a3' | Thomas Kunze | 3 | |
and '8d3c7f116675cb37e5e2e8c85c699a0c793dd6bb' | ||||
2008-02-26 | klibc: make klibc compile with eabi uclibc | Thomas Kunze | 3 | |
2008-02-25 | Export PATH in udev network.sh. | Stanislav Brabec | 1 | |
* udevd does clearenv(). Without PATH, ifup/ifdown does not work properly. * Exporting default shell PATH fixes it. | ||||
2008-02-25 | merge of '8e15d4e806ea459070da1867571a1c81f6748e33' | Stanislav Brabec | 1 | |
and 'c720c1f0f144601f43a22e4c9d8312e8df0db716' | ||||
2008-02-25 | mpc83x3e-rdb machines: Use ?= for virtual/kernel so it can be user-configured. | Leon Woestenberg | 2 | |
2008-02-25 | merge of '45ed15a71cd24c4894d885800ddeb8de3cdcc32c' | Thomas Kunze | 1 | |
and '66b41c5ca5964cd5533a0eb457c78d84dce52eff' | ||||
2008-02-25 | kexec-tools-static: fix FILES | Thomas Kunze | 1 | |
applied changes from 2c3a38874a4f6692c855ed4f099954ecf8bcd8b3 through 7ab0c406df80db3fa391ee33a803bc653763cafb | ||||
2008-02-25 | wlan-ng-modules: follow upstream reshuffling of older sources into "older" ↵ | Rolf Leggewie | 1 | |
directory. Fixes 3867. | ||||
2008-02-25 | djvulibre: fix spelling mistake in SRC_URI. Closes 3871. | Rolf Leggewie | 1 | |
2008-02-25 | netsurf: new recipie. close oebug 3857. | Junqian Gordon Xu | 4 | |
2008-02-25 | re2c: new recipie, version 0.13.1. close oebug 3856. | Junqian Gordon Xu | 4 | |
2008-02-25 | lemon: upgrade to 3.4.4, fix pakaging, close oebug 3855 | Junqian Gordon Xu | 4 | |
2008-02-25 | postgresql: fix packaging and staging for 8.1.x | Junqian Gordon Xu | 4 | |
* modular packaging for lib, seperate client from server * NOTE: 8.2.x and 8.3.x may have different header file location | ||||
2008-02-25 | motion: fix build, upgrade to 3.2.9, oebug 3286 | Junqian Gordon Xu | 2 | |
2008-02-25 | merge of '7460b51ee9cc9d17b403416ed3a84895ac86e667' | Paul Sokolovsky | 125 | |
and 'cad8e5a9c094705cd6895a456eac5da6d41967bb' | ||||
2008-02-24 | package.bbclass: shlib postinst: Check for ldconfig presence before running it. | Paul Sokolovsky | 1 | |
* This helps uclibc systems where ldconfig is optional, in particular 3rd-party systems like OpenWRT. * Per RFC on the list. | ||||
2008-02-24 | linux-nokia800: added 2.6.21-osso71 used by OS2008 release (from Poky) | Marcin Juszkiewicz | 4 | |
2008-02-24 | merge of '297ad7b94e8bbe83dfdc4147df98885ce3617e76' | Junqian Gordon Xu | 3 | |
and '6678db7afc1756949a7d7e0c29814b8ba5988e74' | ||||
2008-02-24 | xserver-kdrive-imageon: reintroduce FILESPATH | Rolf Leggewie | 1 | |
* for some reason I am too lazy to inspect further not all patches were found * adding ${FILE_DIRNAME}/files to the previous setting results in successful do_patch and do_build * there are quite many duplicate patches in the packages/xorg-xserver/ directory consolidating them would be beneficial IMHO (I don't have time for it today) | ||||
2008-02-24 | merge of '80c52e76bb10a5094aed318ae2fdb1dd54142fa6' | OpenEmbedded Project | 1 | |
and 'eb3456028de695d23262b2922803a1c67199d914' | ||||
2008-02-24 | xserver-kdrive-imageon: remove FILESPATH definition to make sure it finds ↵ | Rolf Leggewie | 1 | |
all necessary patches. | ||||
2008-02-24 | ttf-fonts: Add some missing -dbg RRECOMMENDS overrides | Richard Purdie | 2 | |
2008-02-24 | merge of '974b595e3879472eb8d938a14f98da8b539e07d5' | Thomas Kunze | 15 | |
and 'b0f96dc3cc5db2cb812d4c00fad95a9f797c8eac' | ||||
2008-02-24 | klibc: fix a staging error | Thomas Kunze | 2 | |
2008-02-24 | ttf-liberation: Fix -dbg package RRECOMMENDS since PN as a package doesn't exist | Jan Lübbe | 1 | |
This is the same fix as the one by rpurdie to ttf-dejavu. | ||||
2008-02-24 | klibc, klibc-utils-static: apply config-eabi.patch only once | Thomas Kunze | 3 | |
2008-02-24 | altboot: Apply fix from oebug #2647 | Matthias Hentges | 1 | |
2008-02-24 | ffmpeg: make svn buildable, fix configure options for 0.4.9-pre1, unify, ↵ | Junqian Gordon Xu | 3 | |
clean up * fix svn using SRCDATE * reformat EXTRA_OECONF to make the order of the options follow ./configure --help * NOTE: --cpu(0.4.9-pre1) equals --arch(svn); while --tune(0.4.9-pre1) equals --cpu(svn) * NOTE: oe uses --march and --mtune, so the above optimization by ffmpeg (--mcpu) is not really needed * NOTE: but we try to make --cpu(0.4.9-pre1) or --arch(svn) as close to $TARGET_ARCH as possible * checked --march and --mtune and $TARGET_CFLAGS are used correctly * remove unnecessary FLAGS, configure options, oe_runconf(), etc in either svn or pre1 * unify svn and 0.4.9-pre1, however not much can be done for packaging and staging * QA: add LEAD_SONAME, fix DESCRIPTION, HOME, AUTHOR | ||||
2008-02-24 | libgsm: fix staging following debian style | Junqian Gordon Xu | 1 | |
* make a symlink from ${INCLUDEDIR}/gsm/gsm.h to ${INCLUDEDIR}/gsm.h * replace tab with space | ||||
2008-02-24 | sane-srcrev for openmoko linux kernel bumped to 4102 in order to fix the SD | Mike Westerhof | 1 | |
card problem on the gta01. Tested more thoroughly this time. | ||||
2008-02-24 | merge of '2fe954cb15fbe7a382c756c05c35cb5dfbb34350' | OpenEmbedded Project | 1 | |
and '45375d79ec784666e2d1135d3d602845ed57d669' | ||||
2008-02-24 | ffmpeg: fix 0.4.9-pre1 oebug 1897, fix svn packaging oebug 3850 | Junqian Gordon Xu | 10 | |
* gcc4.patch absorbs the original common.patch and adds hacks to satisfy stricter type checking by gcc4 * soname.patch adds libpostproc fix in oebug 1897 comment#1 * drop the obsolete/dup patches in ffmpeg dir * 1st attemp to unify 0.4.9 and svn. * TODO: further unification of packaging and staging is desired once svn recipie settles | ||||
2008-02-24 | merge of '3e0e5727f7fe0745a9ac42f53da9955314c5f869' | Thomas Kunze | 1 | |
and '7ab0c406df80db3fa391ee33a803bc653763cafb' | ||||
2008-02-24 | kexec-utils-static: fix PACKAGES | Thomas Kunze | 1 | |
2008-02-23 | base.bbclass: Optimise get_subpkgedata_fn() to minimise expand calls | Richard Purdie | 1 | |
2008-02-23 | bitbake.conf: Unconditionally set RDEPENDS for -dev package and RRECOMMENDS ↵ | Richard Purdie | 1 | |
for -dbg package. This is important since these packages should always exist. If they don't, depchains functionality falls apart and its impossible to pull in all the dependencies to build X or debug Y. This check also causes a significant performance hit when parsing. | ||||
2008-02-23 | ttf-dejavu: Fix -dbg package RRECOMMENDS since PN as a package doesn't exist | Richard Purdie | 1 | |
2008-02-23 | gpsd: promoted for slugos | Ovidiu Sas | 1 | |
2008-02-23 | base.bbclass: Cleanups possible with recent improvements in bitbake syntax | Richard Purdie | 1 | |
2008-02-23 | sanity.bbclass: Cope with empty abi files generated by previous issues | Richard Purdie | 1 | |
2008-02-23 | merge of '5744cdb7ad43a125c73b2dd57d51ded57a140c60' | Paul Sokolovsky | 8 | |
and 'be4a9a82ecf6de3dc409f7e421e00f48275630a4' | ||||
2008-02-23 | sanity: Move variable declarations to sanity.conf to workaround problems ↵ | Richard Purdie | 2 | |
with bitbake 1.8.10 | ||||
2008-02-23 | psplash svn: Move startup to S 01, freeing S 00 for something doing fbdev init. | Paul Sokolovsky | 1 | |
* Like just added fbset-init. | ||||
2008-02-23 | fbset-init: Add init.d script to init fb device using fbset. | Paul Sokolovsky | 4 | |
2008-02-23 | conf/checksums.ini: Add glib-2.14.4 to the list | Holger Freyther | 1 | |
2008-02-23 | conf/checksums.ini: Add xtrans 1.0.4 to the list of checksums | Holger Freyther | 1 | |
2008-02-23 | altboot: Update to SVNR79 (add proper modules for collies SD support) | Matthias Hentges | 1 | |