aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
Commit message (Collapse)AuthorAgeFilesLines
* bind 9.3.6: Drop nslookupTom Rini2010-11-111-1/+2
| | | | | | All other versions have been removing this, so sync up. Signed-off-by: Tom Rini <tom_rini@mentor.com>
* ifupdown: Add update-alternativesTom Rini2010-11-112-3/+27
| | | | Signed-off-by: Tom Rini <tom_rini@mentor.com>
* realpath: Add update-alternativesTom Rini2010-11-112-3/+20
| | | | Signed-off-by: Tom Rini <tom_rini@mentor.com>
* start-stop-daemon: Add update-alternativesTom Rini2010-11-111-2/+10
| | | | Signed-off-by: Tom Rini <tom_rini@mentor.com>
* unzip: Add update-alternatives to unzipTom Rini2010-11-111-1/+10
| | | | Signed-off-by: Tom Rini <tom_rini@mentor.com>
* console-tools: Add fgconsole to u-aTom Rini2010-11-111-1/+4
| | | | Signed-off-by: Tom Rini <tom_rini@mentor.com>
* bc: Use u-a on 'dc'Tom Rini2010-11-111-0/+14
| | | | Signed-off-by: Tom Rini <tom_rini@mentor.com>
* task-proper-tools: Switch from netkit-telnet to inetutilsTom Rini2010-11-111-2/+2
| | | | | | | 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>
* linux 2.6.33: Add mpc831[35]e-rdb supportTom Rini2010-11-113-0/+3758
| | | | | | | | 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>
* libsdl-mixer 1.2.11: fix libvorbis's search pathDenis 'GNUtoo' Carikli2010-11-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Revert "autoconf: don't choke on m4-native in ASSUME_PROVIDED"Chris Larson2010-11-111-1/+1
| | | | | | | Drop this for now, to avoid risk of introduction of another problem. Will revisit and verify both. This reverts commit 173540c96aac632de5ff1a78b25cdc49201ee27e.
* autoconf: don't choke on m4-native in ASSUME_PROVIDEDChris Larson2010-11-111-1/+1
| | | | Signed-off-by: Chris Larson <chris_larson@mentor.com>
* inetutils: Use fakeroot in do_installTom Rini2010-11-113-8/+12
| | | | | | rsh/related and traceroute will otherwise be usuable. Signed-off-by: Tom Rini <tom_rini@mentor.com>
* xf86-input-mutouch: add latest git releaseMichael Smith2010-11-111-0/+10
| | | | | | Fixes build with XINPUT ABI 7. Signed-off-by: Michael Smith <msmith@cbnco.com>
* smpeg: configure with --disable-rpathMichael Smith2010-11-112-2/+51
| | | | | | | Otherwise libtool and ld try to link against ${libdir}/libdl.so.2 on the host system. Signed-off-by: Michael Smith <msmith@cbnco.com>
* libsdl-x11: configure with --disable-rpathMichael Smith2010-11-111-2/+2
| | | | | | | Otherwise libtool and ld try to link against ${libdir}/libdl.so.2 on the host system. Signed-off-by: Michael Smith <msmith@cbnco.com>
* freerdp (git): update revisionOtavio Salvador2010-11-101-3/+4
|
* freerdp (inc): fix depends and drop .a and .la files from pluginsOtavio Salvador2010-11-101-3/+5
|
* vala-terminal_git.bb: bump SRCREV to get fix for segfault when adding a new tabKlaus Kurzmann2010-11-101-1/+1
| | | | Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
* distro-version, kaeilos-version: don't export METADATA_BRANCH and ↵Graham Gower2010-11-092-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* fbpanel: add 6.1Michael Smith2010-11-091-0/+19
| | | | Signed-off-by: Michael Smith <msmith@cbnco.com>
* metacity: patch configure to add --disable-canberraMichael Smith2010-11-092-1/+122
| | | | | | | Canberra is still enabled by default, but amenders can add --disable-canberra to EXTRA_OECONF. Signed-off-by: Michael Smith <msmith@cbnco.com>
* metacity: upgrade to 2.30.3 from 2.30.0Michael Smith2010-11-091-5/+2
| | | | Signed-off-by: Michael Smith <msmith@cbnco.com>
* webkit-gtk: fix packaging of error.html for svn releaseMichael Smith2010-11-092-5/+5
| | | | | | | | | 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>
* gcc-configure-common.inc: sed <sysroot>/usr/include hardcodes paths to use ↵Khem Raj2010-11-0916-16/+23
| | | | | | | | | | | 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>
* gzip: Fix postrm section, bump PRTom Rini2010-11-091-2/+1
| | | | | | | 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>
* jack-0.118.0: fix SRCREVChris Larson2010-11-081-1/+1
| | | | Signed-off-by: Chris Larson <chris_larson@mentor.com>
* autoconf: don't build the documentationChris Larson2010-11-081-1/+9
| | | | | | | 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>
* jack: use the svn repository to fetchChris Larson2010-11-081-7/+4
| | | | Signed-off-by: Chris Larson <chris_larson@mentor.com>
* murrine: update to 0.98.1Koen Kooi2010-11-081-0/+12
|
* iproute2: nuke /var/lib/arpdMichael Smith2010-11-071-1/+2
| | | | | | It belongs in volatiles, if we build arpd - but we don't. Signed-off-by: Michael Smith <msmith@cbnco.com>
* libprelude: workaround build failures with libtool 2.4Roman Khimov2010-11-072-1/+23
| | | | | | | | | | | | | | | | | 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>
* linux-palmpre: add kbd-native to DEPENDSSimon Busch2010-11-072-3/+6
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* xserver-xorg-conf: om-gta0* enable right-click emulation and disable ↵Martin Jansa2010-11-073-3/+10
| | | | | | AutoAddDevices Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Add Freescale i.MX25 3stack supportMickaël CHAZAUX2010-11-063-1/+1735
| | | | | | | | | | | | 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>
* topas910: linux_2.6.26 fix line breakMatthias Günther2010-11-061-1/+3
| | | | | Author: Matthias Günther <matgnt@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
* topas910: Add u-boot support.Matthias Günther2010-11-061-0/+23
| | | | | Author: Matthias Günther <matgnt@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
* topas910: Add BSP patch against 2.6.32.9 and make it default.Matthias Günther2010-11-063-1/+1368
| | | | Signed-off-by: Eric Bénard <eric@eukrea.com>
* cgreen: new recipejoao freitas2010-11-062-0/+29
| | | | | | | | | 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>
* lksctp: rename libsctp packagejoao freitas2010-11-061-4/+4
| | | | | Author: joao freitas <joaohf@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
* lksctp: fix missing packagesjoao freitas2010-11-061-3/+21
| | | | | Author: joao freitas <joaohf@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
* linux_2.6.32: add bluepro supportVitus Jensen2010-11-062-0/+1437
| | | | | | | [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>
* netbase: add bluepro specific /etc/network/interfacesVitus Jensen2010-11-061-0/+33
| | | | | | | | * 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>
* linux_2.6.32: add tb5200l supportVitus Jensen2010-11-062-0/+1437
| | | | | | | [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>
* netbase: add tb5200l specific /etc/network/interfacesVitus Jensen2010-11-061-0/+33
| | | | | | | | | * 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>
* base-files: tb5200l specific changesVitus Jensen2010-11-064-0/+21
| | | | | | | | | | | | | * 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>
* python-xdg: prevent infinite recursion in xdg.DesktopEntry.__cmp__().Yann Dirson2010-11-062-1/+18
| | | | | | | 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>
* literki: initial packaging.Yann Dirson2010-11-064-0/+138
| | | | | | | | | | | | | | | | | 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>
* mped: add new recipeYann Dirson2010-11-063-0/+44
| | | | | | | | | | | "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>
* jlime-extras-1.0: Change RDEPENDS to RRECOMMENDS.Alex Ferguson2010-11-061-1/+1
| | | | | | | | | 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>