Tom Rini [Fri, 12 Nov 2010 01:33:34 +0000 (18:33 -0700)]
console-tools: Add fgconsole to u-a
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Fri, 12 Nov 2010 01:32:59 +0000 (18:32 -0700)]
bc: Use u-a on 'dc'
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Fri, 12 Nov 2010 01:17:19 +0000 (18:17 -0700)]
task-proper-tools: Switch from netkit-telnet to inetutils
netkit-telnet is very old and doesn't compile for PowerPC to boot.
Switch to inetutils here as that's still maintained upstream.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Thu, 11 Nov 2010 21:59:50 +0000 (14:59 -0700)]
linux 2.6.33: Add mpc831[35]e-rdb support
Bring these boards up to a slightly more modern version. In the
case of 8313, grab upstream defconfig and in the case of 8315 just
confirm against upstream defconfig for nothing too strange.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Denis 'GNUtoo' Carikli [Thu, 11 Nov 2010 20:50:16 +0000 (21:50 +0100)]
libsdl-mixer 1.2.11: fix libvorbis's search path
without that patch configure outputed something like this:
checking tremor/ivorbisfile.h usability... yes
checking tremor/ivorbisfile.h presence... yes
checking for tremor/ivorbisfile.h... yes
checking for ov_open_callbacks in -lvorbisidec... no
configure: WARNING: *** Unable to find Ogg Vorbis Tremor library (http://www.xiph.org/)
configure: WARNING: Ogg Vorbis support disabled
Then digging into the configure script made me found that:
LIBS="-lvorbisfile $LIBS"
just before the compilation of the test(the following output comes from config.log):
configure:11947: arm-oe-linux-gnueabi-gcc [...] -o conftest [...] conftest.c -lvorbisfile -L/usr/lib -lmikmod -ldl -lm >&5
/usr/lib/libvorbisfile.so: file not recognized: File format not recognized
collect2: ld returned 1 exit status
configure:11947: $? = 1
we clearly see -lvorbisfile -L/usr/lib
./configure --help says:
LIBS libraries to pass to the linker, e.g. -l<library>
so I simply overwritten LIBS in the recipe in EXTRA_OECONF
The result was tested on nokia900 with wesnoth-wvga:
Before it couldn't play its ogg vorbis music, and now it can.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Chris Larson [Thu, 11 Nov 2010 18:37:47 +0000 (11:37 -0700)]
Revert "autoconf: don't choke on m4-native in ASSUME_PROVIDED"
Drop this for now, to avoid risk of introduction of another problem. Will
revisit and verify both.
This reverts commit
173540c96aac632de5ff1a78b25cdc49201ee27e.
Chris Larson [Thu, 11 Nov 2010 18:03:31 +0000 (11:03 -0700)]
autoconf: don't choke on m4-native in ASSUME_PROVIDED
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Tom Rini [Thu, 11 Nov 2010 15:16:23 +0000 (08:16 -0700)]
inetutils: Use fakeroot in do_install
rsh/related and traceroute will otherwise be usuable.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Michael Smith [Wed, 10 Nov 2010 20:04:03 +0000 (15:04 -0500)]
preferred-xorg-versions: use git release of xf86-input-mutouch
The latest source release, 1.2.1, fails to build with X11R7.5.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Michael Smith [Wed, 10 Nov 2010 20:02:50 +0000 (15:02 -0500)]
xf86-input-mutouch: add latest git release
Fixes build with XINPUT ABI 7.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Michael Smith [Wed, 10 Nov 2010 18:34:04 +0000 (13:34 -0500)]
smpeg: configure with --disable-rpath
Otherwise libtool and ld try to link against ${libdir}/libdl.so.2 on the
host system.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Michael Smith [Wed, 10 Nov 2010 18:32:01 +0000 (13:32 -0500)]
libsdl-x11: configure with --disable-rpath
Otherwise libtool and ld try to link against ${libdir}/libdl.so.2 on the
host system.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Otavio Salvador [Wed, 10 Nov 2010 21:51:43 +0000 (19:51 -0200)]
freerdp (git): update revision
Otavio Salvador [Wed, 10 Nov 2010 21:51:22 +0000 (19:51 -0200)]
freerdp (inc): fix depends and drop .a and .la files from plugins
Klaus Kurzmann [Wed, 10 Nov 2010 14:08:42 +0000 (15:08 +0100)]
vala-terminal_git.bb: bump SRCREV to get fix for segfault when adding a new tab
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Eric Bénard [Wed, 10 Nov 2010 13:17:10 +0000 (14:17 +0100)]
mx25-3-stack: add machine's configuration file
this file was forgotten in commit :
50ea5378c92557b609324a962fea56c076783edf
Signed-off-by: Eric Bénard <eric@eukrea.com>
Graham Gower [Tue, 9 Nov 2010 13:42:37 +0000 (13:42 +0000)]
distro-version, kaeilos-version: don't export METADATA_BRANCH and METADATA_REVISION
Causes infinite recursion, which may look like this:
NOTE: <type 'exceptions.RuntimeError'>:maximum recursion depth exceeded while calling a Python object while evaluating: ${@base_get_scm_branch(d)}
Or this:
Traceback (most recent call last):
File "/home/grg/oe2/bitbake/lib/bb/server/none.py", line 128, in idle_commands
retval = function(self, data, False)
File "/home/grg/oe2/bitbake/lib/bb/cooker.py", line 716, in buildTargetsIdle
retval = rq.execute_runqueue()
File "/home/grg/oe2/bitbake/lib/bb/runqueue.py", line 877, in execute_runqueue
self.execute_runqueue_internal()
File "/home/grg/oe2/bitbake/lib/bb/runqueue.py", line 992, in execute_runqueue_internal
self.build_pipes[pipe].read()
File "/home/grg/oe2/bitbake/lib/bb/runqueue.py", line 1227, in read
bb.event.fire_from_worker(self.queue[:index+8], self.d)
File "/home/grg/oe2/bitbake/lib/bb/event.py", line 137, in fire_from_worker
event = pickle.loads(event[7:-8])
File "/usr/lib64/python2.6/pickle.py", line 1374, in loads
return Unpickler(file).load()
File "/usr/lib64/python2.6/pickle.py", line 858, in load
dispatch[key](self)
File "/usr/lib64/python2.6/pickle.py", line 966, in load_string
raise ValueError, "insecure string pickle"
ValueError: insecure string pickle
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Michael Smith [Tue, 9 Nov 2010 22:54:14 +0000 (17:54 -0500)]
fbpanel: add 6.1
Signed-off-by: Michael Smith <msmith@cbnco.com>
Michael Smith [Mon, 8 Nov 2010 21:06:58 +0000 (16:06 -0500)]
metacity: patch configure to add --disable-canberra
Canberra is still enabled by default, but amenders can add
--disable-canberra to EXTRA_OECONF.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Michael Smith [Mon, 8 Nov 2010 20:57:06 +0000 (15:57 -0500)]
metacity: upgrade to 2.30.3 from 2.30.0
Signed-off-by: Michael Smith <msmith@cbnco.com>
Michael Smith [Mon, 8 Nov 2010 12:47:27 +0000 (07:47 -0500)]
webkit-gtk: fix packaging of error.html for svn release
The resources under ${datadir} have moved around between versions.
Use a wildcard in case they move again.
No PR bump for v1.2.3. It already packages the correct file.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Khem Raj [Tue, 9 Nov 2010 05:39:16 +0000 (21:39 -0800)]
gcc-configure-common.inc: sed <sysroot>/usr/include hardcodes paths to use target_includedir
This fixes the problem where gcc fails to detect presence of libssp
and does not detect powerpc long double 128 bit support correctly on systems which do
not use common <sysroot>/usr/include paths like we have in micro distro
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Tue, 9 Nov 2010 15:58:15 +0000 (08:58 -0700)]
gzip: Fix postrm section, bump PR
We don't want to un-rename files here since they're packaged up
as renamed
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Chris Larson [Mon, 8 Nov 2010 22:50:31 +0000 (15:50 -0700)]
image: don't include glibc-localedata-i18n when IMAGE_LINGUAS is empty
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Chris Larson [Mon, 8 Nov 2010 18:23:37 +0000 (11:23 -0700)]
srctree: ensure setscene is still run
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Chris Larson [Mon, 8 Nov 2010 16:15:26 +0000 (09:15 -0700)]
jack-0.118.0: fix SRCREV
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Chris Larson [Fri, 22 Oct 2010 18:14:57 +0000 (11:14 -0700)]
autoconf: don't build the documentation
This kills one of the dependencies upon help2man. In the future, will switch
this to be driven by a documentation feature in DISTRO_FEATURES.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Chris Larson [Fri, 22 Oct 2010 18:04:36 +0000 (11:04 -0700)]
oe.patch: for 'patch', always use -f
Apparently quilt always ignores hunks that seem already applied, so let's do
the same via -f. -t would probably be better, but isn't safe to use from a
portability standpoint.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Chris Larson [Sun, 24 Oct 2010 02:18:41 +0000 (19:18 -0700)]
jack: use the svn repository to fetch
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Koen Kooi [Mon, 8 Nov 2010 13:18:35 +0000 (14:18 +0100)]
murrine: update to 0.98.1
Michael Smith [Sun, 7 Nov 2010 23:07:39 +0000 (18:07 -0500)]
iproute2: nuke /var/lib/arpd
It belongs in volatiles, if we build arpd - but we don't.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Roman Khimov [Sat, 6 Nov 2010 20:56:56 +0000 (20:56 +0000)]
libprelude: workaround build failures with libtool 2.4
Like:
In file included from prelude-plugin.c:56:0:
/include/prelude-plugin.h:66:20: error: conflicting types for 'lt__PROGRAM__LTX_preloaded_symbols'
/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/ltdl.h:106:36: note: previous declaration of 'lt__PROGRAM__LTX_preloaded_symbols' was here
make[4]: *** [prelude-plugin.lo] Error 1
Originally reported by Paul Menzel <paulepanter@users.sourceforge.net>.
Forwarded upstream as https://dev.prelude-technologies.com/issues/386
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
Simon Busch [Sun, 24 Oct 2010 13:02:04 +0000 (15:02 +0200)]
linux-palmpre: add kbd-native to DEPENDS
Signed-off-by: Simon Busch <morphis@gravedo.de>
Martin Jansa [Sun, 7 Nov 2010 13:59:02 +0000 (14:59 +0100)]
xserver-xorg-conf: om-gta0* enable right-click emulation and disable AutoAddDevices
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Mickaël CHAZAUX [Tue, 6 Apr 2010 02:58:17 +0000 (02:58 +0000)]
Add Freescale i.MX25 3stack support
This patch adds support for the i.MX25 3Stack platform.
It is based on the patches released by Freescale as
part of LTIB.
EB: linux & u-boot patches are the same as for babbage so use the
same name and same checksums.
Author: Mickaël CHAZAUX <mchazaux@adeneo-embedded.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Matthias Günther [Mon, 26 Apr 2010 12:41:39 +0000 (12:41 +0000)]
topas910: linux_2.6.26 fix line break
Author: Matthias Günther <matgnt@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Matthias Günther [Mon, 26 Apr 2010 12:41:38 +0000 (12:41 +0000)]
topas910: Add u-boot support.
Author: Matthias Günther <matgnt@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Matthias Günther [Sat, 24 Apr 2010 12:16:56 +0000 (12:16 +0000)]
topas910: Add BSP patch against 2.6.32.9 and make it default.
Signed-off-by: Eric Bénard <eric@eukrea.com>
joao freitas [Tue, 29 Jun 2010 14:40:39 +0000 (14:40 +0000)]
cgreen: new recipe
cgreen is a library to do unit test for C language
EB: squashed 4 patches into one
Author: joao freitas <joaohf@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
joao freitas [Tue, 29 Jun 2010 14:41:43 +0000 (14:41 +0000)]
lksctp: rename libsctp package
Author: joao freitas <joaohf@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
joao freitas [Tue, 29 Jun 2010 14:41:42 +0000 (14:41 +0000)]
lksctp: fix missing packages
Author: joao freitas <joaohf@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Vitus Jensen [Fri, 16 Apr 2010 07:09:05 +0000 (07:09 +0000)]
linux_2.6.32: add bluepro support
[PATCH 3/4] linux_2.6.32: add bluepro support
Signed-off-by: Vitus Jensen <vjensen@gmx.de>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Vitus Jensen [Fri, 16 Apr 2010 07:08:23 +0000 (07:08 +0000)]
netbase: add bluepro specific /etc/network/interfaces
* eth0, usb for host connectivity
* can0, can1 to control CAN devices
Signed-off-by: Vitus Jensen <vjensen@gmx.de>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Vitus Jensen [Fri, 16 Apr 2010 07:10:33 +0000 (07:10 +0000)]
bluepro: add machine configuration for TQ BluePro
Signed-off-by: Vitus Jensen <vjensen@gmx.de>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Vitus Jensen [Fri, 16 Apr 2010 06:54:28 +0000 (06:54 +0000)]
linux_2.6.32: add tb5200l support
[PATCH 4/5] linux_2.6.32: add tb5200l support
Signed-off-by: Vitus Jensen <vjensen@gmx.de>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Vitus Jensen [Fri, 16 Apr 2010 06:53:23 +0000 (06:53 +0000)]
netbase: add tb5200l specific /etc/network/interfaces
* eth0, usb for host connectivity
* can0, can1 to control CAN devices
Signed-off-by: Vitus Jensen <vjensen@gmx.de>
Acked-by: Marco Cavallini <m.cavallini@koansoftware.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Vitus Jensen [Fri, 16 Apr 2010 06:52:29 +0000 (06:52 +0000)]
base-files: tb5200l specific changes
* create /opt directory
* fstab which mounts / and /opt from jffs2 filesystem on mtd
* link /tmp to /var/tmp
* issue and issue.net
EB: removed /opt in base files following NAK concerning this point.
Signed-off-by: Vitus Jensen <vjensen@gmx.de>
Acked-by: Marco Cavallini <m.cavallini@koansoftware.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Vitus Jensen [Fri, 16 Apr 2010 06:51:37 +0000 (06:51 +0000)]
tb5200l: add machine configuration for TQ TB5200L 'tinyBox'
[PATCH 1/5] tb5200l: add machine configuration for TQ TB5200L 'tinyBox'
Signed-off-by: Vitus Jensen <vjensen@gmx.de>
Acked-by: Marco Cavallini <m.cavallini@koansoftware.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Yann Dirson [Tue, 3 Aug 2010 13:01:20 +0000 (13:01 +0000)]
python-xdg: prevent infinite recursion in xdg.DesktopEntry.__cmp__().
Delete cmp method which has been dropped from later releases.
Signed-off-by: Yann Dirson <ydirson@altern.org>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Yann Dirson [Tue, 3 Aug 2010 12:59:43 +0000 (12:59 +0000)]
literki: initial packaging.
No formal release yet, although upstreams ships an ipk with a version and
a packaging revision, so we pull from git.
Patches:
- Makefile was completely broken and had no install target,
rewrites most of it.
- author has put a "switcher" feature in it, which is non-functional,
disable it in conffile
- in the area in which the "slide" to bringup the keyboard starts, drags
are not propagated to window below; make the area smaller so we can
unlock the screen
Signed-off-by: Yann Dirson <ydirson@altern.org>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Yann Dirson [Wed, 4 Aug 2010 16:37:20 +0000 (16:37 +0000)]
mped: add new recipe
"Minimum Profit" is a lightweight developer text editor.
Forged a desktop file, and stole the icon from leafpad.
EB : fixed GNU HASH + mped.png location + mped.desktop
Signed-off-by: Yann Dirson <ydirson@altern.org>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Alex Ferguson [Sat, 6 Nov 2010 16:53:22 +0000 (18:53 +0200)]
jlime-extras-1.0: Change RDEPENDS to RRECOMMENDS.
Changed RDEPENDS = "jlime-extras-${MACHINE}" to RRECOMMENDS
because some machines don't have (or need) extras recipes of
their own. It's a more graceful solution.
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Jason Kridner [Thu, 19 Aug 2010 05:22:31 +0000 (05:22 +0000)]
tofrodos-native: created
Created from the same version used for non-native.
Had to replace S, since PN doesn't reflect the tar directory (tofrodos).
Updated patch to include creation of new directories. This needed to be
done in the Makefile to cover both do_install and do_populate_sysroot.
Added patch to use environment variables, rather than passed in paths.
This could probably be done by enabling native builds in the main
recipe, but I couldn't figure out how to do that with some of the extra
stuff in it. I'd suggest accepting this patch until there is one to
replace it.
Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Alexander Stohr [Tue, 26 Oct 2010 02:55:49 +0000 (02:55 +0000)]
fix for older glib-2.0 versions to build with recent autotools
the attached patch bundles a single fix for glib-2.0
for recipes built upon glib tarballs 2.6.4 to 2.20.4.
later versions have the problem fixed in tarball (e.g. 2.22.1 and newer).
the problem happens when you need to update autotools
for some other reason (e.g. building some newer package)
whilst not wanting to update glib at the very same time.
it manifests by a badly clobbered "fi" in configure step
and thus a still open nesting level when the script ends.
the auto tools generated script exposes "fiAC_..." that
originates from a too extensive use of the "dnl" statemnt.
that construct is only critical with newer auto tools.
the fix removes those problematic extra keyword.
regards, Alex.
see for reference:
http://bugs.gentoo.org/show_bug.cgi?id=307775
http://git.gnome.org/browse/glib/commit/?id=
c24f6e55276fac68b08df34b0d350f65afe994d9
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Maksym Parkachov [Thu, 4 Nov 2010 10:32:51 +0000 (10:32 +0000)]
gst-rtsp: added recipe for v0.10.7
* reworked old versions with common .inc file
* added version of 0.10.7
Signed-off-by: Maksym Parkachov <lazy.gopher@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Bob Foerster [Fri, 5 Nov 2010 06:06:21 +0000 (06:06 +0000)]
postgresql-8.1.8 : fix configure on x86
Without this patch, postgres fails on configure:
| checking alignment of int... configure: error: cannot compute alignment of int, 77
NOTE: package postgresql-8.1.8-r4: task do_configure: Failed
Similar fix for arm was in
5fa3d153.
Signed-off-by: Bob Foerster <robert@erafx.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Petr Štetiar [Sat, 6 Nov 2010 00:36:53 +0000 (00:36 +0000)]
vlc_1.1.4.1: Why is `lua5.1-native` not added to `DEPENDS` automatically?
Paul Menzel <paulepanter@users.sourceforge.net> [2010-11-06 10:31:25]:
> Or is is inevitable to add `lua5.1-native` to `DEPENDS`?
You have to. As an example I've attached for you my recipe for lua-lanes,
which uses luac also.
-- ynezz
>From
865463173cbb5d70282ea69c2c84084e435578e4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0tetiar?= <ynezz@true.cz>
Date: Sun, 10 Oct 2010 10:24:39 +0200
Subject: [PATCH] lua-lanes: add new recipe
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Paul Menzel [Thu, 4 Nov 2010 22:04:35 +0000 (23:04 +0100)]
vlc_1.1.4.1: Really add `lua5.1` to `DEPENDS` (instead of just `lua`).
This fixes commit 93dca1 [1]. Thanks to Dallas for reporting this issue [2].
[1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=
93dca1c604d420ed4db44a71a375182933658886
[2] http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-November/026475.html
Reported-by: Dallas Foley <dfoley@telus.net>
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Vasily Khoruzhick [Fri, 5 Nov 2010 12:25:32 +0000 (12:25 +0000)]
eglibc: fix build issue with make-3.82
Add patch to fix this error when building eglibc-2.11, eglibc-2.12
with make-3.82:
make[2]: Entering directory `eglibc-2_12/libc/manual'
Makefile:246: *** mixed implicit and normal rules. Stop.
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Alex Ferguson [Sat, 6 Nov 2010 11:22:10 +0000 (13:22 +0200)]
echinus-0.4.3.2: Enable xrandr support for rotation, bump PR.
Enabled xrandr support for rotation in config.mk, added
libxrandr to DEPENDS, bumped PR.
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Roman Khimov [Wed, 3 Nov 2010 00:47:01 +0000 (00:47 +0000)]
libpfring: update SVN revision to 4384
I guess it should be in sync with pf-ring kernel module as using module revision
4384 with lib revision 4326 results in "mmap() failed" message on tcpdump (using
patched libpcap to support pf_ring) exit.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Acked-by: Khem Raj <raj.khem@gmail.com>
Paul Menzel [Sun, 31 Oct 2010 21:06:56 +0000 (22:06 +0100)]
pf-ring: update to r4384 to fix `pf_ring.c:329:3: error: implicit declaration of function 'vmalloc_32'`
Task `compile` failed with the following error.
[…]
| /oe/build-minimal-eglibc/minimal-dev/work/beagleboard-oe-linux-gnueabi/pf-ring-4.4.0+svnr4326-r90/kernel/pf_ring.c: In function 'rvmalloc':
| /oe/build-minimal-eglibc/minimal-dev/work/beagleboard-oe-linux-gnueabi/pf-ring-4.4.0+svnr4326-r90/kernel/pf_ring.c:329:3: error: implicit declaration of function 'vmalloc_32'
| /oe/build-minimal-eglibc/minimal-dev/work/beagleboard-oe-linux-gnueabi/pf-ring-4.4.0+svnr4326-r90/kernel/pf_ring.c:329:7: warning: assignment makes pointer from integer without a cast
| /oe/build-minimal-eglibc/minimal-dev/work/beagleboard-oe-linux-gnueabi/pf-ring-4.4.0+svnr4326-r90/kernel/pf_ring.c: In function 'rvfree':
| /oe/build-minimal-eglibc/minimal-dev/work/beagleboard-oe-linux-gnueabi/pf-ring-4.4.0+svnr4326-r90/kernel/pf_ring.c:377:3: error: implicit declaration of function 'vfree'
[…]
Build Configuration:
BB_VERSION = "1.10.0"
METADATA_BRANCH = "org.openembedded.dev"
METADATA_REVISION = "
8fc09c071a6fba0766c3b002209c758572298d26"
TARGET_ARCH = "arm"
TARGET_OS = "linux-gnueabi"
MACHINE = "beagleboard"
DISTRO = "minimal"
DISTRO_VERSION = "dev-snapshot-
20101103"
TARGET_FPU = "hard"
Updating to revision 4384 fixes the problem. It was build tested with `minimal`, `minimal-uclibc`, `angstrom-2008.1` and `angstrom-2010.x` for `MACHINE = "beagleboard"`.
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Acked-by: Roman I Khimov <khimov@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Tue, 2 Nov 2010 09:47:26 +0000 (12:47 +0300)]
squid: upgrade 3.1.8 to 3.1.9
This version fixes several crashes, memory leaks and improves
(or better say fixes bugs in) HTTP 1.1 support. Considered as safe
upgrade.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Fri, 5 Nov 2010 19:59:12 +0000 (22:59 +0300)]
openldap: fix ltmain.sh location
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Acked-by: Khem Raj <raj.khem@gmail.com>
Andrea Adami [Fri, 5 Nov 2010 23:51:16 +0000 (00:51 +0100)]
libqtaux2: fix staging of opie headers.
* staging code in do_compile has been converted and moved in do_install
* fix breakage introduced with
febcae3b7b0b58c2668892ad1798eb1368bd4bc4
* (liquidset.cpp:38:32: error: opie2/ocolorbutton.h: No such file or dir...)
* tested rebuilding opie-image armv5te from scratch
* bump PR
Alex Ferguson [Fri, 5 Nov 2010 19:30:35 +0000 (21:30 +0200)]
mupdf-0.6: Fix SRC_URI for source url change.
Older mupdf releases are moved from mupdf.com/download/ to
mupdf.com/download/archive/. mupdf 0.6 is an older release
and its SRC_URI is no longer valid.
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Chris Larson [Fri, 5 Nov 2010 20:15:51 +0000 (13:15 -0700)]
bin/wrapper.sh: fix sed self exec
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Khem Raj [Fri, 5 Nov 2010 19:58:20 +0000 (12:58 -0700)]
gcc-4.5.inc: Fix code generation for armv4 with EABI
Also bump to latest SVN REV
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Chris Larson [Fri, 5 Nov 2010 17:17:22 +0000 (13:17 -0400)]
bin/sed: Fix arg saving thinko
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Chris Larson [Fri, 5 Nov 2010 14:45:06 +0000 (10:45 -0400)]
termcap: add 2.0.8 with gentoo patchset
No one should really be using this, but what the heck.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Koen Kooi [Fri, 5 Nov 2010 12:07:08 +0000 (13:07 +0100)]
glibc 2.9: add experimental, angstrom only memcpy patch
* Angstrom only till it receives further testing
* Apart from the PR bump, this has no impact at all on non-angstrom distros
Signed-off-by: Koen Kooi <koen@openembedded.org>
Acked-by: Philip Balister <philip@balister.org>
Alex Ferguson [Thu, 4 Nov 2010 17:25:14 +0000 (19:25 +0200)]
matchbox-desktop: Modify layout.patch for highlight colors.
Modified layout.patch with a modified highlight color, which
is by default white. White highlight does not go well with
white text, so the highlight is now (nearly) black.
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Alex Ferguson [Thu, 4 Nov 2010 17:25:13 +0000 (19:25 +0200)]
gtk+-1.2: Patch gtkfilesel for smaller screens.
* Added small-filesel.patch, which is only for jlime, but is
possibly useful for other devices as well, and which modifies
gtkfilesel to fit in screens of 320x240 and larger resolutions.
* Modified gtk+-1.2-1.2.10 recipe for above patch.
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Alex Ferguson [Thu, 4 Nov 2010 17:25:12 +0000 (19:25 +0200)]
jlime-extras: Split machine-specific files, update recipes.
jlime-extras is now split into two recipes, jlime-extras and
jlime-extras-${MACHINE}, which contains machine-specific files
and on which jlime-extras depends upon.
jlime-extras-ben-nanonote was created, recipes for other machines
are coming up.
jlime-extras was also updated to reflect changes in the source
archive.
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Alex Ferguson [Thu, 4 Nov 2010 17:25:11 +0000 (19:25 +0200)]
matchbox-common: Add jlime-specific modifications.
* Added jlime-vfolders.patch, which modifies the default
folders for matchbox-desktop.
* Modified matchbox-common-0.9.1 recipe for the above patch
and for matchbox-icons.tar.gz, which is a collection of
icons which replace the default matchbox icons.
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Alex Ferguson [Thu, 4 Nov 2010 17:25:10 +0000 (19:25 +0200)]
mupdf: Add DEFAULT_PREFERENCE = "-1" to mupdf-git.
mupdf-git does not build, and stable version recipes should
always be preferred over git versions where available.
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Alex Ferguson [Thu, 4 Nov 2010 17:25:09 +0000 (19:25 +0200)]
jlime-2010.1.conf: Remove parted from DISTRO_EXTRA_RDEPENDS.
parted is obsolete and takes up space, so we remove it.
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Alex Ferguson [Thu, 4 Nov 2010 17:25:08 +0000 (19:25 +0200)]
tune-mips32.inc: Add missing definitions.
I added the FEED_ARCH and BASE_PACKAGE_ARCH definitions which
are assigned the value of TARGET_ARCH (which is defined in
the individual machine files). I used the TARGET_ARCH variable
and not a static value since the value can be either "mipsel"
(as in ben-nanonote) or "mips" (as in qemumips).
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Frans Meulenbroeks [Fri, 5 Nov 2010 08:26:00 +0000 (09:26 +0100)]
contrib/testing/testscript.sh: created
This is an example script to run tests for the testing branch.
See also http://wiki.openembedded.net/index.php/TestingScript
Feel free to improve!
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Martin Jansa [Fri, 5 Nov 2010 07:47:23 +0000 (08:47 +0100)]
shr-version don't export METADATA_BRANCH and METADATA_REVISION
* otherwise you'll get
NOTE: <type 'exceptions.RuntimeError'>:maximum recursion depth exceeded
while calling a Python object while evaluating: ${@base_get_scm_branch(d)}
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Khem Raj [Fri, 5 Nov 2010 00:17:06 +0000 (17:17 -0700)]
task-arago-toolchain: Exclude from World build
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Khem Raj [Thu, 4 Nov 2010 19:14:08 +0000 (12:14 -0700)]
meta.bbclass: Exclude meta recipes from world builds
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Chris Larson <chris_larson@mentor.com>
Martin Jansa [Thu, 4 Nov 2010 07:36:47 +0000 (08:36 +0100)]
xorg: upgrade libxi 1.3.2->1.4.0, xproto 7.0.18->7.0.19
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Chris Larson [Fri, 5 Nov 2010 04:04:04 +0000 (21:04 -0700)]
angstrom-version: drop unnecessary exports
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Michael Smith [Thu, 4 Nov 2010 19:37:22 +0000 (15:37 -0400)]
metacity: depend on gnome-doc-utils to fix build
Otherwise autocruft complains about missing HAVE_GNOME_DOC_UTILS
conditional in gnome-doc-utils.make.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Chris Larson [Thu, 4 Nov 2010 18:27:22 +0000 (14:27 -0400)]
MAINTAINERS: add myself for termcap
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Chris Larson [Thu, 4 Nov 2010 18:25:17 +0000 (14:25 -0400)]
termcap, termcapfile: add GNU termcap 1.3.1
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Chris Larson [Thu, 4 Nov 2010 04:18:02 +0000 (04:18 +0000)]
metadata_scm: use rev-parse rather than show-ref
show-ref will show all matching refs, so a "show-ref HEAD" will show not just
the local HEAD, but the fetched remote ones as well. This isn't what we want
for this function, so change it to use rev-parse with --verify, and also
change it to use --short, to shorten the hash to a more palatable length.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Tim Harvey <harvey.tim@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Chris Larson [Thu, 4 Nov 2010 18:21:38 +0000 (11:21 -0700)]
bin/{cp,sed}: simplify, consolidate
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Chris Larson [Thu, 28 Oct 2010 03:22:34 +0000 (20:22 -0700)]
srctree: don't merge tasks if using B
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Chris Larson [Wed, 3 Nov 2010 17:19:32 +0000 (10:19 -0700)]
db 5.0.21: fix cp argument portability
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Chris Larson [Wed, 3 Nov 2010 01:24:57 +0000 (18:24 -0700)]
base.bbclass: rename base_eventhandler to build_summary
This better reflects what the event handler is doing -- it's no longer a pile
of random base event handling bits, it now just displays a build summary at
build start.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Michael Smith [Thu, 4 Nov 2010 16:05:44 +0000 (12:05 -0400)]
xf86-video-openchrome: DEPEND on libxvmc
configure fails without it.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Michael Smith [Wed, 3 Nov 2010 04:53:03 +0000 (04:53 +0000)]
libxcb: DEPEND on xcb-proto-native
libxcb needs the xcbgen Python modules staged by xcb-proto-native.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Michael Smith [Wed, 3 Nov 2010 06:39:10 +0000 (06:39 +0000)]
liboil 0.3.17: fix cross-compile on x86_64
Fix typo in whitelist of hosts allowing unaligned memory access.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Eric BENARD [Wed, 3 Nov 2010 13:28:54 +0000 (13:28 +0000)]
own-mirrors.bbclass: allow mirroring of scm fetched packages
this way, it's possible to setup a local webserver (for example
using busybox httpd -p "8081" -h backuped_download_dir) serving
a presiously fetched download directory and to build wihout the
need for an internet access
this can also be used when connected to know to know which packages
are missing from the local mirror's directory (and thus are fetched
from internet as a fallback), it's possible to run the server this way :
busybox httpd -p "8081" -h backuped_download_dir -vv -f | grep -B 1 response:404
to get the name of the missing packages.
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Michael Lippautz [Thu, 4 Nov 2010 13:59:52 +0000 (14:59 +0100)]
usb-modeswitch-data: Fix deps and add udev rules to package
Michael Lippautz [Thu, 4 Nov 2010 13:58:54 +0000 (14:58 +0100)]
usb-modeswitch: Add sbin dir to package
Michael Lippautz [Thu, 4 Nov 2010 13:50:46 +0000 (14:50 +0100)]
ddclient: cosmetics
Michael Lippautz [Thu, 4 Nov 2010 13:48:20 +0000 (14:48 +0100)]
ddclient: Unbreak recipe
* ddclient expects its default config at /etc/ddclient/ddclient.conf instead
of /etc/ddclient.conf
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>