Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-04-08 | irda-utils: add patch to use LDFLAGS (fixes QA error) | Jeremy Lainé | 2 | |
2009-04-08 | Merge branch 'org.openembedded.dev' of ↵ | Jeremy Lainé | 1 | |
ssh://git@git.openembedded.net/openembedded into org.openembedded.dev | ||||
2009-04-08 | ppp: add patch to use LDFLAGS (fixes QA error) | Jeremy Lainé | 2 | |
2009-04-08 | omap3-sgx-modules: add compile fix for DSS2 changes in linux-omap 2.6.29 | Koen Kooi | 1 | |
2009-04-08 | e-wm-config-angstrom: refresh configs, add systray | Koen Kooi | 4 | |
2009-04-08 | diskio: new e17 module | Koen Kooi | 1 | |
2009-04-08 | e-wm: fix profile selection in first-run wizard | Koen Kooi | 2 | |
2009-04-07 | gcc-canadian-sdk: Fix C++ relocation, add SYSROOT, use SDK_REALPATH_MINGW, ↵ | Tom Rini | 2 | |
bump PR. | ||||
2009-04-07 | binutils-canadian-sdk: Use add SYSROOT, use SDK_REALPATH_MINGW, bump PR | Tom Rini | 1 | |
2009-04-07 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Stanislav Brabec | 9 | |
into org.openembedded.dev | ||||
2009-04-07 | autoconf213-native: Added old autoconf for fennec recipe. | Stanislav Brabec | 3 | |
2009-04-07 | linux-oma 2.6.29: reenable BT for beagleboard | Koen Kooi | 1 | |
2009-04-07 | gnome-bluetooth: add RCONFLICTS with bluez-gnome | Koen Kooi | 1 | |
2009-04-07 | gnome-bluetooth: add 2.27.1 | Koen Kooi | 2 | |
libunique: needed for gnome-bluetooth, add 1.0.8 | ||||
2009-04-07 | linux-omap 2.6.2[89]: make 720p mode conform to CEA 681-E instead of CEA 681-D | Koen Kooi | 2 | |
2009-04-07 | e17: bump SRCREV to 39886 | Koen Kooi | 1 | |
* runtime tested on beagleboard, feels a bit faster as before * also gets us the blingy new wallpaper2 dialog | ||||
2009-04-07 | initramfs-kexecboot-image: fix parse warning | Koen Kooi | 1 | |
2009-04-07 | linux-omap: add modeline for 720p60 to .28 and .29 | Raffaele Recalcati | 4 | |
2009-04-07 | systray: as the name implies, a systray module for e17 | Koen Kooi | 1 | |
2009-04-07 | vala-native: bump to 0.6.0 and make git version the default; we need a ↵ | Michael 'Mickey' Lauer | 4 | |
bootstrap version now though. | ||||
2009-04-07 | task-cli-tools: add socat | Michael 'Mickey' Lauer | 1 | |
2009-04-07 | gabriel[-native]: new recipe; proxy for remote dbus access | Michael 'Mickey' Lauer | 2 | |
2009-04-07 | socat: catch up SRC_URI | Michael 'Mickey' Lauer | 4 | |
2009-04-07 | libssh: add libssh-native | Michael 'Mickey' Lauer | 3 | |
2009-04-07 | linux-omap 2.6.29: add patches to fix some bugs in the display driver, XV ↵ | Koen Kooi | 7 | |
now works again | ||||
2009-04-07 | linux-rp.inc: respect do_rm_work task | Andrea Adami | 1 | |
- wlan-ng headers were needed before 2.6.28 - tosa was needing these but now uses 2.6.29 - not needed anymore it seems | ||||
2009-04-07 | initramfs-kexecboot-image: fix EXTRA_IMAGEDEPENDS for all Zaurus | Andrea Adami | 1 | |
2009-04-06 | wireless-tools: Fix libiw/ifrename packages, bump PR. | Tom Rini | 2 | |
We weren't creating the above packages as we needed to use '=+' not '+=' here to take things from the default package. For these additional packages, add files with '=' not '+=' and we only need to add ${sysconfdir}/network to the base package glob. Also we need to run install-static to get libiw.a to be installed. Signed-off-by: Tom Rini <trini@embeddedalley.com> | ||||
2009-04-06 | meta-toolchain-gpe-sbox: Drop task-sdk-gpephone (to match m-t-gpe), bump PR | Tom Rini | 1 | |
Acked-by: Florian Boor <florian.boor@kernelconcepts.de> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <trini@embeddedalley.com> | ||||
2009-04-06 | meta-toolchain, canadian-sdk: Move C++ headers into the correct location, ↵ | Tom Rini | 9 | |
bump PR A gcc that has sysroot support expects that the default C++ headers (iostream, etc) are in <toolchain prefix>/include/c++ while regular C headers are still in <toolchain prefix>/usr/include. Acked-by: Florian Boor <florian.boor@kernelconcepts.de> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <trini@embeddedalley.com> | ||||
2009-04-06 | gcc-cross-sdk: Fix relocation of the toolchain and bump PR. | Tom Rini | 15 | |
There's two parts to this. The first is to make relative, not absolute symlinks for 'cpp', etc. The second is that we need to configure without --with-gxx-include-dir and instead install the base C++ headers into the expected location. The path passed to --with-gxx-include-dir will not be relocated and is an absolute. Acked-by: Florian Boor <florian.boor@kernelconcepts.de> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <trini@embeddedalley.com> | ||||
2009-04-06 | binutils-cross-sdk: Make relative, not absolute symlinks for 'as', etc, bump PR | Tom Rini | 12 | |
While I'm in here, make the cvs recipe use FILESPATHPKG not mung FILESDIR. Acked-by: Florian Boor <florian.boor@kernelconcepts.de> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <trini@embeddedalley.com> | ||||
2009-04-06 | gcc-svn: Add recipe to build bleeding edge gcc. | Khem Raj | 153 | |
2009-04-06 | libsoup-2.4: add missing DEPENDS on sqlite3 | Jeremy Lainé | 1 | |
2009-04-06 | gsoap: actually stage headers and libraries.. | Jeremy Lainé | 1 | |
2009-04-06 | flite-1.3: use LDFLAGS (fixes QA error) | Jeremy Lainé | 2 | |
2009-04-06 | gsoap: use LDFLAGS (fixes QA error) | Jeremy Lainé | 2 | |
2009-04-06 | Merge branch 'org.openembedded.dev' of ↵ | Jeremy Lainé | 5 | |
ssh://git@git.openembedded.net/openembedded into org.openembedded.dev | ||||
2009-04-06 | postgresql-8.2.4: fix SRC_URI and checksums.ini | Jeremy Lainé | 1 | |
2009-04-06 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Koen Kooi | 4 | |
into org.openembedded.dev | ||||
2009-04-06 | linux-omap 2.6.29: fixes | Koen Kooi | 5 | |
* add patch to fix leds * tweak ISP patches to handle new API * tweak beagleboard defconfig | ||||
2009-04-06 | postgresql: use LDFLAGS for shared libs (fixes QA error) | Jeremy Lainé | 4 | |
2009-04-06 | u-boot git: update overo and beagleboard to 2009.03 | Koen Kooi | 3 | |
2009-04-06 | gd: use LDFLAGS (fixes QA error) | Jeremy Lainé | 1 | |
2009-04-06 | pth: use LDFLAGS (fixes QA error) | Jeremy Lainé | 2 | |
2009-04-06 | dhclient: use LDFLAGS (fixes QA error) | Jeremy Lainé | 1 | |
2009-04-06 | libmng: use LDFLAGS (fixes QA error) | Jeremy Lainé | 2 | |
2009-04-06 | cups: use LDFLAGS for shared libs (fixes QA error) | Jeremy Lainé | 3 | |
2009-04-06 | tcp-wrappers: use LDFLAGS (fixes QA error) | Jeremy Lainé | 2 | |
2009-04-06 | libnl: use LDFLAGS (fixes QA error) | Jeremy Lainé | 4 | |