summaryrefslogtreecommitdiff
path: root/recipes
AgeCommit message (Collapse)AuthorFiles
2010-08-01jack: make twl patch specific to omap3 machinesKoen Kooi1
2010-08-01jack 0.118.0: Add patch to that changes the jackd defaults for the ALSA ↵Richard2
driver to values that work when audio capture is required on the BeagleBoard.
2010-08-01ffmpeg.inc: add subpackage for libavcoreKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-08-01elementary-theme-niebiee: bump revisionSebastian Krzyszkowiak1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-08-01phoneui-shr-theme-niebiee: new recipeSebastian Krzyszkowiak1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-08-01libtorrent: removed old versionsFrans Meulenbroeks4
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-01libtorrent: moved to latest versionsFrans Meulenbroeks2
moved to latest versions of libtorrent and rtorrent also cleaned up the recipes a bit Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-01mdbus2_git.bb: bump SRCREV and sync PVKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-07-31openssh.inc: Workaround uclibc issue where pthread.h inclusion causes conflictKhem Raj1
* PAM means openssh wants its own implementation of pthread functions and the signatures dont match with uclibc functions. stdio.h pulls in pthread.h and causes the compiler to abort compilation. Ideally uclibc should not include pthread.h but its a hard one to fix. Until then we disable pam on uclibc. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-31alsa-oss: removed a few old versionsFrans Meulenbroeks2
These are already quite old, not pinned by anyone, and are sing legacy staging as per TSC suggestion (minutes may 2010) removed it Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-31tgt 1.0.6: removed old recipeFrans Meulenbroeks1
Thought this one was gone when 1.0.7 was created; apparently used mv instead of git mv, therefore cleaning this up now Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-31alsa-lib: removed various old versionsFrans Meulenbroeks6
These are already quite old, not pinned by anyone, and using legacy staging as per TSC suggestion (minutes may 2010) removed it Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-310xFFFF: removed 0.1 versionFrans Meulenbroeks2
This one is already quite old, not pinned by anyone, using legacy staging and no BBCLASSEXTEND = "native" as per TSC suggestion (minutes may 2010) removed it Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-31tgt: upgraded to 1.0.7Frans Meulenbroeks1
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-30rsyslog: SRC_URI updatedSteffen Sledz1
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2010-07-30ffmpeg_svn.bb: bump SRCREV to make it build on armv4t againKlaus Kurzmann23
and bump PR of recipes that depend on it Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-07-30gocr: add 0.48Koen Kooi1
2010-07-30arora: more c/p unbreakageKoen Kooi1
*need more coffee*
2010-07-30arora: fix copy/paste errorKoen Kooi1
2010-07-30arora: try a bit harder to be parallel installableKoen Kooi1
2010-07-30liboil: updated to 0.3.17Enrico Scholz1
Patches from 0.3.15 are in upstream and not needed anymore. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
2010-07-30udev 151: increase timeout to 8 to catch more devicesKoen Kooi2
2010-07-29gcc-configure-cross.inc: set --with-build-time-tools to STAGING_BINDIR_CROSSKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-29gcc-cross: Use EXTRA_OECONF_PATHS in initial and intermediate recipes.Khem Raj3
* Add new configure time option --with-build-time-tools Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-29recipes: Replace ${PN} override with pn-${PN} for PACKAGE_ARCHKhem Raj12
* Needed to get CURRENT_TARGET_SYS to evaluate correctly in bitbake.conf Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-30at 3.1.12: fix RCONFLICTS/RREPLACES definitionsRoman I Khimov1
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-07-30udev: add support for udev-compat for c7x0 and poodleAndrea Adami3
* following spitz + akita * fixed RDEPENDS of .154
2010-07-29kexecboot: remove dependency on losetupAndrea Adami1
* Support for loopmount still to be defined. * While we could easily mount a loopimage and kexec the included * kernel and initrd, it would be duty of the init of the loopimage * to know about rootfs and rest of filesystem. * Problem is we don't know that init in advance.
2010-07-29kexecboot_git: bump to f0f9069a40f7dcf21da9d0b59f36e768a073d0c9Andrea Adami1
* new fbmenu layout
2010-07-29cornucopia.inc: bump FSO_CORNUCOPIA_SRCREVKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-07-29libfso-glib_git.bb: bump SRCREVKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-07-29fso-specs_git.bb: bump SRCREVKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-07-29base-files: profile: don't set TZ if /etc/TZ is presentRoman Khimov7
uClibc-based systems can have system-wide TZ in /etc/TZ, thus we shouldn't set TZ variable if it is present. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-07-29signGP: add BSD header and copyrightChase Maupin2
* Add the BSD header to the signGP.c file with copyright year 2010. * Bump PR Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-07-29signgp: set license to BSDDenys Dmytriyenko1
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-07-29multi-kernel: fix race condition Graeme reported by depending on mkimageKoen Kooi1
2010-07-29mpd: add 0.15.12Koen Kooi1
2010-07-29xmms-tremor: bump PRKoen Kooi1
2010-07-29mpfr-3.0.0.bb: use existing long-long-thumb.patch instead of arm mode for armv4tKlaus Kurzmann2
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-07-29barnyard/snort: switch to Gentoo mirrors for SRC_URIRoman I Khimov2
snort.org changed source URLs to http://www.snort.org/downloads/116 alike that redirect somewhere to Amazon S3 with parameters added to the link that makes wget save files like "snort-version.tar.gz?lots-of-gibberish" which breaks build. Workaround that. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-07-29squid: fix obsolete "-D" cli option warning for squid version 3Roman I Khimov2
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-07-29squid: fix missing /etc/squid.conf message from initRoman I Khimov2
Like this: /etc/init.d/squid: line 18: /etc/squid.conf: No such file or directory We actually have squid config in /etc/squid/squid.conf Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-07-29squid: add version 3.1.4Roman I Khimov7
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-07-29external-toolchain-csl: fix the license for -dev packagesDenys Dmytriyenko1
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-07-29liboil: change the license to liboilDenys Dmytriyenko5
Legally, it is more correct to call the mix of licenses (like used by liboil) with the application-specific name, rather than a generic "various". Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-07-29squid: remove SQUID_MAJOR, determine SRC_URI path from PVRoman I Khimov3
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-07-29squid: remove -native recipesRoman I Khimov5
They were only used for cf_gen compilation which is unnecessary with a little patch for squid build system. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-07-29signgp: convert to BBCLASSEXTENDKoen Kooi1
2010-07-29mpfr: move ARM_INSTRUCTION_SET to mpfr.incKlaus Kurzmann2
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-07-29xmms: bump PRKoen Kooi1