aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
AgeCommit message (Collapse)Author
2010-10-21fluxbox_1.1.1.bb: Delete duplicate fbrun.1 occurance from man_MANSKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-21diffstat: fix PRMartin Jansa
2010-10-21linux(-kexecboot): add recipe for 2.6.36 version + spitz defconfigMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-20++dfb: Add a patch to allow compilation with DirectFB 1.4.David Kozub
Signed-off-by: David Kozub <zub@linux.fjfi.cvut.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20libchamplain: DEPENDS: add clutter-gtk & sort entries alphabeticalAndreas Mueller
* configure on clean environment failed with checking for GTK... configure: error: Package requirements ( gtk+-2.0 >= 2.12 clutter-gtk-0.10 >= 0.10 ) were not met: No package 'clutter-gtk-0.10' found Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20clutter: remove COMPATIBLE_MACHINEAndreas Mueller
Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20log4cxx 0.10.0 recipeTasslehoff Kjappfot
Signed-off-by: Tasslehoff Kjappfot <tasskjapp@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20change upstart-0.3.11.bb to compatible with new upstart.incAnatoly Shipitsin
* bump PR * add to SRC_URI example-jobs for upstart-sysvcompat and rc init scripts * add USE_VT and SYSVINIT_ENABLED_GETTYS with default value, similary as in sysvinit recipe * add checksum for example-jobs Signed-off-by: Anatoly Shipitsin <norguhtar@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20update upstart.inc for fix upstart-sysvcompatAnatoly Shipitsin
* change upstart-sysvtools to upstart-sysvcompat for right package build * move all sysvcompat tools to upstart-sysvcompat * add to upstart-sysvinit need for sysvcompat services from example-jobs * add inherit update-alternatives for right set and switch between inits * move base directory from /usr to /. This need for update-alternatives work right, see sysvinit recipe * add generation native tty services, similary as in sysvinit recipe * add update alternatives in upstart-sysvcompat and upstart packages Signed-off-by: Anatoly Shipitsin <norguhtar@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20Add rc init files for upstart sysvcompatAnatoly Shipitsin
* Add rc, rcS and rcS-default from sysvinit recipe directory, for upstart-sysvcompat Signed-off-by: Anatoly Shipitsin <norguhtar@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20remove upstart_0.3.8.bbAnatoly Shipitsin
* remove recipe upstart_0.3.8.bb it's not buildable. I'm got error: wire.c: In function 'upstart_pop_int': wire.c:120: error: 'INT_MIN' undeclared (first use in this function) wire.c:120: error: (Each undeclared identifier is reported only once wire.c:120: error: for each function it appears in.) wire.c:120: error: 'INT_MAX' undeclared (first use in this function) wire.c: In function 'upstart_pop_unsigned': wire.c:196: error: 'UINT_MAX' undeclared (first use in this function) make[2]: *** [wire.lo] Error 1 Not found any recipe depends on it. Signed-off-by: Anatoly Shipitsin <norguhtar@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20clutter-gtk: Bump to 0.10.8Andreas Mueller
Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20live555: Add version 20101015 and remove older versionsSean Cross
Live555 gets downloaded from http://www.live555.com/liveMedia/public/ but they only have the latest version available. This patch adds support for the latest version, and removes older packages which cannot build due to missing tarballs. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20linux-imx-git: Fix compile error by making rotary coder a builtinSean Cross
There is a problem with certain functions not being exported in the kernel. This causes a compile error. As a workaround, make the rotary coder a builtin. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20linux-2.6.24: hipox machine fixed memzero.SMario Schuknecht
Signed-off-by: Mario Schuknecht <m.schuknecht@dresearch.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20automake-1.11.1: omit compilation of pyc files on installAndreas Oberritter
* On install, automake calls py-compile, which previously compiled python source code to pyc and pyo, which both got packaged. * The python interpreter in OE contains patches to enable optimization (pyo) by default: 04-default-is-optimized.patch 99-ignore-optimization-flag.patch * automake created pyc files by calling py_compile.compile() and adding the c suffix manually, resulting in identical byte code for both pyc and pyo files. * 0001-py-compile-compile-only-optimized-byte-code.patch applies to automake 1.11 and automake master, but older versions require a slightly modified patch. However, older versions are only pinned by chinook-compat and nylon, so I left them untouched. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20lua5.1: use standard prefix for Lua librariesPetr Štetiar
In default configuration Lua uses wrong /usr/local/{lib,share} in it's module/script search path. This patch change it to the usage of the standard /usr/{lib,share} directories. Signed-off-by: Petr Štetiar <ynezz@true.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20lua5.1: link to libpthread when using uclibcPetr Štetiar
When the Lua modules are linked with pthreads, loading them crashes Lua. It's some bug in pthread_create() in uclibc. Anyway, linking Lua against pthread fixes this issue. Signed-off-by: Petr Štetiar <ynezz@true.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20lua-rs232: use standard prefix for Lua librariesPetr Štetiar
Signed-off-by: Petr Štetiar <ynezz@true.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20lua-filesystem: use standard prefix for Lua librariesPetr Štetiar
Signed-off-by: Petr Štetiar <ynezz@true.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20gedit_2.30.0: Set `LICENSE` to GPLv2+ for real.Paul Menzel
Set In commit 860f29 [1] `LICENSE` was just set to `GPLv2` instead of `GPLv2+` in contrary to the commit message and the intention. Thanks for Andreas Oberritter to spotting this [2]. [1] http://cgit.openembedded.net/cgit.cgi/openembedded/commit/?h=master&id=860f2947b54a29becb4686261026c205bf3b9358 [2] http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-October/025823.html Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20busybox: add ts72xx hwclock-default file and modify hwclock.shPetr Štetiar
This patch simplifies the hwclock.sh init script and adds a possibility to fallback to default RTC device even if the device specified in HWCLOCKDEVICE doesn't exist. Signed-off-by: Petr Štetiar <ynezz@true.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20linux-2.6.34: ts72xx - update the kernel patchset and defconfigPetr Štetiar
- update the SD card patch so it works on ts7400 board also - update CMDLINE and use UBIFS as rootfs by default - add patch with fix for the ts72xx watchdog driver - build what's possible as modules Signed-off-by: Petr Štetiar <ynezz@true.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20libsigc++-1.2.5: convert to new style stagingAndreas Oberritter
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20linux-gumstix-2.6.15 & gumstix_2.6.5-gnalm1: removed outdated recipesAsh Charles
* removed two old recipes in the linux kernel with pre-2.6.20 kernel as suggested by Marcin's RFC of 20 Oct 2010. Signed-off-by: Ash Charles <ash@gumstix.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20nail_11.21.bb: Fix build failure due to dumbness in a configure-like script.Graham Gower
Presumably this build failure is due to a race condition, whereby the LIBS file contains some garbage when it is autogenerated by the 'makeconfig' script. mipsel-oe-linux-gcc -march=mips32 -L/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/lib -Wl,-rpath-link,/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/lib -Wl,-O1 aux.o base64.o cache.o cmd1.o cmd2.o cmd3.o cmdtab.o collect.o dotlock.o edit.o fio.o getname.o getopt.o head.o hmac.o imap.o imap_search.o junk.o lex.o list.o lzw.o macro.o maildir.o main.o md5.o mime.o names.o nss.o openssl.o pop3.o popen.o quit.o send.o sendout.o smtp.o ssl.o strings.o temp.o thread.o tty.o v7.local.o vars.o version.o `grep '^[^#]' LIBS` -o nail mipsel-oe-linux-gcc: o: No such file or directory mipsel-oe-linux-gcc: make: No such file or directory mipsel-oe-linux-gcc: grep: No such file or directory mipsel-oe-linux-gcc: happy: No such file or directory make: *** [nail] Error 1 Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20xoscope_1.12.bb: Fix build failure when comedilib has already been staged.Graham Gower
If comedilib is already staged, xoscope tries to use it and fails to build. mipsel-oe-linux-gcc -march=mips32 -DHAVE_CONFIG_H -I. -I.. -I/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/include/gtk-1.2 -I/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/include/glib-1.2 -I/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/lib/glib/include -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/include -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -Wall -MT callbacks.o -MD -MP -MF .deps/callbacks.Tpo -c -o callbacks.o callbacks.c callbacks.c:29:19: error: static declaration of 'window' follows non-static declaration callbacks.h:3:19: note: previous declaration of 'window' was here make[2]: *** [callbacks.o] Error 1 make[2]: Leaving directory `/mnt/oe/tmp/work/mipsel-oe-linux/xoscope-1.12-r1/xoscope-1.12/comedi-glade-src' So disable comedilib support at configure time. I assume since comedi is new to the tree this year and xoscope was added years ago, that comedi support is not desired. Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20qpe-libgaim_1.5.0.bb: Add new location of glib-2.0 headers to compiler ↵Khem Raj
include file search Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-21sharp-binary-only: remove unused libs/utils for ZaurusAndrea Adami
2010-10-21sharprom-toolchain: remove now obsoleted/unbuildable toolchainAndrea Adami
2010-10-21linux-kexecboot: set INITRAMFS_IMAGE = "initramfs-kexecboot-klibc-image"Andrea Adami
* initramfs-kexecboot-image is now *libc agnostic
2010-10-21initramfs-kexecboot-klibc-image: klibc variant of initramfs-kexecboot-imageAndrea Adami
2010-10-21kexec-tools: explicit packaging of kexec and kdumpAndrea Adami
2010-10-21kexecboot: split kexecboot-klibc recipe and oe-stylizeAndrea Adami
2010-10-21zaurus-utils: apply oe-stylizeAndrea Adami
2010-10-20expat: set acpaths=, not =+Chris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-10-20binutils.inc: Use anon python to grok CONFIGUREOPTSKhem Raj
* Immediate evaluation worked fine when the package was for target but failed for cross because cross bbclass is inherited after this evaluation happens and the configure parameters are pre evaluated which are incorrect for binutils-cross build, therefore we need to evaluate this expression at very end of parsing the recipe Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20expat: use INC_PR, set acpathsChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-10-20diffstat: fetch from upstreamChris Larson
Upstream has archived version tarballs, so it seems, so stop relying on debian for the fetching. Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-10-20linux-openmoko-2.6.34: add patch for jitter less tsMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-20binutils: bump INC_PR to force rebuildKoen Kooi
2010-10-20gcc-4.5.inc: Backport gcc trunk svn revision 165495 to fix ICE on udevKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20coreutils-6.0: apply patch for USE_STATVFSChris Larson
Fixes compile error on platforms where statvfs does not have an f_type member (e.g. OSX). See http://www.mail-archive.com/bug-coreutils@gnu.org/msg06552.html for details. Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-10-20quilt-native: remove '?' url in _append_build-darwin..Chris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-10-20libice: add 1.0.7Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-20xserver-xorg_git: bump SRCREVMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-20binutils.inc: Dont filter out all --with-sysroot stringsKhem Raj
* Binutils.inc is included into cross recipes because the cross recipes include target recipe. We only need to remove --with-sysroot full word only and not --with-systoot=... Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20libxml2: enable debug module (default is on)Martin Jansa
* it's not runtime debug (--with-run-debug or --with-mem-debug) * it's needed by python API (which is not limited to provide bindings based on enabled modules so ie python call param_node.lsCountNode() always calls libxml2mod.xmlLsCountNode(self._o), but this function is available only with debug module enabled. * unfortunately mesa build calls this python API from generator Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-20mesa-7.9: add talloc dependencyMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-20linux-openmoko-2.6.34: add patch from qtmoko for resume_reasonMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>