summaryrefslogtreecommitdiff
path: root/recipes
AgeCommit message (Collapse)AuthorFiles
2009-04-08pcsc-lite_1.5.2: wrong download linkDirk 'Virk' Van Haerenborgh1
2009-04-08pcsc-lite: Update to version 1.5.2Dirk 'Virk' Van Haerenborgh1
No packaging changes.
2009-04-08add gsoap v2.7.13, generates C/C++ source codes for Web service and client ↵Dirk 'Virk' Van Haerenborgh4
applications gsoap-native: unbreak self-dependency patch included FILES_${PN} includes {datadir} as soapcpp2 is some sort of compiler which needs the headers in datadir in order to be able to compile its soap stuff properly (third time's the charm)
2009-04-08watchdog: Update to version 5.6Mark Brown1
No packaging changes, just the new upstream. Acked-by: Koen Kooi <koen@openembedded.org>
2009-04-08libgles-omap3: these are evil binaries, so skip insane.bbclass testsKoen Kooi1
2009-04-08vala-bootstrap-native: bring back timestamp hack; still necessaryMichael 'Mickey' Lauer1
2009-04-08flite-1.3: fix LDFLAGS breakageJeremy Lainé2
2009-04-08hostap-daemon-0.6.9: add patch to use LDFLAGS (fixes QA error)Jeremy Lainé2
2009-04-08hostap-utils: only keep version 0.4.7Jeremy Lainé3
* hostap-utils is obsolete, if we must keep one it should be version 0.4.7
2009-04-08hostap-utils-0.4.7: use LDFLAGS (fixes QA error)Jeremy Lainé2
2009-04-08gsoap: use autotools_stageJeremy Lainé1
2009-04-08Merge branch 'org.openembedded.dev' of ↵Jeremy Lainé1
ssh://git@git.openembedded.net/openembedded into org.openembedded.dev
2009-04-08obexpush: use LDFLAGS (fixes QA error)Jeremy Lainé1
2009-04-08ti-dmai: add compile fix for DSS2 changes in linux-omap 2.6.29Koen Kooi1
2009-04-08irda-utils: add patch to use LDFLAGS (fixes QA error)Jeremy Lainé2
2009-04-08Merge branch 'org.openembedded.dev' of ↵Jeremy Lainé1
ssh://git@git.openembedded.net/openembedded into org.openembedded.dev
2009-04-08ppp: add patch to use LDFLAGS (fixes QA error)Jeremy Lainé2
2009-04-08omap3-sgx-modules: add compile fix for DSS2 changes in linux-omap 2.6.29Koen Kooi1
2009-04-08e-wm-config-angstrom: refresh configs, add systrayKoen Kooi4
2009-04-08diskio: new e17 moduleKoen Kooi1
2009-04-08e-wm: fix profile selection in first-run wizardKoen Kooi2
2009-04-07gcc-canadian-sdk: Fix C++ relocation, add SYSROOT, use SDK_REALPATH_MINGW, ↵Tom Rini2
bump PR.
2009-04-07binutils-canadian-sdk: Use add SYSROOT, use SDK_REALPATH_MINGW, bump PRTom Rini1
2009-04-07Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Stanislav Brabec9
into org.openembedded.dev
2009-04-07autoconf213-native: Added old autoconf for fennec recipe.Stanislav Brabec3
2009-04-07linux-oma 2.6.29: reenable BT for beagleboardKoen Kooi1
2009-04-07gnome-bluetooth: add RCONFLICTS with bluez-gnomeKoen Kooi1
2009-04-07gnome-bluetooth: add 2.27.1Koen Kooi2
libunique: needed for gnome-bluetooth, add 1.0.8
2009-04-07linux-omap 2.6.2[89]: make 720p mode conform to CEA 681-E instead of CEA 681-DKoen Kooi2
2009-04-07e17: bump SRCREV to 39886Koen Kooi1
* runtime tested on beagleboard, feels a bit faster as before * also gets us the blingy new wallpaper2 dialog
2009-04-07initramfs-kexecboot-image: fix parse warningKoen Kooi1
2009-04-07linux-omap: add modeline for 720p60 to .28 and .29Raffaele Recalcati4
2009-04-07systray: as the name implies, a systray module for e17Koen Kooi1
2009-04-07vala-native: bump to 0.6.0 and make git version the default; we need a ↵Michael 'Mickey' Lauer4
bootstrap version now though.
2009-04-07task-cli-tools: add socatMichael 'Mickey' Lauer1
2009-04-07gabriel[-native]: new recipe; proxy for remote dbus accessMichael 'Mickey' Lauer2
2009-04-07socat: catch up SRC_URIMichael 'Mickey' Lauer4
2009-04-07libssh: add libssh-nativeMichael 'Mickey' Lauer3
2009-04-07linux-omap 2.6.29: add patches to fix some bugs in the display driver, XV ↵Koen Kooi7
now works again
2009-04-07linux-rp.inc: respect do_rm_work taskAndrea Adami1
- 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-07initramfs-kexecboot-image: fix EXTRA_IMAGEDEPENDS for all ZaurusAndrea Adami1
2009-04-06wireless-tools: Fix libiw/ifrename packages, bump PR.Tom Rini2
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-06meta-toolchain-gpe-sbox: Drop task-sdk-gpephone (to match m-t-gpe), bump PRTom Rini1
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-06meta-toolchain, canadian-sdk: Move C++ headers into the correct location, ↵Tom Rini9
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-06gcc-cross-sdk: Fix relocation of the toolchain and bump PR.Tom Rini15
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-06binutils-cross-sdk: Make relative, not absolute symlinks for 'as', etc, bump PRTom Rini12
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-06gcc-svn: Add recipe to build bleeding edge gcc.Khem Raj153
2009-04-06libsoup-2.4: add missing DEPENDS on sqlite3Jeremy Lainé1
2009-04-06gsoap: actually stage headers and libraries..Jeremy Lainé1
2009-04-06flite-1.3: use LDFLAGS (fixes QA error)Jeremy Lainé2