summaryrefslogtreecommitdiff
path: root/recipes
AgeCommit message (Collapse)AuthorFiles
2009-08-31uclibc: Pass ARCH=<TARGET_ARCH>" on make commandline.Khem Raj8
Like linux kernel Git version of uclibc mandates that ARCH is passed down from make instead of being computed magically. This will be there in next release 0.9.31 of uclibc. Defining it on make invocation for older releases is no harm. Also move uclibc to use INC_PR Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Henning Heinold <heinold@inf.fu-berlin.de>
2009-08-31Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Philip Balister19
into org.openembedded.dev
2009-08-31asterisk-1.4.23.1 : Checksum changed on source package.Philip Balister1
* Updated checksum to new values. * Dropped sounds.xml.patch so recipe builds. The Asterisk people changed the source tarballs for legal reasons. This blog entry explains the music-on-hold changes: http://blogs.digium.com/2009/08/18/asterisk-music-on-hold-changes/ I made the minimum updates so the recipe builds again. We'll need someone familiar with Asterisk to work out what else needs changing.
2009-08-31Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi7
into org.openembedded.dev
2009-08-31python: fix -netserver and -devel packaging, convert 2.6.1 to inc_prKoen Kooi3
2009-08-31usb-modeswitch: add v1.0.2Evan Doiron1
Signed-off-by: Evan Doiron <edoiron@cbnco.com> Signed-off-by: Michael Smith <msmith@cbnco.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2009-08-31add sscep: v0.0.2008.1211Evan Doiron4
http://patchwork.openembedded.org/patch/998/ Signed-off-by: Evan Doiron <edoiron@cbnco.com> Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-08-31net-snmp: add v5.4.2.1Evan Doiron2
Signed-off-by: Evan Doiron <edoiron@cbnco.com> Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-08-31Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi5
into org.openembedded.dev
2009-08-31epdfview: update to 0.1.7Koen Kooi2
2009-08-31evince: add 2.26.2Koen Kooi1
2009-08-31xserver-common 1.30: another set of updatesMarcin Juszkiewicz4
0024 moves functionality of /etc/X11/Xserver to separate file (except running X11 server) - this allows to use xserver-common package in systems where xinit is used to run X11 session as root (look at xserver-nodm-init package) 0025 moves xmodmap files to /etc/X11/xmodmap/ and installs xserver-common file created in previous patch. 0026 fixes path to default.xmodmap file
2009-08-31xf86-video-vesa: fixed RDEPENDSMarcin Juszkiewicz1
2009-08-31poppler: add 0.11.3 (0.12rc)Koen Kooi1
2009-08-30python-pygobject 2.16: 2.14 sets PE=1, so set it in 2.16 as wellKoen Kooi1
2009-08-30erlang: fix packaging and QA errorsKoen Kooi1
2009-08-28Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Khem Raj8
into org.openembedded.dev
2009-08-28gcc-4.4.1: Backport improved TLS detection patch in cross environmentKhem Raj2
This patch is required for libstdc++ mainly as far as gcc is concerned. Without this patch configure detects TLS falsely and enables tls when compiling libstdc++ on uclibc based systems uclibc lacks TLS support as of now. With NPTL it will have TLS support but thats a distant future. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-28xserver-common 1.30: -screen option is only for KdriveMarcin Juszkiewicz1
2009-08-28xserver-common 1.30: -screen option is only for KdriveMarcin Juszkiewicz2
2009-08-28xserver-xorg-conf: provide one for Vortex86sxMarcin Juszkiewicz2
2009-08-28matchbox-session: simple provider of Matchbox session for X11 startupMarcin Juszkiewicz1
In GPE images we use gpe-session-scripts to provide Xsession init scripts for launching Matchbox components. But what if someone do not want GPE but want Matchbox? Poky has it cleaned in other way.
2009-08-28xf86-video-vesa: needs int10 X.org module to workMarcin Juszkiewicz1
2009-08-28erlang: also blacklist java 1.5Koen Kooi2
2009-08-28glib-2.0 2.21.4: fix pre armv6 buildsKoen Kooi2
2009-08-28erlang : Add recipe for erlang-R13B01Philip Balister8
* Move patches to a common directory as they are shared. * Better solution needed for pythin function name in recipe.
2009-08-28Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi14
into org.openembedded.dev
2009-08-28ti-lpm-module 2.24: update lpm src uri, it's in its own tarball nowBrijesh Singh3
* fix DSPLINK path * keep versioning inline with CE till we sort it out properly
2009-08-27gcc-4.4.1.inc: Disable 128 bit long double for powerpc-*-uclibcKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-27uclibc: Make 0.9.30.1 as default if not specifiedKhem Raj5
Add C99 double wrappers. Set the default preferences such that 0.9.30.1 is chosen if not specified. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-27gcc-4.4.1: Disable libdecnumber for uclibc target.Khem Raj3
We do not set FENV in uclibc so as a result we can not build libdecnumber. We disable it for gcc 4.4.1 uclibc targets. copysignl is in libm in uclibc so gcc complains about this function in libgcc. We see if it is uclibc powerpc softfloat then we add -lm to linker commandline. Not best but works. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-27groff: disable X11 support.Jeremy Puhlman2
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Chris Larson <clarson@mvista.com>
2009-08-27net-tools: no parallel makeBrian Pomerantz1
Signed-off-by: Brian Pomerantz <bapper@mvista.com> Signed-off-by: Chris Larson <clarson@mvista.com>
2009-08-27lsof: Fix misuse of system ranlib.Jeremy Puhlman1
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Chris Larson <clarson@mvista.com>
2009-08-27iptables: Add patch to use cross ar and ranlib.Jeremy Puhlman2
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Chris Larson <clarson@mvista.com>
2009-08-27Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi16
into org.openembedded.dev
2009-08-27erlang: disable parallel makeKoen Kooi1
2009-08-27erlang: start updating erlang to R13B01Koen Kooi2
* now it's Crofton's turn to work on it :)
2009-08-27intltool: move dependency on libxml-parser-perl-native to inc fileRolf Leggewie16
* introduce INC_PR while we're at it
2009-08-27cmem, sdma, lpm: add 2.24.01 releaseBrijesh Singh3
2009-08-27ti-codec-engine: make 2.24.1 default and fix the buildKoen Kooi1
2009-08-27glib-2.0 2.21.4: add armv6 atomic ops, this fixes 100% utilization hangs ↵Pratheesh Gangadhar2
when doing DSP based GStreamer playback GLIB by default uses ARMV5 instructions for emulating atomic operations and this patch (derived from https://stage.maemo.org/svn/maemo/projects/haf/trunk/glib/debian/patches/25-gatomic.patch) make use ARMV6 atomic instructions instead. CPU goes into "sched_yield" while loop during hang - due to a race condition triggered by high rate context switching while running DSP plugins.
2009-08-27glibc-package.bbclass: Reverted 056a67f6070c5ea561acb65049b551e24f3b7eb6.Stanislav Brabec1
* see http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-August/013429.html
2009-08-27julius: add commandpipe patch from TI to allow commands over a pipe to ↵Koen Kooi2
control apps using your voice
2009-08-27gtk+: add simple native gtk+ 2.12.11 with all modules built in.Florian Boor1
2009-08-27cairo: add native 1.8.0Florian Boor1
2009-08-27libpixman: Add native 0.12.0Florian Boor1
2009-08-27atk: add 1.27.90 native atkFlorian Boor1
2009-08-27pango: Add native pango 1.22.0Florian Boor2
2009-08-27Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Khem Raj2
into org.openembedded.dev