Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-08-14 | libgweather: fix packaging regression | Koen Kooi | 1 | |
2009-08-14 | libgweather: add 2.26.2.1 | Steve Sakoman | 1 | |
2009-08-14 | libgnomeui: add 2.24.1 and restructure to use libgnomeui.inc | Steve Sakoman | 5 | |
2009-08-14 | libbonoboui: add 2.24.1 | Steve Sakoman | 1 | |
2009-08-14 | u-boot: bump the SRCREV's for DaVinci boards | Denys Dmytriyenko | 1 | |
2009-08-13 | Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵ | Khem Raj | 2 | |
into org.openembedded.dev | ||||
2009-08-13 | pciutils: fix generation of pci.ids.gz | Michael Smith | 1 | |
Set ZLIB=yes to prevent auto-detection by the lib/configure script, which only looks in /usr/include. Ship pci.ids in pci-ids-uncompressed for users of old hal versions. Pass PREFIX to Make and use the install-lib target to save work. Signed-off-by: Michael Smith <msmith@cbnco.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-08-13 | clutter-0.9: move SRCREV a bit forward so that GLES builds again | Koen Kooi | 2 | |
2009-08-13 | gnome-games: fix paths to host SDL, bump PR | Roger Monk | 1 | |
2009-08-13 | linux-omap*: evm and beagle updates | Koen Kooi | 5 | |
* the 'zippy' daughtercard now has working mmc, rtc and ethernet | ||||
2009-08-13 | gdm 2.26.1: add missing dep on xinput | Koen Kooi | 1 | |
2009-08-13 | u-boot git: update beagleboard pinmux file | Koen Kooi | 2 | |
2009-08-13 | libgnomecanvas: add 2.26.0 | Steve Sakoman | 1 | |
2009-08-12 | libxklavier: add 4.0 | Steve Sakoman | 1 | |
2009-08-12 | gdm: add 2.6.21 | Steve Sakoman | 9 | |
2009-08-12 | balsa: Updated to version 2.4.1. Disabled broken touchscreen mode. | Stanislav Brabec | 3 | |
2009-08-12 | task-self-hosting: use task-native-sdk, req python | Marcin Juszkiewicz | 1 | |
2009-08-12 | task-self-hosting: do not use Monotone, OE switched to GIT | Marcin Juszkiewicz | 1 | |
2009-08-12 | python-phoneutils: new recipe; python bindings for libphoneutils | Michael 'Mickey' Lauer | 1 | |
2009-08-12 | python: merge some improvements done in various oe.dev-boycott branches back ↵ | Michael 'Mickey' Lauer | 2 | |
into oe.dev | ||||
2009-08-12 | rdesktop-1.6.0: Fix build issue | John Willis | 1 | |
Remove duplicate audio-2008.patch patch line from recipe (fixes build issue introduced with 013c006d11a59269b9d3adc6cbb6fb8091144965). Signed-off-by: David-John Willis <John.Willis@Distant-earth.com> Signed-off-by: Holger Freyther <zecke@selfish.org> | ||||
2009-08-12 | linknx: Fix crash on startup | Dirk Opfer | 5 | |
- restructure recipe and add .inc - Add patch to fix a crash on startup during static initialization of a map - Add startup script - Enable curl and smtp - Add recipe for cvs version | ||||
2009-08-12 | owfs: update to 2.7p24 | Dirk Opfer | 1 | |
2009-08-12 | fuse: update to 2.7.4 | Dirk Opfer | 4 | |
2009-08-12 | gcc: add new gcc version 4.3.4 | Dirk Opfer | 179 | |
Tested on a armv5te platform using thumb instruction set | ||||
2009-08-12 | python: add missing dependencies | Thomas Zimmermann | 3 | |
* Added mimetools.py and rfc822.py to python-netclient * Added python-json package * Let python-email depend on python-netclient, because email/utils.py depends on base64.py NOTE: Fixes http://trac.shr-project.org/trac/ticket/549 | ||||
2009-08-12 | dbus: fix dbus-daemon segfault on mipsel with recent toolchain | Graham Gower | 5 | |
dbus-daemon segfaults on mipsel when built with -fPIE/-pie, as outlined in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532821 Removes PIE compilation from the dbus-daemon Makefile as a workaround. Signed-off-by: Graham Gower <graham.gower@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Holger Freyther <zecke@selfish.org> | ||||
2009-08-12 | nandlogical-klibc-static: fix FILESPATHPKG | Andrea Adami | 1 | |
2009-08-12 | nandlogical: move to zaurus-utils | Andrea Adami | 5 | |
2009-08-12 | zaurus-utils: create a common container for the various Zaurus tools | Andrea Adami | 7 | |
2009-08-12 | nandlogical: remove unused -static recipe (we have | Andrea Adami | 1 | |
nandlogical-klibc-static now) | ||||
2009-08-12 | zaurus-updater: remove unused files - recipe was unified in 2008 | Andrea Adami | 2 | |
2009-08-11 | meta-toolchain-qte: Set the QMAKESPEC... | Holger Hans Peter Freyther | 1 | |
And finally we have a working SDK (tm). | ||||
2009-08-11 | libbonobo: add 2.24.1 | Steve Sakoman | 1 | |
2009-08-11 | libart-lgpl: add 2.3.20 | Steve Sakoman | 1 | |
2009-08-10 | Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵ | Khem Raj | 13 | |
into org.openembedded.dev | ||||
2009-08-11 | libgcrypt.inc: Fix libgcrypt compilation with GCC-4.4 on mips | Graham Gower | 2 | |
Patch taken from https://forum.openwrt.org/viewtopic.php?id=20520 Makes sense and seems to work ok. libgcrypt.inc has --disable-asm in EXTRA_OECONF, yet strangely the configure script does nothing with this information beyond parsing it. Assembler is certainly still being used. http://patchwork.openembedded.org/patch/919/ Signed-Off-By: Holger Hans Peter Freyther <zecke@selfish.org> | ||||
2009-08-11 | libmad_0.15.1b: fix libmad compilation with GCC-4.4 on mips | Graham Gower | 2 | |
Fix build failure due to removal of the h asm constraint in GCC-4.4 mips port. http://patchwork.openembedded.org/patch/921/ Signed-Off-By: Holger Hans Peter Freyther <zecke@selfish.org> | ||||
2009-08-11 | Update the em-x270 machine to work with linux_2.6.23. | Rafael Campos Las Heras | 5 | |
* Use of generic linux_2.6.23 recipe * remove em-x270_2.6.23 recipe (ugly). * Add a patch that allows to compile with gcc 4.1 compiler. Signed-off-by: Rafael Campos Las Heras <methril@gmail.com> Signed-off-By: Holger Hans Peter Freyther <zecke@selfish.org> | ||||
2009-08-11 | curl-7.19.5: Fix for curl artifact 2825989 | Marc Olzheim | 2 | |
Add curl-add_all_algorithms.patch to 7.19.5 recipe. Fixes curl artifact id 2825989 https://sourceforge.net/tracker/index.php?func=detail&aid=2825989&group_id=976&atid=100976 http://cool.haxx.se/cvs.cgi/curl/lib/ssluse.c#rev1.229 http://patchwork.openembedded.org/patch/928/ Signed-Off-By: Holger Hans Peter Freyther <zecke@selfish.org> | ||||
2009-08-11 | qt4: Make it possible to set the QMAKE_QT_CONFIG variable | Holger Hans Peter Freyther | 2 | |
this way we will find the qconfig.pri and all library names will be set correctly. This means that the SDK is usable to compile Qt applications out of the box. | ||||
2009-08-11 | meta-toolchain-qte: Fix the paths to the helper utilities | Holger Hans Peter Freyther | 1 | |
They are directly copied into bin/ and not usr/bin. Change the script to point to the correct location. | ||||
2009-08-10 | eglibc-package.bbclass glibc-package.bbclass: Use ls -d in do_prep_locale_tree | Marc Olzheim | 4 | |
ls -d will list directories as plain files and then cp -R will copy the contents over. Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-08-10 | python-sip_4.8.2.bb: Add new recipe for python-sip | Manuel Pietschmann | 1 | |
Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-08-10 | linux-davinci: add defconfig for dm365-evm | Koen Kooi | 1 | |
2009-08-10 | gvfs: add 1.3.3 | Steve Sakoman | 1 | |
2009-08-10 | gnome-vfs: add 2.24.1, share patches with 2.22.0 | Steve Sakoman | 3 | |
2009-08-10 | opencv: Bump SRCREV, explicitly build with ffmpeg | Steve Sakoman | 2 | |
2009-08-10 | task-beagleboard-demo: make gnash armv7a specific since it's using boost ↵ | Koen Kooi | 1 | |
atomic ops which are missing for pre-v7 arms | ||||
2009-08-10 | linux-davinci: update git recipe | Koen Kooi | 1 | |