Andrea Adami [Wed, 6 Oct 2010 22:22:02 +0000 (00:22 +0200)]
zaurus-2.6.inc: evaluate here kernel bootlogo size
Andrea Adami [Wed, 6 Oct 2010 22:17:25 +0000 (00:17 +0200)]
linux-kexecboot.inc: don't define LOGO_SIZE here (machine-specific)
Andrea Adami [Tue, 5 Oct 2010 23:24:12 +0000 (01:24 +0200)]
linux.inc: allow for more bootlogo customization.
* kernel recipes can add a custom-sized bootlogo in SRC_URI
* e.g. SRC_URI = "file://${LOGO_SIZE}/logo_linux_clut224.ppm.bz2"
* before including/requiring linux.inc.
Andreas Oberritter [Wed, 29 Sep 2010 10:36:33 +0000 (10:36 +0000)]
libxmlccwrap-0.0.12: initial recipe
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Andreas Oberritter [Wed, 29 Sep 2010 10:36:31 +0000 (10:36 +0000)]
sispmctl-2.7: initial recipe
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Andreas Oberritter [Wed, 29 Sep 2010 10:36:28 +0000 (10:36 +0000)]
util-linux-ng: Don't depend on udev unless selected as IMAGE_DEV_MANAGER
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Andreas Oberritter [Wed, 29 Sep 2010 10:36:27 +0000 (10:36 +0000)]
tremor-
20041119: Add pkgconfig file, provide libvorbisidec
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Andreas Oberritter [Wed, 29 Sep 2010 10:36:21 +0000 (10:36 +0000)]
mc-4.6.2: use cd instead of pushd and popd
* pushd and popd aren't compatible with dash.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Thilo Fromm [Thu, 30 Sep 2010 21:07:55 +0000 (21:07 +0000)]
linux-libc-headers_2.6.24: Add falloc.h to kernel exported headers
This adds include/linux/falloc.h to the list of files exported by the kernel to the C library.
The include file is required for building e.g. a recent util-linux-ng against 2.6.24.
Starting from 2.6.25 a similar patch has been accepted upstream (the mainline
kernel). For 2.6.24, however, falloc.h is not exported although it's present.
Signed-off-by: Thilo Fromm <t.fromm@dresearch.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Thilo Fromm [Fri, 1 Oct 2010 00:25:42 +0000 (00:25 +0000)]
vim-7.2: remove quotes from CC in configure.in
configure.in features quotes around some calls to $CC (i.e. it calls
"$CC"). CC is, however, not always just the compiler name. In OpenEmbedded
CC looks more like "arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=arm926ej-s -mthumb-interwork -mno-thumb".
configure executes tests in a form like
res=`"$CC" --some-arg`
The shell tries to run the whole contents of the CC variable - not just the first string
- as _one_ command, which will fail.
However, these errors remain unnoticed during the configure run:
...
configure: line 3707: arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=arm926ej-s -mthumb-interwork -mno-thumb: command not found
...
checking for setjmp.h... yes
checking for GCC 3 or later... /SCRATCH/maniac/oe-merge-test/OE/tmp.6/work/armv5te-angstrom-linux-gnueabi/vim-7.2-r7.1/vim72/src/configure: line 11329: test: : integer expression expected
no
checking whether we need -D_FORTIFY_SOURCE=1... /SCRATCH/maniac/oe-merge-test/OE/tmp.6/work/armv5te-angstrom-linux-gnueabi/vim-7.2-r7.1/vim72/src/configure: line 11339: test: : integer expression expected
no
...
But finally:
...
configure: creating ./config.status
config.status: creating auto/config.mk
config.status: creating auto/config.h
So the configure step had errors, but didn't report any.
This patch removes the quotes around the CC variable in configure.in.
Signed-off-by: Thilo Fromm <t.fromm@dresearch.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Andreas Oberritter [Fri, 1 Oct 2010 01:17:31 +0000 (01:17 +0000)]
mumudvb-1.6: initial recipe
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Andreas Oberritter [Fri, 1 Oct 2010 01:07:58 +0000 (01:07 +0000)]
libsigc++-1.2: fix installation
* install complains about method_slot.h, which is mentioned twice
inside Makefile.am.
* v2: Added header to patch.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Andreas Oberritter [Fri, 1 Oct 2010 01:17:32 +0000 (01:17 +0000)]
lib{ebml,matroska}-1.0.0: intitial recipes
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Petr Štetiar [Mon, 4 Oct 2010 10:35:32 +0000 (10:35 +0000)]
busybox: add posibility to specify correct rtc device for hwclock init script
With this patch it's now possible to specify rtc device using HWCLOCKDEVICE
variable in /etc/default/hwclock and the system time is then set using correct
device and vice versa. It's wise to have such functionality, beacuse there're
SBCs with more then one rtc device, for example ts72xx.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Petr Štetiar [Sun, 3 Oct 2010 04:54:19 +0000 (04:54 +0000)]
init-scripts: fix save-rtc error with date formatting on uclibc
uClibc's date does support only SUSv3 strptime[1], so the date command in
save-rtc.sh fails with 'date: invalid date '%2m%2d%2H%2M2010'.
1. http://www.opengroup.org/onlinepubs/
009695399/functions/strptime.html
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Paul Menzel [Sat, 2 Oct 2010 16:31:55 +0000 (18:31 +0200)]
python-native_2.6.5: Correct indentation. Use spaces instead of a tabulator.
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Paul Menzel [Sat, 2 Oct 2010 10:51:03 +0000 (12:51 +0200)]
python-{native}-2.6.5: Fix parallel build.
Randomly the build failed for me with the following error message.
libpython2.6.so: undefined reference to `_PyParser_Grammar'
The applied patch in [5] tried to fix this problem, but it turns out that this also was due to a possible race. This is already known in OpenOffice too [3].
R. David Murray (dmalcolm) <dmalcolm@fedoraproject.org> fixed this in Fedora [1] and I applied his patch.
I reported this issue upstream [4] and this will only be fixed in Python 2.7, so we have to keep this patch for Python 2.6.
I put 00 in front of the name of the patch file because I did not want to rename the other patches.
I build tested this with `MACHINE = " beagleboard"` for `angstrom-2008.1` and `minimal-{eglibc,uclibc,libc}`.
[1] http://pkgs.fedoraproject.org/gitweb/?p=python.git;a=commitdiff;h=
b95f6cc2ca6a009f97436c6aa16cfd70547353d9
[2] http://www.openoffice.org/issues/show_bug.cgi?id=114866
[3] http://doc.services.openoffice.org/wiki/RedTinderboxStatusInEIS
[4] http://bugs.python.org/issue10013
[5] http://patchwork.openembedded.org/patch/1899/
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Andreas Oberritter [Mon, 4 Oct 2010 03:52:41 +0000 (03:52 +0000)]
netkit-base-0.17: fix compile with gcc-4.x
* v2: Added header to patch.
* v3: Set CFLAGS and LDFLAGS correctly.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Graham Gower [Mon, 4 Oct 2010 19:23:41 +0000 (19:23 +0000)]
gcc-4.3.3: fix problem with parallel builds.
The relevant error is as follows.
error: conflicting types for 'strsignal'
| /usr/include/string.h:564: note: previous declaration of 'strsignal' was here
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Wed, 6 Oct 2010 21:06:41 +0000 (14:06 -0700)]
eglibc_2.12.bb/eglibc_svn.bb: Fix build on ARMv4 with EABI
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Frans Meulenbroeks [Wed, 6 Oct 2010 20:45:12 +0000 (22:45 +0200)]
streamripper_1.61.3.bb: removed
had cve's and was not properly configured and missing depends;
latest version is already in OE for quite a while.
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Wed, 6 Oct 2010 20:41:45 +0000 (22:41 +0200)]
Fix RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Wed, 6 Oct 2010 20:40:20 +0000 (22:40 +0200)]
Fix RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Marco Cavallini [Wed, 6 Oct 2010 20:38:42 +0000 (22:38 +0200)]
kaeilos-2010.inc: replaced typo, sorry
Frans Meulenbroeks [Wed, 6 Oct 2010 20:30:28 +0000 (22:30 +0200)]
mythtv: fixed LICENSE added a few other headers for mythplugins and myththemes
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Martin Jansa [Wed, 6 Oct 2010 19:15:57 +0000 (21:15 +0200)]
mokowm: add libfakekey to DEPENDS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Wed, 6 Oct 2010 18:27:57 +0000 (20:27 +0200)]
cornucopia: bump SRCREV again for new vala really compatible versions
Frans Meulenbroeks [Wed, 6 Oct 2010 17:10:23 +0000 (19:10 +0200)]
uicmoc : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Wed, 6 Oct 2010 17:09:46 +0000 (19:09 +0200)]
uclibc : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Wed, 6 Oct 2010 17:09:16 +0000 (19:09 +0200)]
u-boot : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Wed, 6 Oct 2010 16:49:37 +0000 (18:49 +0200)]
tslib : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Wed, 6 Oct 2010 16:49:15 +0000 (18:49 +0200)]
tor : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Wed, 6 Oct 2010 16:49:08 +0000 (18:49 +0200)]
tinymail : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Wed, 6 Oct 2010 16:48:31 +0000 (18:48 +0200)]
tcpdump : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Wed, 6 Oct 2010 16:48:11 +0000 (18:48 +0200)]
tcltk : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Wed, 6 Oct 2010 16:47:15 +0000 (18:47 +0200)]
tar : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Wed, 6 Oct 2010 16:46:50 +0000 (18:46 +0200)]
matchbox2 : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Wed, 6 Oct 2010 16:46:33 +0000 (18:46 +0200)]
matchbox-wm : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Wed, 6 Oct 2010 16:46:04 +0000 (18:46 +0200)]
matchbox-keyboard : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Paul Menzel [Mon, 4 Oct 2010 09:56:14 +0000 (11:56 +0200)]
mokosuite2: Add `libfakekey` and `vala-native` to DEPENDS.
During the latest bumps of `SRCREV` I guess it was forgotten to add some dependencies.
`libfakekey` is needed for a successful configure and without `vala-native` `valac` is not found on a clean and minimal build system.
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Paul Menzel [Wed, 6 Oct 2010 11:00:42 +0000 (13:00 +0200)]
msmcommd_git: Add `libfsotransport` to `DEPENDS`.
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Marco Cavallini [Wed, 6 Oct 2010 15:02:32 +0000 (17:02 +0200)]
kaeilos-2010.inc: unset DISTRO_FEED_CONFIGS for kaeilos
Koen Kooi [Wed, 6 Oct 2010 11:24:31 +0000 (13:24 +0200)]
libgles-omap3: add ti816x support and fix packaging
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Koen Kooi [Wed, 6 Oct 2010 11:00:49 +0000 (13:00 +0200)]
omap3-sgx-modules: update to latest SDK release and add ti816x support
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Koen Kooi [Wed, 6 Oct 2010 10:21:04 +0000 (12:21 +0200)]
opkg-collateral: make angstrom use SHR tmpdir fix and change package arch to all
Marco Cavallini [Wed, 6 Oct 2010 08:13:42 +0000 (10:13 +0200)]
linux_2.6.28.bb: changed link to Ronetix' patch for machine ronetix-pm9263
Martin Jansa [Tue, 5 Oct 2010 18:56:37 +0000 (20:56 +0200)]
mesa: move mesa-progs from mesa-common.inc to mesa-version.inc
* for mesa-7.9 and newer there are mesa-demos in separate repository
* I'll add recipe for latest mesa-demos later
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Khem Raj [Tue, 5 Oct 2010 23:29:46 +0000 (16:29 -0700)]
gcc-4.5: fix gcc-scalar-widening-pr45847.patch one last time
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Martin Jansa [Mon, 27 Sep 2010 19:17:56 +0000 (21:17 +0200)]
EFL: bump SRCREV for latest bugfixes and beta release
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Thu, 30 Sep 2010 13:30:09 +0000 (15:30 +0200)]
webkit-efl: bump SRCREV for new API needed by newer eve
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 5 Oct 2010 21:17:58 +0000 (23:17 +0200)]
freesmartphone: bump SRCREV for new vala compatible versions
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 5 Oct 2010 21:17:39 +0000 (23:17 +0200)]
vala-dbus-binding-tool: bump SRCREV for new vala compatible versions
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 5 Oct 2010 21:13:20 +0000 (23:13 +0200)]
msmcomm: bump SRCREV for version compatible with latest vala
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 5 Oct 2010 21:04:21 +0000 (23:04 +0200)]
cornucopia: bump SRCREV for new vala compatible versions
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 5 Oct 2010 11:59:52 +0000 (13:59 +0200)]
xorg: new versions for 2010-10-05
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 5 Oct 2010 18:53:11 +0000 (20:53 +0200)]
libdrm: add 2.4.22, needed by new xf86-video-intel
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Khem Raj [Tue, 5 Oct 2010 23:17:22 +0000 (16:17 -0700)]
binutils_2.20.1.bb: GCC 4.5 causes more warnings disable warnings during binutils build
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Tue, 5 Oct 2010 23:16:16 +0000 (16:16 -0700)]
gcc-4.5: Fix gcc-scalar-widening-pr45847.patch
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Tom Rini [Tue, 5 Oct 2010 22:49:23 +0000 (15:49 -0700)]
shasum.inc: NATIVE_INSTALL_WORKS = "1"
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Tue, 5 Oct 2010 22:30:40 +0000 (15:30 -0700)]
distutils-base: Only RDEPEND python-core on target packages
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Khem Raj [Tue, 5 Oct 2010 21:15:39 +0000 (14:15 -0700)]
gcc-4.5: Fix ICE found while compiling mplayer
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Michael 'Mickey' Lauer [Tue, 5 Oct 2010 20:49:30 +0000 (22:49 +0200)]
libgee: darn... typo. sorry.
Michael 'Mickey' Lauer [Tue, 5 Oct 2010 20:43:44 +0000 (22:43 +0200)]
gobject-introspection: add WIP NOTE
Michael 'Mickey' Lauer [Tue, 5 Oct 2010 20:42:44 +0000 (22:42 +0200)]
libgee 0.6.0: gobject-introspection-native seems to be enough to make it compile
Scott Anderson [Mon, 4 Oct 2010 04:57:04 +0000 (21:57 -0700)]
ipkg-utils: Make arfile.py handle six digit UIDs
Essentially, the problem is that arfile.py is splitting the ar header with
white-space instead of fixed-width fields, so two fields would get treated
as a single field. This makes things better than before as it now honors
the fixed field widths.
Signed-off-by: Scott Anderson <o2e@saaworld.com>
Acked-by: Tom Rini <tom_rini@mentor.com>
Michael 'Mickey' Lauer [Tue, 5 Oct 2010 19:54:37 +0000 (21:54 +0200)]
libgee: bring back 0.5.2; wasn't supposed to be removed
Martin Jansa [Tue, 5 Oct 2010 19:16:02 +0000 (21:16 +0200)]
qi-ubi: remove PROVIDES it does provide virtual/bootloader as qi does
* but it's ok to build both and user will download just the one he needs
Martin Jansa [Tue, 5 Oct 2010 19:00:44 +0000 (21:00 +0200)]
vala_0.11.0: fix checksums declaration
* checksums were OK, but declared with name=archive which wasn't used in
SRC_URI this time
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Michael 'Mickey' Lauer [Tue, 5 Oct 2010 18:15:21 +0000 (20:15 +0200)]
vala.bbclass: export XDG_DATA_DIRS to point upstream vala to where the vapis are
Michael 'Mickey' Lauer [Tue, 5 Oct 2010 17:53:49 +0000 (19:53 +0200)]
libgee 0.6.0: depends on gobject-introspection
Michael 'Mickey' Lauer [Tue, 5 Oct 2010 17:52:47 +0000 (19:52 +0200)]
gobject-introspection: new recipe; introspection-library for gobject
Michael 'Mickey' Lauer [Tue, 5 Oct 2010 16:48:38 +0000 (18:48 +0200)]
vala: add 0.11.0
NOTE: Finally, we can now use upstream vala
Michael 'Mickey' Lauer [Tue, 5 Oct 2010 16:48:17 +0000 (18:48 +0200)]
libgee: 0.5.2 -> 0.6.0
Chris Larson [Tue, 5 Oct 2010 16:07:31 +0000 (09:07 -0700)]
Adjust rdep/rrec for gtk+* and gtk-icon-cache.bbclass
Drop the runtime dependencies / recommendations unless the recipe is for the
target. This is necessary because right now bitbake obeys *_${PN}, even if
${PN} is not in PACKAGES. This should kill the unnecessary build of the
crosscompiler when doing 'bitbake gtk+-native'.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Dmitry Eremin-Solenikov [Tue, 5 Oct 2010 15:38:57 +0000 (19:38 +0400)]
Merge branch 'master' of git://git.openembedded.org/openembedded
Dmitry Eremin-Solenikov [Tue, 5 Oct 2010 15:37:35 +0000 (19:37 +0400)]
qt4-tools-sdk.inc : drop freetype include as we build with -no-freetype
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Dmitry Eremin-Solenikov [Tue, 5 Oct 2010 15:37:00 +0000 (19:37 +0400)]
qt4-tools-sdk: correct my last commit: add a patch I've forgot
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Steffen Sledz [Tue, 5 Oct 2010 13:47:41 +0000 (15:47 +0200)]
linux-2.6.24: build bitbash i2c and related modules for hipox machine
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
Steffen Sledz [Tue, 5 Oct 2010 12:25:09 +0000 (14:25 +0200)]
linux-2.6.24: enable PoE board switching using gpo for hipox machine
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
Dmitry Eremin-Solenikov [Tue, 5 Oct 2010 13:40:47 +0000 (17:40 +0400)]
qt4-tools-sdk: fix building when no native freetype/X11 are installed
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Dmitry Eremin-Solenikov [Tue, 5 Oct 2010 13:38:31 +0000 (17:38 +0400)]
libopie2: fix path to backlight instance on tosa
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Holger Hans Peter Freyther [Sat, 2 Oct 2010 21:18:24 +0000 (05:18 +0800)]
ncurses_5.7.bb: Disable the rpath hack for the ncurses binaries
Do not have a RPATH in the binaries to the sysroot.
Martin Jansa [Tue, 5 Oct 2010 09:21:21 +0000 (11:21 +0200)]
navit: bump SRCREV for speedwarner feature
Koen Kooi [Tue, 5 Oct 2010 07:32:26 +0000 (09:32 +0200)]
mplayer svn: make swscale accept larger input images regardless of arch
Chris Larson [Mon, 4 Oct 2010 16:46:34 +0000 (09:46 -0700)]
gtk+-native: fix relocation
In a sysroot process hook, to deal with relocation:
- Re-generate the gdk-pixbuf.loaders file to contain the current sysroot path
to the pixbuf loaders directory.
- Create wrappers for gdk-pixbuf-csource and gdk-pixbuf-query-loaders
utilities, passing along the appropriate environment variables to ensure
they too point at the current sysroot path.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Tom Rini [Mon, 4 Oct 2010 23:29:17 +0000 (16:29 -0700)]
gdb-common.inc: Nuke a few more possible conflicts.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Mon, 4 Oct 2010 22:22:10 +0000 (15:22 -0700)]
libtool-sdk: Convert from legacy staging
Since these are ${HOST_SYS} specific we make ${HOST_SYS}-libtool here.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Mon, 4 Oct 2010 21:59:04 +0000 (14:59 -0700)]
oprofile: Drop do_stage() { autotools_stage_all }
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Mon, 4 Oct 2010 21:49:30 +0000 (14:49 -0700)]
dtc-native: Switch from legacy staging
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Mon, 4 Oct 2010 21:48:36 +0000 (14:48 -0700)]
gdb-cross-sdk: Only fixup sim Makefiles that exist
This can fail for versions that just pass in --disable-sim
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Mon, 4 Oct 2010 19:39:08 +0000 (12:39 -0700)]
dt: Fix 'S' as it's no longer dt.d-WIP
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Jaap de Jong [Fri, 23 Jul 2010 08:44:21 +0000 (10:44 +0200)]
xc3sprog: new recipe
Author: Jaap de Jong <jaap.dejong@nedap.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Denys Dmytriyenko [Mon, 4 Oct 2010 22:13:58 +0000 (18:13 -0400)]
sqlite: use conditional append, instead of appending to conditional variable :)
While both seem to work in this case, this one is more correct.
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Ben Gardiner [Mon, 31 May 2010 05:48:24 +0000 (05:48 +0000)]
latencytop: add version 0.5
Add a new recipe to for latencytop.
* patch the makefile to disable GTK support, use the LDFLAGS and use ncurses
instead of the 'w' variant.
Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Dmitry Artamonow [Fri, 28 May 2010 06:49:41 +0000 (06:49 +0000)]
ttf-droid: new recipe
Add recipe for Droid fonts (specifically developed by Ascender for
Google's Android platform). Since there's no canonical tarball URL for
these fonts, we fetch them directly from Android git repo.
Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Petr Štetiar [Sun, 3 Oct 2010 02:14:34 +0000 (02:14 +0000)]
ntpclient: fix adjtimex compile error on uclibc
ntpclient.o: In function `set_freq':
ntpclient-2007_365-r3/ntpclient-2007/ntpclient.c:166: undefined reference to `__adj timex'
ntpclient.o: In function `get_current_freq':
ntpclient-2007_365-r3/ntpclient-2007/ntpclient.c:149: undefined reference to `__adj timex'
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Petr Štetiar [Sun, 3 Oct 2010 02:14:23 +0000 (02:14 +0000)]
rt3070: add support for Belkin F6D4050v2 USB adapter
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Petr Štetiar [Sun, 3 Oct 2010 02:14:03 +0000 (02:14 +0000)]
netbase: add interface file for ts72xx machine and bump PR
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Petr Štetiar [Sun, 3 Oct 2010 02:11:23 +0000 (02:11 +0000)]
lua-filesystem: add new recipe
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Petr Štetiar [Sun, 3 Oct 2010 02:11:22 +0000 (02:11 +0000)]
lua-rs232: add new recipe
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Eric Bénard <eric@eukrea.com>