aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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>
2010-11-05matchbox-common: Add jlime-specific modifications.Alex Ferguson
* 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>
2010-11-05mupdf: Add DEFAULT_PREFERENCE = "-1" to mupdf-git.Alex Ferguson
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>
2010-11-05jlime-2010.1.conf: Remove parted from DISTRO_EXTRA_RDEPENDS.Alex Ferguson
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>
2010-11-05tune-mips32.inc: Add missing definitions.Alex Ferguson
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>
2010-11-05contrib/testing/testscript.sh: createdFrans Meulenbroeks
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>
2010-11-05contrib/testing/testscript.sh: createdtested_2010-11-04Frans Meulenbroeks
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>
2010-11-05shr-version don't export METADATA_BRANCH and METADATA_REVISIONMartin Jansa
* 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>
2010-11-05task-arago-toolchain: Exclude from World buildKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-11-05meta.bbclass: Exclude meta recipes from world buildsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Chris Larson <chris_larson@mentor.com>
2010-11-05xorg: upgrade libxi 1.3.2->1.4.0, xproto 7.0.18->7.0.19Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-11-04angstrom-version: drop unnecessary exportsChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-11-04metacity: depend on gnome-doc-utils to fix buildMichael Smith
Otherwise autocruft complains about missing HAVE_GNOME_DOC_UTILS conditional in gnome-doc-utils.make. Signed-off-by: Michael Smith <msmith@cbnco.com>
2010-11-04MAINTAINERS: add myself for termcapChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-11-04termcap, termcapfile: add GNU termcap 1.3.1Chris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-11-04metadata_scm: use rev-parse rather than show-refChris Larson
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>
2010-11-04bin/{cp,sed}: simplify, consolidateChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-11-04srctree: don't merge tasks if using BChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-11-04db 5.0.21: fix cp argument portabilityChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-11-04base.bbclass: rename base_eventhandler to build_summaryChris Larson
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>
2010-11-04xf86-video-openchrome: DEPEND on libxvmcMichael Smith
configure fails without it. Signed-off-by: Michael Smith <msmith@cbnco.com>