Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-09-08 | autoconf: Fix canadian cross build | Khem Raj | 10 | |
* Remove RDEPENDS and DEPENDS duplication. * path_prog_fixes.patch is not needed for 2.61 * Use INC_PR Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-09-08 | uclibc_0.9.30.1: Disable STDIO_GETC|PUTC MACROs | Khem Raj | 2 | |
* There is a problem with threads enabled and hiding __fgetc_unlocked and __fputc_unlocked which gets pulled in with the macros. This patch disables the macros and it will use the functions to perform these functions Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-09-08 | more files: Fixed unpack dependencies on unzip-native, see: | Stanislav Brabec | 18 | |
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-August/013505.html * http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-September/013620.html | ||||
2009-09-08 | libio-pty-perl libio-stty-perl: add recipes | Jan Lübbe | 3 | |
2009-09-08 | libsnmp-session-perl: add recipe | Jan Lübbe | 2 | |
2009-09-08 | libconfig-general-perl: add recipe | Jan Lübbe | 2 | |
2009-09-08 | libdbi-drivers: set libdir for libdbi and don't build docs | Jan Lübbe | 2 | |
2009-09-08 | libdbi: disable building docs (would need docbook/openjade) | Jan Lübbe | 3 | |
2009-09-08 | linux-kirkwood: use proper branch for 2.6.30 (thx Koen for spotting) | Marcin Juszkiewicz | 2 | |
2009-09-08 | marvel-sdio-fw: added firmware for WiFi powered BUGBase | Marcin Juszkiewicz | 3 | |
2009-09-08 | Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵ | Koen Kooi | 1 | |
into org.openembedded.dev | ||||
2009-09-08 | x-load: git has moved, update SRCREV and remove obsolete patches | Koen Kooi | 4 | |
2009-09-08 | checksums.ini: add missing checksum | Florian Boor | 1 | |
2009-09-08 | source-checker: added small script to generate list of files for mirroring | Marcin Juszkiewicz | 1 | |
oe-source-mirror-build.py compares checksums stored in checksums.ini with files in DL_DIR and outputs list of good ones. Such list can be used for populating local OE sources mirror. | ||||
2009-09-08 | linux-kirkwood: added 2.6.30.5 tested on sheevaplug | Marcin Juszkiewicz | 1 | |
2009-09-08 | sane-srcrevs: bump mplayer SRCREV | Koen Kooi | 1 | |
2009-09-08 | mplayer: bump SRCREV | Koen Kooi | 2 | |
2009-09-07 | opkg_wget_nogpg: adjust vfork patchset to accomodate general opkg patching. | Mike Westerhof | 1 | |
2009-09-08 | canutils: add 3.0.2 - needs recent linux-libc-headers | Florian Boor | 1 | |
2009-09-08 | linux: bump 2.6.28 PR | Florian Boor | 1 | |
2009-09-08 | linux: Update TX27 configuration for 2.6.28 | Florian Boor | 1 | |
2009-09-07 | angstrom-uboot-scripts: add recipe to generate .scr files easily | Koen Kooi | 2 | |
* the recipe puts them both in deploy and in ${datadir}/u-boot-scripts | ||||
2009-09-06 | mickeydbus: fix name of python-pygobject | Michael 'Mickey' Lauer | 1 | |
2009-09-05 | perl_5.8.8.bb: Use exec_prefix instead of layout_exec_prefix | Khem Raj | 1 | |
Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-09-05 | gcc-4.4.1: Fix canadian cross compilation. | Khem Raj | 3 | |
* Forward port cache amnesia patch * Forward port gcc-flags-for-build patch * do_configure needs to be overridden for 4.4.1 Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-09-05 | perl_5.8.8.bb: Fix compilation when bindir is not /usr/bin | Khem Raj | 1 | |
* Right now default perl installation happens in /usr prefix This patch tries to depend upong layout_prefix to decide on where to install. This is required for distros like micro who flatten the install tree and do not use /usr prefix Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-09-05 | procps_3.2.7.bb: Fix compilation when usr/bin is same as /bin | Khem Raj | 1 | |
* On DISTROs like micro where bindir and base_bindir are same, procps does not compile because it wants to install binaries in both places. We have to pass the variable to make file since it does not use autotools. Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-09-05 | libpam_1.0.2.bb: Fix compilation for uclibc systems. | Khem Raj | 2 | |
* libpam is not able to figure out that uclibc does not support NIS. This patch helps in making it do so. The patch is only applied for uclibc OVERRIDES. Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-09-05 | gst-plugins-good: add esound to DEPENDS line | Henning Heinold | 1 | |
* fixes compilation error * bump PR | ||||
2009-09-05 | ortp: Add glib-2.0 dependency for 0.7.1 | Khem Raj | 3 | |
* Also use INC_PR * Do not use glib dependency on 0.13.1 Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-09-04 | xinput: Updated to version 1.4.2. | Stanislav Brabec | 2 | |
2009-09-04 | xf86-video-fbdev: Updated to version 0.4.1. | Stanislav Brabec | 2 | |
2009-09-04 | xf86-input-evdev: Update to version 2.2.5. | Stanislav Brabec | 2 | |
2009-09-04 | angstrom: Use linux-uclibceabi instead of linux-uclibcgnueabi | Khem Raj | 4 | |
* For uclibc based ARM EABI systems switch to using linux-uclibceabi as TARGET_OS Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> | ||||
2009-09-04 | linux-omap git: another checkpoint | Koen Kooi | 9 | |
* add V4l2 interfaces to DSS2 * add back MADC driver * add zippy support for beagleboard * add DSS2 for omap3evm | ||||
2009-09-04 | Revert "dropbear: Enable allow empty password patch." | Koen Kooi | 5 | |
dropbear.inc needs the patch non-applied, see the thread in http://thread.gmane.org/gmane.comp.handhelds.openembedded/26302 This reverts commit c26fc5db90702b035bd545cff3ee7575a0f9b70f. | ||||
2009-09-04 | linux-omap git: add dss2 and cache patches | Koen Kooi | 23 | |
2009-09-03 | dropbear: Enable allow empty password patch. | Khem Raj | 5 | |
* Switch to using INC_PR * Enable allow-empty_passed.patch without this its not possible to login unless root password is changed to be non empty Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-09-03 | cups.inc: export DSOFLAGS | Christopher Friedt | 1 | |
* This fixes PR 5304 * Makes dash happy. Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-09-03 | libidl_0.8.13.bb: Add new recipe | Khem Raj | 2 | |
* Add native and target recipes for libidl 0.8.13 Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-09-03 | OpenEmbedded: Switch to using linux-uclibceabi and linux-gnu for TARGET_OS | Khem Raj | 51 | |
* Bump the ABI_LAYOUT. Build from scratch will be needed. * Replace using TARGET_OS from linux->linux-gnu. * Replace using linux-uclibcgnueabi->linux-uclibceabi. * Add 'eabi' to DISTRO_FEATURES (only for minimal and micro). * Use eabi and BASE_PACKAGE_ARCH to compute real TARGET_OS. * Fix the micro conf to get console image building. * Fix the linux-uclibcgnueabi overrides in all recipes. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Phill Blundell <pb@reciva.com> Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de> | ||||
2009-09-03 | linux-omap git: update to rc8, start adding patches from the overo tree | Koen Kooi | 5 | |
2009-09-03 | Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵ | Koen Kooi | 2 | |
into org.openembedded.dev | ||||
2009-09-03 | pixman git: add some more NEON and fastpath patches | Koen Kooi | 5 | |
2009-09-03 | task-cli-tools[-python]: factor python-based cli tools out of common recipe ↵ | Michael 'Mickey' Lauer | 2 | |
to improve build time for those who don't need/want any of the python-based ones. | ||||
2009-09-03 | linux-omap: move ppoll patch to files/ and exchange it with the queued version | Koen Kooi | 3 | |
2009-09-03 | libpersistence: new recipe; gobject serialization library | Michael 'Mickey' Lauer | 2 | |
2009-09-03 | mickeydbus: add more RDEPENDES | Michael 'Mickey' Lauer | 1 | |
2009-09-03 | gst-ffmpeg: bump PR on 0.10.7, add 0.10.8 and cleanup EXTRA_OECONF | Koen Kooi | 3 | |
2009-09-03 | libxext-native: stop providing 'xext' | Koen Kooi | 1 | |