summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2008-02-26rm_work.bbclass: Add event handler to take care of removing stamps when ↵Richard Purdie1
trying to rebuild packages after sources have been removed. Needs bitbake 1.8 svn to have any effect.
2008-02-26seppuku.bbclass/tinderclient.bbclass: Use exec_func, not exec_task for clean ↵Richard Purdie2
function
2008-02-26gsmd : flip an extra bit on gta02 machines that stops hideous noise inGraeme Gregory3
sound system
2008-02-26merge of 'bb3a350cb54c9fb4c228cbda61641d9fce41e303'Graeme Gregory1
and 'ff93c9e7d2875781e7af90b2d3588461fb232fb4'
2008-02-26u-boot-openmoko_1.3.1+git+svn.bb : update svn and make it generateGraeme Gregory1
gta02v5 u-boots
2008-02-26naming tweaks for gpio on s3c24xxMichael Lauer1
2008-02-26python-dbus: add dependency to dbus-glib (thanks Emdete)Michael Lauer1
2008-02-26add gpio, a userspace utility to tweak the GPIOs on the s3c24xx platformMichael Lauer2
2008-02-26s3c2410-utils: rename to s3c24xx-utilsMichael Lauer3
2008-02-26merge of '6257d463f8bb66aa3012de1dace0e36e69fc91a3'Thomas Kunze3
and '8d3c7f116675cb37e5e2e8c85c699a0c793dd6bb'
2008-02-26klibc: make klibc compile with eabi uclibcThomas Kunze3
2008-02-25Export PATH in udev network.sh.Stanislav Brabec1
* udevd does clearenv(). Without PATH, ifup/ifdown does not work properly. * Exporting default shell PATH fixes it.
2008-02-25merge of '8e15d4e806ea459070da1867571a1c81f6748e33'Stanislav Brabec1
and 'c720c1f0f144601f43a22e4c9d8312e8df0db716'
2008-02-25mpc83x3e-rdb machines: Use ?= for virtual/kernel so it can be user-configured.Leon Woestenberg2
2008-02-25merge of '45ed15a71cd24c4894d885800ddeb8de3cdcc32c'Thomas Kunze1
and '66b41c5ca5964cd5533a0eb457c78d84dce52eff'
2008-02-25kexec-tools-static: fix FILESThomas Kunze1
applied changes from 2c3a38874a4f6692c855ed4f099954ecf8bcd8b3 through 7ab0c406df80db3fa391ee33a803bc653763cafb
2008-02-25wlan-ng-modules: follow upstream reshuffling of older sources into "older" ↵Rolf Leggewie1
directory. Fixes 3867.
2008-02-25djvulibre: fix spelling mistake in SRC_URI. Closes 3871.Rolf Leggewie1
2008-02-25netsurf: new recipie. close oebug 3857.Junqian Gordon Xu4
2008-02-25re2c: new recipie, version 0.13.1. close oebug 3856.Junqian Gordon Xu4
2008-02-25lemon: upgrade to 3.4.4, fix pakaging, close oebug 3855Junqian Gordon Xu4
2008-02-25postgresql: fix packaging and staging for 8.1.xJunqian Gordon Xu4
* modular packaging for lib, seperate client from server * NOTE: 8.2.x and 8.3.x may have different header file location
2008-02-25motion: fix build, upgrade to 3.2.9, oebug 3286Junqian Gordon Xu2
2008-02-25merge of '7460b51ee9cc9d17b403416ed3a84895ac86e667'Paul Sokolovsky125
and 'cad8e5a9c094705cd6895a456eac5da6d41967bb'
2008-02-24package.bbclass: shlib postinst: Check for ldconfig presence before running it.Paul Sokolovsky1
* This helps uclibc systems where ldconfig is optional, in particular 3rd-party systems like OpenWRT. * Per RFC on the list.
2008-02-24linux-nokia800: added 2.6.21-osso71 used by OS2008 release (from Poky)Marcin Juszkiewicz4
2008-02-24merge of '297ad7b94e8bbe83dfdc4147df98885ce3617e76'Junqian Gordon Xu3
and '6678db7afc1756949a7d7e0c29814b8ba5988e74'
2008-02-24xserver-kdrive-imageon: reintroduce FILESPATHRolf Leggewie1
* 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-24merge of '80c52e76bb10a5094aed318ae2fdb1dd54142fa6'OpenEmbedded Project1
and 'eb3456028de695d23262b2922803a1c67199d914'
2008-02-24xserver-kdrive-imageon: remove FILESPATH definition to make sure it finds ↵Rolf Leggewie1
all necessary patches.
2008-02-24ttf-fonts: Add some missing -dbg RRECOMMENDS overridesRichard Purdie2
2008-02-24merge of '974b595e3879472eb8d938a14f98da8b539e07d5'Thomas Kunze15
and 'b0f96dc3cc5db2cb812d4c00fad95a9f797c8eac'
2008-02-24klibc: fix a staging errorThomas Kunze2
2008-02-24ttf-liberation: Fix -dbg package RRECOMMENDS since PN as a package doesn't existJan Lübbe1
This is the same fix as the one by rpurdie to ttf-dejavu.
2008-02-24klibc, klibc-utils-static: apply config-eabi.patch only onceThomas Kunze3
2008-02-24altboot: Apply fix from oebug #2647Matthias Hentges1
2008-02-24ffmpeg: make svn buildable, fix configure options for 0.4.9-pre1, unify, ↵Junqian Gordon Xu3
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-24libgsm: fix staging following debian styleJunqian Gordon Xu1
* make a symlink from ${INCLUDEDIR}/gsm/gsm.h to ${INCLUDEDIR}/gsm.h * replace tab with space
2008-02-24sane-srcrev for openmoko linux kernel bumped to 4102 in order to fix the SDMike Westerhof1
card problem on the gta01. Tested more thoroughly this time.
2008-02-24merge of '2fe954cb15fbe7a382c756c05c35cb5dfbb34350'OpenEmbedded Project1
and '45375d79ec784666e2d1135d3d602845ed57d669'
2008-02-24ffmpeg: fix 0.4.9-pre1 oebug 1897, fix svn packaging oebug 3850Junqian Gordon Xu10
* 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-24merge of '3e0e5727f7fe0745a9ac42f53da9955314c5f869'Thomas Kunze1
and '7ab0c406df80db3fa391ee33a803bc653763cafb'
2008-02-24kexec-utils-static: fix PACKAGESThomas Kunze1
2008-02-23base.bbclass: Optimise get_subpkgedata_fn() to minimise expand callsRichard Purdie1
2008-02-23bitbake.conf: Unconditionally set RDEPENDS for -dev package and RRECOMMENDS ↵Richard Purdie1
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-23ttf-dejavu: Fix -dbg package RRECOMMENDS since PN as a package doesn't existRichard Purdie1
2008-02-23gpsd: promoted for slugosOvidiu Sas1
2008-02-23base.bbclass: Cleanups possible with recent improvements in bitbake syntaxRichard Purdie1
2008-02-23sanity.bbclass: Cope with empty abi files generated by previous issuesRichard Purdie1
2008-02-23merge of '5744cdb7ad43a125c73b2dd57d51ded57a140c60'Paul Sokolovsky8
and 'be4a9a82ecf6de3dc409f7e421e00f48275630a4'