aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
AgeCommit message (Collapse)Author
2011-08-22lmbench-3.0-a9: Fix typo in patch file (s/bave/behave/)Paul Menzel
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-19initscripts-shr: PR bumpMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-08-19initscripts-shr: changed mountdevsubfs.sh to mount /dev/pts after udevSylvain Paré
* since this commit http://git.openembedded.org/cgit.cgi/openembedded/commit/?id=974dfb87778a26b80983b44c94922d0acb257e33 machines using udev and mountdevsubfs.sh had issue of pts not mounted because both were at init level S04 despite mountdevsubfs.sh was depending on udev.. Signed-off-by: Sylvain 'GarthPS' Paré <sylvain.pare@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-08-19libpng: Upgrade to version 1.2.46 and remove old patchSylvain 'GarthPS' Paré
This addresses the following security advisories: * CVE-2011-2690 * CVE-2011-2692 Signed-off-by: Sylvain 'GarthPS' Paré <sylvain.pare@gmail.com> Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-19lightmediascanner: Remove version 0.2.0.0 and 0.4.1.0Paul Menzel
2011-08-19lightmediascanner: Add version 0.4.3.0Paul Menzel
Changelog available at [1]. Build tested for `MACHINE = "beagleboard"` using `angstrom-2010.x` and `minimal{,-uclibc}`. [1] http://git.profusion.mobi/cgit.cgi/gustavo/lightmediascanner/tree/ChangeLog?id=7395cc3c1a507d57bd136191c6e216a5ec01179f Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-19lightmediascanner_0.4.1.0: Use `${S}` instead of `${WORKDIR}/${PN}-${PV}`Paul Menzel
`${S}` is more portable because `${WORKDIR}/${PN}-${PV}` is not valid for sources from a repository like Git. There it is often `git`. Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-19lightmediascanner: Add `virtual/libiconv` to `DEPENDS` and add patch for ↵Paul Menzel
`libiconv` Task compile fails with the following error using `minimal-uclibc` for `MACHINE = "beagleboard"`. Making all in bin make[3]: Entering directory `/oe/build-minimal-uclibc/minimal-uclibc-dev/work/armv7a-oe-linux-uclibceabi/lightmediascanner-1_0.4.1.0-r2/lightmediascanner-0.4.1.0/src/bin' CC test.o CC list-parsers.o CCLD list-parsers CCLD test ../../src/lib/.libs/liblightmediascanner.so: undefined reference to `libiconv_open' ../../src/lib/.libs/liblightmediascanner.so: undefined reference to `libiconv_close' ../../src/lib/.libs/liblightmediascanner.so: undefined reference to `libiconv' collect2: ld returned 1 exit status make[3]: *** [list-parsers] Error 1 make[3]: *** Waiting for unfinished jobs.... ../../src/lib/.libs/liblightmediascanner.so: undefined reference to `libiconv_open' ../../src/lib/.libs/liblightmediascanner.so: undefined reference to `libiconv_close' ../../src/lib/.libs/liblightmediascanner.so: undefined reference to `libiconv' collect2: ld returned 1 exit status make[3]: *** [test] Error 1 1. The libiconv Web site [1] tells to add `@LTLIBICONV@` to the linke command lines of the libraries or executables using libiconv functions. Gustavo send me a patch implementing this. 2. `touch config.rpath` before task configure because of the following error. autoreconf: running: automake --foreign --add-missing --copy --force-missing --warnings=cross automake: unknown warning category `cross' configure.ac:37: required file `./config.rpath' not found autoreconf: automake failed with exit status: 1 3. The next thing is to add `virtual/libiconv` to `DEPENDS`. EGLIBC and glibc do give an error because they include iconv support(?). CC lightmediascanner_utils.lo CC lightmediascanner.lo CC lightmediascanner_charset_conv.lo CC lightmediascanner_process.lo lightmediascanner_charset_conv.c:22:19: fatal error: iconv.h: No such file or directory compilation terminated. This patch is build tested using `angstrom-2010.x` and `minimal{,-uclibc}` for `MACHINE = "beagleboard"`. Additionally `enjoy_svn.bb` depending on `lightmediascanner` has been build tested too. [1] http://www.gnu.org/software/libiconv/ Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-17lightmediascanner: Add `HOMEPAGE = "http://lms.garage.maemo.org/"`Paul Menzel
Please note that the Git repository [1] mentioned in `README` [2] does not exist anymore [2]. It is currently hosted at the profusion.mobi site [3]. [1] http://staff.get-e.org/?p=users/barbieri/lightmediascanner.git [2] https://garage.maemo.org/plugins/ggit/browse.php/?p=lms;a=blob;f=lightmediascanner/README;h=32c6e601574d3f449675459f8cfd56bbe7944f46;hb=6f9905844f7349f97b59bbbacb8fd443d7aea969 [3] http://git.profusion.mobi/cgit.cgi/gustavo/lightmediascanner/ Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-17lightmediascanner: Change author name from Profusion to ProFUSION [1]Paul Menzel
On [1] it says »©2008-2011 ProFUSION. All rights reserved.«. [1] http://profusion.mobi/contact Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-17lightmediascanner_0.2.0.0: Correct license to LGPLv2.1+ [1][2]Paul Menzel
[1] http://git.profusion.mobi/cgit.cgi/gustavo/lightmediascanner/log/COPYING [2] http://git.profusion.mobi/cgit.cgi/gustavo/lightmediascanner/tree/src/lib/lightmediascanner.c Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-17lightmediascanner: Order fields according to style guidePaul Menzel
[1] http://wiki.openembedded.org/index.php/Styleguide Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-16libphone-ui-shr, libphone-ui, libphone-utils, e-wm-config-illume2-shr: bump ↵Martin JaMa Jansa
SRCREVs Signed-off-by: Martin JaMa Jansa <Martin.Jansa@gmail.com>
2011-08-16ckermit: Fix typos in commentsPaul Menzel
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-16ckermit: Order meta fields according to style guide [1]Paul Menzel
[1] http://wiki.openembedded.org/index.php/Styleguide Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-09gnuradio : Bump SRCREV to current version. Fix pacakging warning.Philip Balister
Signed-off-by: Philip Balister <philip@balister.org>
2011-08-03mplayer_git: Add patch to fix linker error on x86 machinesJosua Mayer
For x86 machines the option `--enable-runtime-cpudetection` is passed to the configure script. EXTRA_OECONF_append = " ${@base_contains('MACHINE_FEATURES', 'x86', '--enable-runtime-cpudetection', '',d)} " This causes a linker error like fix undefined references in loader/module.o: module.c:(.text+0xd60): undefined reference to `report_entry' module.c:(.text+0xd6a): undefined reference to `report_ret' module.c:(.text+0xd74): undefined reference to `wrapper_target' module.c:(.text+0xd7a): undefined reference to `wrapper' as reported and fixed in the Gentoo’s Bugzilla Bug 213836 [1]. The patch was partly adopted and applied already to `mplayer_svn` in OpenEmbedded in commit »mplayer_svn : fix compilation problem« (ff57f14c) [2]. This patch is build tested for `DISTRO = "shr"` with a modified `conf/machine/ion.conf`. [1] https://bugs.gentoo.org/213836?id=213836 [2] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=ff57f14c99a6ff61ffb7f1c533523e3e934f96e5 Signed-off-by: Josua Mayer <josua.mayer97@googlemail.com> Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-02task-sdk-gnuradio-native : Remove distcc.Philip Balister
I shouldn't have added this to the sdk. Deal with this at the image level. Signed-off-by: Philip Balister <philip@balister.org>
2011-08-02iceauth: Improve `DESCRIPTION` and remove white spacePaul Menzel
1. Improve description: s/a tool/Tool/. Therefore bump `PR`. 2. Remove unneeded space when using `+=`. 3. Please note that the fields `LICENSE` and `HOMEPAGE` are defined in the include file [2]. Based on a patch for meta-oe from Andreas [1]. [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-July/034168.html [2] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-July/034171.html Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-08-01asterisk : Create log file directory in init script.Philip Balister
If the log file is created on a tmpfs, the init script must the logfile directory and chown it to the asterisk user each time asterisk starts. Signed-off-by: Philip Balister <philip@balister.org>
2011-08-01uhd : Update recipe to build 3.2.1 from git repo.Philip Balister
Signed-off-by: Philip Balister <philip@balister.org>
2011-08-01uhd-firmware : Update recipe to package 3.2.1.Philip Balister
Signed-off-by: Philip Balister <philip@balister.org>
2011-07-28bluez4: Add Upstream-Status to fix-build-races.patchTom Rini
This has been applied upstream now. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-07-28linux-2.6.24: fix deadlock situation in gmac driver (hipox machine only)Mario Schuknecht
Signed-off-by: Mario Schuknecht <m.schuknecht@dresearch.de> Acked-by: Steffen Sledz <sledz@dresearch.de>
2011-07-28linux-2.6.24: enable tun device support (hipox machine only)Mario Schuknecht
Signed-off-by: Mario Schuknecht <m.schuknecht@dresearch.de> Acked-by: Steffen Sledz <sledz@dresearch.de>
2011-07-27module-init-tools-cross: add hack for 3.0 supportKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-07-26rp-pppoe: Update field `HOMEPAGE`Paul Menzel
Accessing the old URL gives the error »Page not found«. »What makes a cool URI? A cool URI is one which does not change. What sorts of URI change? URIs don't change: people change them.« [1] [1] http://www.w3.org/Provider/Style/URI Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-07-26raptor: add libxml2 DEPENDSBen Gardiner
The configure script of raptor allows either expat or libxml; the default is libxml. Add libxml2 to DEPENDS of raptor to fix broken raptor build in clean-tree. Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-07-26ti-codecs-omap3530 4.00.00.00: fix PE problemKoen Kooi
bump PR for dependant recipes as well Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-07-26linux 3.0: add initial recipe with patches for hx4700 machineKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-07-26linux-omap 2.6.39: sync with meta-tiKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-07-26linux-omap-psp: Fix MMC timeout errorsJoel A Fernandes
This fixes MMC errors due to timeouts on certain SD Cards following suggestions to set dto to 14 by Jason Kridner and Steven Kipisz Details of the issue: http://talk.maemo.org/showthread.php?p=1000707#post1000707 This fix proposed by Sukumar Ghoral of TI. Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-07-23pulseaudio: make it work out of the boxKoen Kooi
* reuse 'audio' group as access group The current failure is: root@usrp-e1xx:/etc/pulse# pulseaudio --system [..] W: protocol-native.c: Failed to get GID of group 'pulse-access' W: protocol-native.c: Failed to check group membership. W: protocol-native.c: Denied access to client with invalid authorization data. * add more required modules Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Koen Kooi <koen@openembedded.org> From OE-core rev 756e5fb08ee65cf459d88f97ae51adc86af75a70
2011-07-22gcc: Package libstdc++ gdb python helpers into dev packageKhem Raj
People are seeing these errrors from ldconfig libstdc++.so.6.0.14-gdb.py is not an ELF file - it has the wrong magic bytes at the start. this file is moved into gdb's autoload directory if it exists there then gdb will find it when debugging and it wont be in the paths where ldconfig looks for libraries. Signed-off-by: Khem Raj <raj.khem@gmail.com> Tested-by: Philip Balister <philip@balister.org>
2011-07-20cornucopia: bump SRCREVMartin Jansa
* msmcomm needs at least 7b9f1e7636d8e4b14c49ec296b7ec0b4d4316831 after msmcomm SRCREV bump in http://git.openembedded.org/cgit.cgi/openembedded/commit/?id=c171f151768f4588aed94836bb1a6b26abdb4f61 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-07-19linux-palmpre: update defconfig and bump MACHINE_KERNEL_PRSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-07-19linux-palmpre: bump SRCREV for latest updatesSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-07-19msmcomm: bump SRCREV for latest updatesSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-07-19msmcommd: add libmsmhll as dependency and bump PRSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-07-19libmsmhll: add the hci link layer implementation library fo msmcommSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-07-19linux-nokia900-meego: update defconfig to build at least kernel-module-tunMartin Jansa
* some people like me are using openvpn with tun/tap * it was removed in 6a65a05de26f7875ea0cc0d03f09c14c4d151ad2 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-07-19nodejs: Add patch to compile with GCC 4.3.3chase maupin
* Add a patch to nodejs to allow compiling with GCC versions less than or equal to 4.3.3. * Define the function nodejs_get_gcc_ver to allow applying the patch conditionally based on compiler version. * Patch based on post at https://github.com/joyent/node/issues/883 Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-07-19beagleboard-test-scripts: BeagleBoard userbutton detection for flashingJoel A Fernandes
* Build and install a userbutton tool to detect state of the user button on a BeagleBoard from /dev/input/event0 * Install a user.txt and uEnv.txt to /boot, Narcissus will copy from here to the FAT partition of an SD Card Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-07-19navit_svn: return trailing space to SRC_URIMartin Jansa
* so that existing appends are not broken * it was removed in f8a2cccaca84bd3748e8733ac592ade5c5b8eeec Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-07-18libgisi: bump SRCREVMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-07-17SlugOS: slugos-init - update setup_optware script for new SlugOS 6 optware feedsMike Westerhof
(cherry picked from commit b7b7d61e0711d08ee6b116103e60e2a38a8e6084) Signed-off-by: Mike Westerhof <mwester@dls.net>
2011-07-15linux-omap-psp: Added patch to fix MMC timeout errorsJoel A Fernandes
This fixes MMC errors due to timeouts, and is borrowed from Steve Sakoman's patch for the linux-omap-2.6.39 recipe (as noticed by Jason Kridner) Details of the issue: http://www.mail-archive.com/linux-omap@vger.kernel.org/msg42214.html Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-07-15Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded ↵Koen Kooi
into org.openembedded.dev
2011-07-14usb-gadget-mode: add support for multi gadgetHoward D. Gray
This adds support for using the multi gadget ("g_multi" kernel module) as the default USB gadget mode. Signed-off-by: Howard D. Gray <howard.gray@matrix-vision.de> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-07-13linux-2.6.28/mh355/defconfig: updated configuration file for mh355 kernelMarco Cavallini