Age | Commit message (Collapse) | Author | Files |
|
|
|
Lua is staged as liblua.a instead of liblua5.1.a correct LDFLAGS accordingly.
Courtesy Guo Hongruan <camelguo@gmail.com> for finding out about the porblem and
preparing the initial fix.
While being there I also commented out COMPATIBLE_MACHINE as it builds fine for
other machines even it may be only usefull on the specific one.
|
|
Having a leading dot in DISTRO_VERSION will result in a '-.' string when
building archive names; this may lead to mistakenly think that something is
missing in the archive name.
Example:
minimal-.dev-snapshot-20100216-i686-linux-armv5te-linux-gnueabi-toolchain.tar.bz2
^^
Remove the leading dot in DISTRO_VERSIONs to avoid such possible
confusion.
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
convert to new style staging
|
|
working) 2.6.4 for target
* does anyone know how pass only 3 vars to cmakecache instead everything?
|
|
|
|
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
* 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>
|
|
* Get rid of do_stage.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* 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>
|
|
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>
|
|
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>
|
|
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>
|
|
|
|
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
|
|
|
|
support statically
|
|
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>
|
|
|
|
|
|
ROOT_FLASH_SIZE is not only used by the opie image.
|
|
This merges in the differences betwenn this machine files and the one provided
by Jonathan Cameron. Thanks Jonathan.
|
|
Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
|
|
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>
|
|
|
|
|
|
* 2.8.0 has he bugfix we need and is better that the 'random' git version 2.6.99 is using
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|