Age | Commit message (Collapse) | Author | Files |
|
This is required by the newer policykit packages which I am working on
pulling into OE.
|
|
* Fixes, security update for MSN plugin.
* Removed unreferred recipes for vulnerable versions.
|
|
|
|
Hello,
In the gSOAP package I noticed the following patch was applied to the
native build: use-just-built-binary.patch
This patches the makefiles of gSOAP so that the correct executable is used.
However the problem originates from the fact that the makefile
variable $(SOAP) is overridden in gsoap_${PV}.bb with the following
directive:
EXTRA_OEMAKE = "SOAP=${STAGING_BINDIR_NATIVE}/soapcpp2"
Instead of patching the makefiles of gsoap, I've come up with a
simpler solution.
In the gsoap-native_*.bb files, overwrite EXTRA_OEMAKE like so:
EXTRA_OEMAKE = ""
This removes the problem with building gsoap natively and not using
the correct executable.
Please find my patch in attachment.
Regards,
Jan
Signed-off-by: Jan Paesmans <jan.paesmans@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* Move to using INC_PR
* Add md5 and sha checksums to recipe.
* Move more common parts like SRC_URI to whois.inc.
* Thanks Paul Menzel for reporting the pending upgrade.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Add some armv5te entries for ATMEL -EK boards.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Correction of at91sam9260ek and at91sam9g20ek configuration files:
Xserver is not needed. At91sam9rlek configuration file: no usbhost.
Adding of two new boards: at91sam9g10ek and at91sam9g45ekes. "es" stands
for Engineering Sample and correspond to the marking that is on the board.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Adding some Atmel AT91 chips to Xserver file.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* barebox is "a bootloader that inherits the best of U-Boot and the Linux kernel"
* add recipe for v2009.12.0 (last stable)
* add recipe for git repository
Signed-off-by: Eric Benard <eric@eukrea.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* Update to latest tip of branch.
* Delete the patches which are now upstream.
* Hide __libc_errno and __libc_h_errno and __libc_res.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Doing `bitbake libcap` with
PREFERRED_VERSION_binutils = "2.20"
PREFERRED_VERSION_binutils-cross = "2.20"
PREFERRED_VERSION_binutils-cross-sdk = "2.20"
PREFERRED_VERSION_gcc = "4.4.2"
PREFERRED_VERSION_gcc-cross = "4.4.2"
PREFERRED_VERSION_gcc-cross-sdk = "4.4.2"
PREFERRED_VERSION_gcc-cross-initial = "4.4.2"
PREFERRED_VERSION_gcc-cross-intermediate = "4.4.2"
in `local.conf` made `do_compile` error out with the following message [1].
arm-angstrom-linux-gnueabi-ld -soname libcap.so.1 -x -shared -o libcap.so.1.10 cap_alloc.o cap_proc.o cap_extint.o cap_flag.o cap_text.o cap_sys.o
arm-angstrom-linux-gnueabi-ld: cap_text.o: relocation R_ARM_MOVW_ABS_NC against `a local symbol' can not be used when making a shared object; recompile with -fPIC
Khem Raj explained it the following way [2].
Am Mittwoch, den 13.01.2010, 02:27 -0800 schrieb Khem Raj:
> > I also get the same error which I did not get before with GCC 4.1.1.
>
> Older versions of binutils/ld can not detect MOVT/MOVW relocations which
> are absolute and cant be used in PIC code.
> hence even if the error was there it remained latent.
Therefore just append `-fPIC` to the CFLAGS and bump the PR variable.
The strange thing is still, that other distributions seem to have patched libcap to build with `-fPIC` long ago [3–5].
[1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-January/016142.html
[2] http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-January/016211.html
[3] http://www.linuxfromscratch.org/patches/downloads/libcap/libcap-1.10-fedora_fixes-1.patch
[4] http://frugalware.org/pipermail/frugalware-darcs/2005-May/000824.html
[5] http://cvs.fedoraproject.org/viewvc/rpms/libcap/F-7/libcap-1.10-fPIC.patch?revision=1.1&view=markup
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
|
|
|
|
|
|
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
* Apply the same change as c0a3e91845fad1cdda723bdcf962de8bc01f8a2d for
x86 path
* A check was missed in the x86 path of the stage method.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* older version 2.4.11 builds OK on arm, but not 2.4.17
* someone with x86 and intel, please test
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
into org.openembedded.dev
|
|
|
|
|
|
|
|
GuiCa.patch: Load font fixed when 9x15 fails in GuiCalibratorX11
|
|
* the preferred version of binutils of conf/distro/micro.conf is 2.19.51
* the preferred version of glibc is 2.6.1 which is defined in sane-toolchain.inc
* the ld produced by binutils-2.19.51 reports that it can not find the __begin symbol when linking with glibc-2.6.1
Signed-off-by: Guo Hongruan <camelguo@gmail.com>
|
|
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
|
|
git+ssh://git.openembedded.org/openembedded into org.openembedded.dev
|
|
The only 0.4.0 version wasnt buildable for me.
|
|
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
(pixman-native used in cairo-native)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Mario Domenech Goulart <mario.goulart@gmail.com>
|
|
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
git+ssh://git.openembedded.org/openembedded into org.openembedded.dev
|
|
The configure script was generation paths in /usr/* when looking for
orbit-2-idl and bonobo idl files so feed our staging paths in instead.
|
|
|
|
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
library.
* Fix PR 3273
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* The patch is just a quick hack that fixes chvt on some fbdev devices.
* For more read recipes/xorg-xserver/xserver-xorg/hack-fbdev-ignore-return-mode.patch
|
|
* For more see recipes/xorg-driver/xf86-input-tslib/double-free-crash.patch
|
|
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
|
|
|
|
|
|
|
|
- Add wxwidget-2.9.0 include with derived rather than hardcoded lib and
config script names (depends on debug and charset configure flags)
- Use regular expression for LEAD_SONAME rather than hardcoded name.
- Fix autoconf issue where configure could not find staging root.
- Use INC_PR.
- Add wxwidgets-2.9.0 (unicode)
- Add wxwidgets-ansi-2.9.0 (non-unicode)
- Add wxwidgets-opengl-2.9.0 (unicode, opengl)
Signed-off-by: Johan Hovold <johan.hovold@lundinova.se>
Signed-off-by: Marco Cavallini <m.cavallini@koansoftware.com>
|