aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-11-08oe.path: also rmtree on EPERMdarwinChris Larson
Ran into this under OSX for some reason. Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-11-08ncurses: drop lib/terminfo, fix .so hardcodingChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-11-08autoconf: don't build the documentationChris Larson
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>
2010-11-08oe.patch: for 'patch', always use -fChris Larson
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>
2010-11-08jack: use the svn repository to fetchChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-11-08murrine: update to 0.98.1Koen Kooi
2010-11-07iproute2: nuke /var/lib/arpdMichael Smith
It belongs in volatiles, if we build arpd - but we don't. Signed-off-by: Michael Smith <msmith@cbnco.com>
2010-11-07libprelude: workaround build failures with libtool 2.4Roman Khimov
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>
2010-11-07linux-palmpre: add kbd-native to DEPENDSSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2010-11-07xserver-xorg-conf: om-gta0* enable right-click emulation and disable ↵Martin Jansa
AutoAddDevices Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-11-06Add Freescale i.MX25 3stack supportMickaël CHAZAUX
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>
2010-11-06topas910: linux_2.6.26 fix line breakMatthias Günther
Author: Matthias Günther <matgnt@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-11-06topas910: Add u-boot support.Matthias Günther
Author: Matthias Günther <matgnt@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-11-06topas910: Add BSP patch against 2.6.32.9 and make it default.Matthias Günther
Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-11-06cgreen: new recipejoao freitas
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>
2010-11-06lksctp: rename libsctp packagejoao freitas
Author: joao freitas <joaohf@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-11-06lksctp: fix missing packagesjoao freitas
Author: joao freitas <joaohf@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-11-06linux_2.6.32: add bluepro supportVitus Jensen
[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>
2010-11-06netbase: add bluepro specific /etc/network/interfacesVitus Jensen
* 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>
2010-11-06bluepro: add machine configuration for TQ BlueProVitus Jensen
Signed-off-by: Vitus Jensen <vjensen@gmx.de> Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-11-06linux_2.6.32: add tb5200l supportVitus Jensen
[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>
2010-11-06netbase: add tb5200l specific /etc/network/interfacesVitus Jensen
* 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>
2010-11-06base-files: tb5200l specific changesVitus Jensen
* 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>
2010-11-06tb5200l: add machine configuration for TQ TB5200L 'tinyBox'Vitus Jensen
[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>
2010-11-06python-xdg: prevent infinite recursion in xdg.DesktopEntry.__cmp__().Yann Dirson
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>
2010-11-06literki: initial packaging.Yann Dirson
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>
2010-11-06mped: add new recipeYann Dirson
"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>
2010-11-06jlime-extras-1.0: Change RDEPENDS to RRECOMMENDS.Alex Ferguson
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>
2010-11-06tofrodos-native: createdJason Kridner
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>
2010-11-06fix for older glib-2.0 versions to build with recent autotoolsAlexander Stohr
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>
2010-11-06gst-rtsp: added recipe for v0.10.7Maksym Parkachov
* 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>
2010-11-06postgresql-8.1.8 : fix configure on x86Bob Foerster
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>
2010-11-06vlc_1.1.4.1: Why is `lua5.1-native` not added to `DEPENDS` automatically?Petr Štetiar
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>
2010-11-06vlc_1.1.4.1: Really add `lua5.1` to `DEPENDS` (instead of just `lua`).Paul Menzel
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>
2010-11-06eglibc: fix build issue with make-3.82Vasily Khoruzhick
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>
2010-11-06echinus-0.4.3.2: Enable xrandr support for rotation, bump PR.Alex Ferguson
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>
2010-11-06libpfring: update SVN revision to 4384Roman Khimov
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>
2010-11-06pf-ring: update to r4384 to fix `pf_ring.c:329:3: error: implicit ↵Paul Menzel
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>
2010-11-06squid: upgrade 3.1.8 to 3.1.9Roman I Khimov
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>
2010-11-06openldap: fix ltmain.sh locationRoman I Khimov
Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-11-06libqtaux2: fix staging of opie headers.Andrea Adami
* 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
2010-11-05mupdf-0.6: Fix SRC_URI for source url change.Alex Ferguson
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>
2010-11-05bin/wrapper.sh: fix sed self execChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-11-05gcc-4.5.inc: Fix code generation for armv4 with EABIKhem Raj
Also bump to latest SVN REV Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-11-05bin/sed: Fix arg saving thinkoChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-11-05termcap: add 2.0.8 with gentoo patchsetChris Larson
No one should really be using this, but what the heck. Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-11-05glibc 2.9: add experimental, angstrom only memcpy patchKoen Kooi
* 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>
2010-11-05matchbox-desktop: Modify layout.patch for highlight colors.Alex Ferguson
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>
2010-11-05gtk+-1.2: Patch gtkfilesel for smaller screens.Alex Ferguson
* 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>
2010-11-05jlime-extras: Split machine-specific files, update recipes.Alex Ferguson
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>