aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
AgeCommit message (Collapse)Author
2010-07-29recipes: Replace ${PN} override with pn-${PN} for PACKAGE_ARCHKhem Raj
* 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 Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-07-30udev: add support for udev-compat for c7x0 and poodleAndrea Adami
* following spitz + akita * fixed RDEPENDS of .154
2010-07-29kexecboot: remove dependency on losetupAndrea Adami
* 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 Adami
* new fbmenu layout
2010-07-29cornucopia.inc: bump FSO_CORNUCOPIA_SRCREVKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-07-29libfso-glib_git.bb: bump SRCREVKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-07-29fso-specs_git.bb: bump SRCREVKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-07-29base-files: profile: don't set TZ if /etc/TZ is presentRoman Khimov
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 Maupin
* 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 Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-07-29multi-kernel: fix race condition Graeme reported by depending on mkimageKoen Kooi
2010-07-29mpd: add 0.15.12Koen Kooi
2010-07-29xmms-tremor: bump PRKoen Kooi
2010-07-29mpfr-3.0.0.bb: use existing long-long-thumb.patch instead of arm mode for armv4tKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-07-29barnyard/snort: switch to Gentoo mirrors for SRC_URIRoman I Khimov
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 Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-07-29squid: fix missing /etc/squid.conf message from initRoman I Khimov
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 Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-07-29external-toolchain-csl: fix the license for -dev packagesDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-07-29liboil: change the license to liboilDenys Dmytriyenko
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 Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-07-29squid: remove -native recipesRoman I Khimov
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 Kooi
2010-07-29mpfr: move ARM_INSTRUCTION_SET to mpfr.incKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-07-29xmms: bump PRKoen Kooi
2010-07-29sox: bump PRKoen Kooi
2010-07-29scummvm: bump PRKoen Kooi
2010-07-29mpd: bump PRKoen Kooi
2010-07-29gnome-media: bump PRKoen Kooi
2010-07-29xf86-video-v4l2: add git versionKoen Kooi
2010-07-29mpfr_3.0.0.bb: set ARM_INSTRUCTION_SET to arm for armv4tKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-07-29perl 5.10.1: add perl-module-utf8-heavy dependencyRoman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-07-29dropbear: use pidfile for daemon start/stop/restartRoman I Khimov
Old init script killed all dropbear processes when doing stop/restart including open SSH sessions which is very annoying. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-07-29iproute2 2.6.34: install tcRoman I Khimov
Wasn't installed for some reason. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-07-29at: add version 3.1.12Roman I Khimov
Thanks to Buildroot guys for patches. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-07-28grep: Fix the xz-native dropping patchTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-07-28base-files: fix DISPLAY for shr distro and bump PRKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-07-28connman.inc: remove do_stageKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-07-28omhacks: bump SRCREV and sync PVKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-07-28grep, mpfr: Dont use .xz in SRC_URI yet.Khem Raj
* xz-native is needed to decompress these URI's and it has vicious catch-22 with autoconf-native etc. unless that is solved dont use it. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-28x-load git: update xm memory patchKoen Kooi
2010-07-28linux-omap-psp: Update omap3evm defconfigRoger Monk
* Re-base against latest psp defconfig * Sync-up config with beagleboard Signed-off-by: Roger Monk <r-monk@ti.com>
2010-07-28qt4: add WIP 4.6.3 recipes (only tested upto do_patch)Koen Kooi
2010-07-28Xgxperf: add svn versionPrabindh Sundareson
2010-07-28dbus-glib: fix do_install and bump INC_PRHenning Heinold
2010-07-27proxy-libintl_20080418.bb: pass -fPIC in CFLAGS always.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-27bison-native: Disable packaged-stagingTom Rini
bison-native does some hard-coded path nastiness to the binary so we disable packaged-staging. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-07-27uclibc-git: bump to latest git master, which fixes building of udev >= 151Henning Heinold
2010-07-27dbus-glib: converted to BBCLASSEXTENDED and remove do_stage stuffHenning Heinold