summaryrefslogtreecommitdiff
path: root/recipes
AgeCommit message (Collapse)AuthorFiles
2010-07-04devicekit-power: use same old official release tarball but with correct URILukas Gorris1
2010-07-03fsogsmd: apply patch only for openmoko devicesMichael 'Mickey' Lauer1
2010-07-03dbus: 1.3.0 -> 1.3.1Michael 'Mickey' Lauer15
2010-07-03vala: 0.9.1.1 -> 0.9.2.1Michael 'Mickey' Lauer2
2010-07-03devicekitpower: since this is based on a git snapshot, run gtkdocize in ↵Koen Kooi1
configure
2010-07-02tcl_8.5.8.bb: fix build for mips/mipsel.Graham Gower2
Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-02x264_r2245.bb: fix build for mipsel (duplicate the mips fix).Graham Gower1
Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-02gnupg_1.4.10.bb: fix build on mips(el) with recent gcc.Graham Gower2
Patch "borrowed" from openwrt. https://dev.openwrt.org/browser/packages/utils/gnupg/patches/001-mips_gcc4.4.patch Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-02xserver-kdrive_1.5.3.bb: enable the XCALIBRATE extension.Graham Gower2
Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-02xserver-kdrive_1.5.3.bb: add openssl to DEPENDS.Graham Gower1
The build fails without openssl. | mipsel-oe-linux-libtool: compile: ccache mipsel-oe-linux-gcc -march=mips32 -DHAVE_CONFIG_H -I. -I../include -isystem/home/grg/oe2/tmp/sysroots/mipsel-oe-linux/usr/include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -DDBUS_API_SUBJECT_TO_CHANGE -I/home/grg/oe2/tmp/sysroots/mipsel-oe-linux/usr/include/freetype2 -I/home/grg/oe2/tmp/sysroots/mipsel-oe-linux/usr/include/pixman-1 -I/home/grg/oe2/tmp/sysroots/mipsel-oe-linux/usr/include/hal -I/home/grg/oe2/tmp/sysroots/mipsel-oe-linux/usr/include/dbus-1.0 -I/home/grg/oe2/tmp/sysroots/mipsel-oe-linux/usr/lib/dbus-1.0/include -I/home/grg/oe2/tmp/sysroots/mipsel-oe-linux/home/grg/oe2/tmp/sysroots/x86_64-linux/usr/include -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I/home/ grg/oe2/tmp/sysroots/mipsel-oe-linux/usr/include/xextproto-70 -isystem/home/grg/oe2/tmp/sysroots/mipsel-oe-linux/usr/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -MT glyph.lo -MD -MP -MF .deps/glyph.Tpo -c glyph.c -fPIC -DPIC -o .libs/glyph.o | glyph.c:30:25: error: openssl/sha.h: No such file or directory | glyph.c: In function 'HashGlyph': | glyph.c:205: error: 'SHA_CTX' undeclared (first use in this function) | glyph.c:205: error: (Each undeclared identifier is reported only once | glyph.c:205: error: for each function it appears in.) | glyph.c:205: error: expected ';' before 'ctx' | glyph.c:208: warning: implicit declaration of function 'SHA1_Init' | glyph.c:208: warning: nested extern declaration of 'SHA1_Init' | glyph.c:208: error: 'ctx' undeclared (first use in this function) | glyph.c:212: warning: implicit declaration of function 'SHA1_Update' | glyph.c:212: warning: nested extern declaration of 'SHA1_Update' | glyph.c:220: warning: implicit declaration of function 'SHA1_Final' | glyph.c:220: warning: nested extern declaration of 'SHA1_Final' | make[1]: *** [glyph.lo] Error 1 Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-02dbus: fix building on mipsel and clean up PIE/pie fix to work again.Graham Gower5
D-Bus fails to link with --gc-sections on mipsel. | CCLD dbus-daemon | collect2: ld returned 1 exit status | make[2]: *** [dbus-daemon] Error 1 | make[2]: *** Waiting for unfinished jobs.... | /home/grg/oe2/tmp/cross/mipsel/lib/gcc/mipsel-oe-linux/4.4.4/../../../../mipsel-oe-linux/bin/ld: can not make stub section: File format not recognized | /home/grg/oe2/tmp/cross/mipsel/lib/gcc/mipsel-oe-linux/4.4.4/../../../../mipsel-oe-linux/bin/ld: failed to set dynamic section sizes: File format not recognized Also, the previous fPIE/pie fix no longer works. While here, clean up INC_PR. Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-02qemumipsel.conf: Add qemumipsel support, based upon qemumips.Graham Gower2
Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-02SlugOS: slugos-packages - add dbus and bluez-libsMike Westerhof1
and documentation changes for unbuildable/broken packages.
2010-07-02devicekit-power: use a source location that doesn't change, matches the old ↵Koen Kooi1
checksums
2010-07-02tgt: upgraded to 1.0.6Frans Meulenbroeks1
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-02[xorg-xserver] add xorg.conf for machine htcleoLukas Gorris1
2010-07-02[linux-qsd8] update srcrev, defconfigLukas Gorris2
2010-07-02qi: add om-gta0* overrides to build qi only for right cpuMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-02ti-dmai 2.10.00.10: fix damage introduced by ↵Koen Kooi1
927721f66e7c2c5b5024ce0a17cd31ca8ccbd1d2
2010-07-01recipes: Punt use of patch=1 and use striplevel=n instead of pnumKhem Raj9
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-01libpam-1.1.1: Dont use innetgr on uclibc as its not there.Khem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-01v86d: Add recipe for 0.1.9Khem Raj1
* Drop 0.1.8 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-01klibc_1.5.18: Fix the build for x86 on newer kernels.Khem Raj7
* We were setting KLIBCARCH to match kernel arch while this let klibc build, it did not configure in right syscalls because klibc still use 'i386' the patch tells klibc to look for right places in kernel tree based on arch and we can stop synthesizing KLIBCARCH to be same as kernel arch. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-01linux(-kexecboot): bump SRCREV and remove applied patchMartin Jansa4
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-01xserver-xorg: upgrade 1.9 RC3 to RC4Martin Jansa3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-01xserver-xorg: remove 1.8.0, keep 1.8.1 as 1.8 representativeMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-01xserver-xorg: remove CVS recipe and patches used only there, xserver is in ↵Martin Jansa3
GIT for long Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-01gcc-4.5: BUMP INC_PR not BINVKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-01xalan: fix staging und bump PRHenning Heinold1
2010-07-01qt4-embedded 4.7.0b1: add WIP recipeKoen Kooi2
qt4-e 4.7b1: make it thru configure, fail in do_compile now: | qxml.cpp:(.text._ZN7QVectorI7QStringE7reallocEii[QVector<QString>::realloc(int, int)]+0x2c4): undefined reference to `qBadAlloc()'
2010-07-01uboot: Remove early (alpha) am3517 u-boot patchesRoger Monk16
* Not required now Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-07-01busybox_1.16.2: increase D_P for shrMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-01libphone-utils: move phoneutils_test to separate package to keep debian ↵Martin Jansa1
package naming intact Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-01busybox 1.16.2: Fix udhcpd and udhcpc in configDirk Opfer3
Starting with version 1.16.x busybox changed CONFIG_APP_UDHCPxxx into CONFIG_UDHCPCxxx. - Change defconfigs - Fix do_install_append to install the scritps if these options are set
2010-07-01busybox: 1.16.1 -> 1.16.2 (new stable)Dirk Opfer12
2010-07-01uclibc_git.bb: Bump to latest master.Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-01gcc-svn: Dont disable long double 128 for ppcKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-01gcc-4.5: Make gcc-cross build for ppc targetKhem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-01x-load: Remove early (alpha) am3517 x-loader recipes and filesRoger Monk11
* 1.41 for am3517 was test build - remove Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-07-01x-load_git: Update TI OMAP/AM machines to latest commits ~PSP 3.01.00.06Roger Monk1
* Update to head of 3.01.00.06 TI x-load git trees (v1.46) * Update omap3evm, dm3730-am3715-evm, am3517-evm Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-07-01u-boot_git: Update TI OMAP/AM machines to latest commits ~PSP 3.01.00.06Roger Monk1
* Update to head of 3.01.00.06 TI u-boot git trees (v2009.11) * Update omap3evm, dm3730-am3715-evm, am3517-evm Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-06-30linux-openmoko-2.6.32_git.bb: add a patch to make jack input events workKlaus Kurzmann2
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-06-30xf86-video-glamo: bump SRCREV, remove applied patchMartin Jansa2
2010-07-01libxsettings: bump PR to force rebuild to restore xsettings-common.h in sysrootsDmitry Eremin-Solenikov1
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-06-30xbmc: add missing deps, bump SRCREVKoen Kooi1
2010-06-30Merge branch 'org.openembedded.dev' of ↵Dmitry Eremin-Solenikov119
git://git.openembedded.org/openembedded into org.openembedded.dev
2010-06-30xbmc: fix version and fixup python libKoen Kooi1
2010-06-30jamvm-initial 1.4.5: fix dependencies, see ↵Koen Kooi1
http://tinderbox.openembedded.org/public/logs/task/6388490.txt
2010-06-30llvm2.7 2.7: Changed patch URL to new format.Robert Schuster1
2010-06-30mcnavi: add 0.2.10Martin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>