Age | Commit message (Collapse) | Author | Files |
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
|
|
needed when building (as discovered by jkridner)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Avoids conflict with Xdefs.h definition of 'pointer'.
Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Apply an upstream commit to get the build fixed with a gcc 4.5
|
|
Build libgcrypt-native for Gtk+ as it is used during linkage.
|
|
As seen in quilt-package.inc we need to pass 'BUILD_ROOT=${D}'
to have things installed where we want. Otherwise we end up with legacy
staging (and empty pstaging packages). Switch to INC_PR
Signed-off-by: Tom Rini <tom_rini@mentor.com>
|
|
* pkg-config has nice option PKG_CONFIG_SYSROOT_DIR
for cross compiling but its only for include and libraries
it is ignored for other things pkg-config provides.
* this fixes the needed. There may be more places that needs
same fix. For us this one suffices for now.
* Add gnome-doc-utils-native to DEPENDS.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Tom Rini <tom_rini@mentor.com>
|
|
Signed-off-by: Tom Rini <tom_rini@mentor.com>
|
|
Leaving the darwin changes alone as I can't test, otherwise
would have merged gmp-native_4.2.4 into gmp_4.2.4
Signed-off-by: Tom Rini <tom_rini@mentor.com>
|
|
* exactly one fix (CVE-2010-1633), considered as safe upgrade
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Tom Rini <tom_rini@mentor.com>
|
|
|
|
Signed-off-by: Simon Busch <morphis@gravedo.de>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
|
|
The sources from Palm for the Palm Pre has beed modified with little improvements and are
rebased against the latest version from Palm found at http://opensource.palm.com from time
to time. The modified kernel tree is maintained by the FSO team.
Signed-off-by: Simon Busch <morphis@gravedo.de>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
|
|
The current git revision for palmpre machine fails to compile. I updated it to the latest
revision available as u-boot is currently not usable on the palmpre machine at all.
Signed-off-by: Simon Busch <morphis@gravedo.de>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
|
|
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
|
|
* without legacy staging
* fix QA issue libpython2: non -dev package contains symlink .so: libpython2 path
* use FILESPATHPKG
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
These have probably been unbuildable for some time now, and there is no reason
not to use a newer version.
Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
|
|
underlying gtk+ version is not there any more
newer version exists
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
* converted do_stage to do_install and replaced ${STAGING_BINDIR} with ${D}${bindir}
* and treated the source with oe-stylize.py script
Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
|
|
* Run 'oe-stylize.py' on the recipe and make changes accordingly
Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
This reverts commit 82dcd385984ba059b346a0e37fd3e14d536074ad.
reverted coreutils removal as 7.0 and up is GPLv3, so there is
a desire to keep 6.0.
|
|
|
|
* OE patch went upstream with 1.5.19 (28da73a8add68f4abf68c417ac9559acc5d06861)
* OpenEmbedded patch c/o Khem Raj. Thx.
|
|
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
moved to openssl-1.0.0
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Simon Busch <morphis@gravedo.de>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
|
|
Signed-off-by: Simon Busch <morphis@gravedo.de>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
|
|
For some machines we need a specific lvm configuration to detect the captable devices
which can contain a lvm volume.
Signed-off-by: Simon Busch <morphis@gravedo.de>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
|
|
lvm2 fails to build cause there is a include of limits.h missing. The patch adds the
include to the relevant file of the lvm2 source.
Signed-off-by: Simon Busch <morphis@gravedo.de>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
|
|
This rebases all specific versions of lvm2 on a global recipe lvm2.inc which defines the
common parameters for building lvm2. Staging is overwritten as we don't need any of the
executables or manpages the build of lvm2 produces for any related builds.
Signed-off-by: Simon Busch <morphis@gravedo.de>
|
|
This reverts commit 5329088185d8f55f721cba92deab06dc859e9df1.
some recipes pin specifically to the 3.1 version, so reinstating that one
|
|
vulnerabilities"
This reverts commit a0a7a2710d0ea14ac41015e9b8f99fc8b4c687b3.
Missed the DEFAULT_PREFERENCE = "-1" on the 1.0 recipe.
|
|
|
|
Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
* add initramfs image
* move to 128MB ramdisk until I can get initramfs working
Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
* add getrusage patch
* remove version 1.5.18
* staging of klcc is still broken. WIP
|
|
* fix case of rotated fb
|