aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-03-28gnome-common: convert to new style stagingKoen Kooi
2010-03-28qemu: curl isn't in DEPENDS, so disable itKoen Kooi
2010-03-28ncurses: convert to new-style stagingKoen Kooi
2010-03-28libgpg-error: convert to new style stagingKoen Kooi
2010-03-28jpeg: convert to new-style staging and use BBCLASSEXTEND for -nativeKoen Kooi
2010-03-28lzo: convert to new style staging and use BBCLASSEXTEND for -nativeKoen Kooi
2010-03-28gtk-doc: convert to new style staging and use BBCLASSEXTENDKoen Kooi
2010-03-28curl: add 7.20.0 to fix http://curl.haxx.se/docs/adv_20100209.html and ↵Koen Kooi
convert to new style staging
2010-03-28cmake 2.6.4: convert native to new style staging and add (currenly non ↵Koen Kooi
working) 2.6.4 for target * does anyone know how pass only 3 vars to cmakecache instead everything?
2010-03-28cmake bbclass: use autotools, not autotools_stageKoen Kooi
2010-03-28libvalhalla: Add libvalhalla hg.Paul Menzel
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-03-28 mktemp_1.6.bb: use update-alternativesMartyn Welch
* As suggested in the original version, this patch makes mktemp use update-alternatives. Signed-off-by: Martyn Welch <martyn.welch@ge.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-03-28readline: Use BBCLASSEXTEND for native recipe.Khem Raj
* Get rid of do_stage. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-03-28lua: Adopt new staging and BBCLASSEXTENDMichael Stanger
* Removed do_stage from recipes * Set NATIVE_INSTALL_WORKS=1 * lua5.1-native now stages lua executable * Removed -native recipe, use BBCLASSEXTENDS instead Signed-off-by: Michael Stanger <michael.stanger@taitradio.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-03-27groff-1.19.2: avoid running install-info when installing the packageRicardo Salveti de Araujo
Otherwise the package will add the usr/share/info/dir file and can conflict with other problematically packages. Solution based on debian rules provided by the debian package. Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@openbossa.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-03-27cmake.bbclass: add toolchain file for cmake compilationsValentin Longchamp
Based on work done by Matthew Dombroski. We want to generate a toolchain file for cmake compilations. This adds a task that is performed before the configure task. Additional defines can be made in the toolchain file directly in the recipe file by using a do_generate_toolchain_file_append(). This is especially interesting for recipes that need to define values for additionnal libraries. Signed-off-by: Valentin Longchamp <valentin.longchamp@epfl.ch>
2010-03-27mrtg: new recipeRoman I Khimov
The Multi Router Traffic Grapher (MRTG) is a tool to monitor the traffic load on network links. MRTG generates HTML pages containing PNG images which provide a LIVE visual representation of this traffic. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-27Merge branch 'tzdata' into org.openembedded.devRoman I Khimov
2010-03-27ppp: make if-up/-down scripts compatible to resolvconf (thx to Wonka)Thomas Zimmermann
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2010-03-27xinput-calibrator: add 0.6.1Koen Kooi
2010-03-27qt4-embedded-gles 4.6.2: try harder to disable openvg and build linuxfb ↵Koen Kooi
support statically
2010-03-27Fixed concurrency problem for ZIP packed recipes.Ihar Hrachyshka
The problem occured when unzip-native is not yet staged, and ZIP archive unpacking already started resulting in failed do_unpack task. Added NEED_UNZIP_FOR_UNPACK variable to use in recipes which do_unpack with unzip utility but doesn't have '.zip' in SRC_URI (f.e. .EXE windows self-extraction binaries). Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-03-27freeimage: convert to new style stagingKoen Kooi
2010-03-27wgois: add missing dep and convert to new-style stagingKoen Kooi
2010-03-27imote2.conf: Remove misleading comment.Stefan Schmidt
ROOT_FLASH_SIZE is not only used by the opie image.
2010-03-27imote2.conf: Update JFFS2 and console informationsStefan Schmidt
This merges in the differences betwenn this machine files and the one provided by Jonathan Cameron. Thanks Jonathan.
2010-03-27chrony: time synchronization recipe (chronyc and chronyd)Jonathan Cameron
Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-03-27gnutls: fix do_configure by depending on gtk-docAntonio Ospite
building gnutls_2.8.5.bb fails in do_configure with these messages: [..] | automake: unknown warning category `cross' | doc/Makefile.am:27: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL | gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL | doc/reference/Makefile.am:135: `gtk-doc.make' included from here | gtk-doc.make:50: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL | doc/reference/Makefile.am:135: `gtk-doc.make' included from here | gtk-doc.make:173: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL | doc/reference/Makefile.am:135: `gtk-doc.make' included from here | doc/reference/Makefile.am:147: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL | autoreconf: automake failed with exit status: 1 | FATAL: autoreconf execution failed. NOTE: Task failed: /home/chris/oe/micro-dev/work/i686-oe-linux/gnutls-2.8.5-r0/temp/log.do_configure.14113 ERROR: TaskFailed event exception, aborting ERROR: Build of /home/chris/oe/openembedded.org/recipes/gnutls/gnutls_2.8.5.bb do_configure failed ERROR: Task 652 (/home/chris/oe/openembedded.org/recipes/gnutls/gnutls_2.8.5.bb, do_configure) failed NOTE: Tasks Summary: Attempted 865 tasks of which 0 didn't need to be rerun and 1 failed. ERROR: '/home/chris/oe/openembedded.org/recipes/gnutls/gnutls_2.8.5.bb' failed Depending on gtk-doc fixes this. Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Acked-by: Holger Hans Peter Freyther <zecke@selfish.org> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-03-27MAINTAINERS: Cosmetic trailing whitespace cleanupStefan Schmidt
2010-03-27MAINTAINERS: Add my entryStefan Schmidt
2010-03-27fontconfig: add 2.8.0 and make it default for angstromKoen Kooi
* 2.8.0 has he bugfix we need and is better that the 'random' git version 2.6.99 is using
2010-03-27faac: fix packaging and convert to new style stagingKoen Kooi
2010-03-27freetype: convert to new style stagingKoen Kooi
2010-03-27angstrom: switch to fontconfig 2.6.99Koen Kooi
2010-03-27fontconfig: convert to new style stagingKoen Kooi
2010-03-27cups: convert to new style stagingKoen Kooi
2010-03-27expat: convert to new style stagingKoen Kooi
2010-03-27pkgconfig: convert to new-style stagingKoen Kooi
2010-03-27libmad: convert to new style stagingKoen Kooi
2010-03-27libv4l: convert to new style staging and add 0.6.1Koen Kooi
2010-03-27apmd: convert to new style stagingKoen Kooi
2010-03-27add 18 bpp support to psplashIlya Petrov
2009/8/16 Holger Hans Peter Freyther <holger+oe@freyther.de>: > yes, it is not that we don't know people working at intel... sent. Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-03-27Grub: Add disk geometry patchMartyn Welch
Add a patch to allow for larger disk geometries. Signed-off-by: Martyn Welch <martyn.welch@ge.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-03-27libvalhalla: Add recipe for libvalhalla 1.0.1.Paul Menzel
1. `--enable-pic` is needed for non-x86 architectures. 2. Put test programs in separate package `${PN}-bin`. Manual pages are in `${PN}-doc` though. 3. Build tested with GCC 4.4.3 and Binutils 2.20.1 for `MACHINE = "beagleboard"`. 4. Depend on `libnfo` since it is recommended on upstream’s Web site. `do_configure()` is based on the recipe of `ushare`. Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-03-27libplayer: Add libplayer hg.Paul Menzel
1. `--enable-pic` is needed for non-x86 architectures. 2. Put test programs in separate package `${PN}-bin`. Manual pages are in `${PN}-doc` though. 3. Build tested with GCC 4.4.3 and Binutils 2.20.1 for `MACHINE = "beagleboard"`. 4. Depend on `mplayer` and `gstreamer`. Dependencies for vlc- or xine-wrappers can be added if needed. 5. I did not use release 1.0.0 since `configure` in that version does not have the option `--enable-pic`. [ fixed PV - koen ] Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-03-27libnfo: Add libnfo hg.Paul Menzel
1. `--enable-pic` is needed for non-x86 architectures. 2. Put test programs in separate package `${PN}-bin`. Manual pages are in `${PN}-doc` though. 3. Build tested with GCC 4.4.3 and Binutils 2.20.1 for `MACHINE = "beagleboard"`. 4. I did not use release 1.0.0 since `configure` in that version does not have the option `--enable-pic`. [ fixed SRC_URI and PV - Koen ] Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-03-26numptyphysics: update SRC_URIAntonio Ospite
The old SRC_URI doesn't work anymore, use vcs.maemo.org instead of garage.maemo.org as stated on https://garage.maemo.org/scm/?group_id=638 Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-03-26ezx: update ezx-gen-blob versionAntonio Ospite
NOTE: this version builds fine but the resulting binaries do not seem to be correct, their size is about 300KiB instead of the expected 64KiB. Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-03-26ezx: update device_table-ezx.txtAntonio Ospite
Update mux nodes to be used with the ts27010mux driver. Fix names for ttyIPC0 and video0 nodes. Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-03-26ezx: update ezxd version and ezxd.init scriptAntonio Ospite
Newer kernels have drivers for BP interaction built as modules, add the loading sequence in ezxd.init. Fix also the recipe so that the CC and CROSS variables do not interfere with the crosscompiler from OE. Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>