summaryrefslogtreecommitdiff
path: root/recipes
AgeCommit message (Collapse)AuthorFiles
2010-08-14xscreensaver: removed old versionFrans Meulenbroeks2
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-14xfsprogs: removed old versionFrans Meulenbroeks1
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-14hamlib: remove old versionFrans Meulenbroeks1
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-14flickcurl: moved to 1.19, updated depsFrans Meulenbroeks1
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-14raptor: added recipeFrans Meulenbroeks1
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-14patchutils: remove old versionsFrans Meulenbroeks6
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-14sqlite: removed 3.6.2 and 3.6.5Frans Meulenbroeks3
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-14gcc4.4.x: patch Makefile.in for cross compile badnessFrans Meulenbroeks6
When compiling gcc target code make passes -I(GMPINC) but this one points to the host dir (it is set to HOST_GMPINC which in oe points to tmp/sysroots/i686-linux/usr/include). This patch breaks the env var $(INCLUDES) in two and only uses the TARGET specific part for compiling libgcc and the crt stuff. The patch has been verified by baking all affected recipes with bitbake -c configure -b recipe Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-14gcc4.3.x: patch Makefile.in for cross compile badnessFrans Meulenbroeks8
When compiling gcc target code make passes -I(GMPINC) but this one points to the host dir (it is set to HOST_GMPINC which in oe points to tmp/sysroots/i686-linux/usr/include). This patch breaks the env var $(INCLUDES) in two and only uses the TARGET specific part for compiling libgcc and the crt stuff. The patch has been verified by baking all affected recipes with bitbake -c configure -b recipe Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-14dtc: removed old 1.1 versionFrans Meulenbroeks2
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-14m4: removed old version 1.4.8Frans Meulenbroeks2
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-14apt: remvoed old 0.7.3 versionFrans Meulenbroeks4
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-14php: removed some old versionsFrans Meulenbroeks10
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-14libtool: removed some old versionsFrans Meulenbroeks28
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-14devio: removed some old versionsFrans Meulenbroeks8
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-14coreutils: removed old versionsFrans Meulenbroeks24
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-14orbit2: removed old versionsFrans Meulenbroeks7
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-14guile: removed unused 1.8.5 and 1.8.6Frans Meulenbroeks4
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-14gcc4.5: patch Makefile.in for cross compile badnessFrans Meulenbroeks2
When compiling gcc target code make passes -I(GMPINC) but this one points to the host dir (it is set to HOST_GMPINC which in oe points to tmp/sysroots/i686-linux/usr/include). This patch breaks the env var $(INCLUDES) in two and only uses the TARGET specific part for compiling libgcc and the crt stuff. The patch has been verified by baking the 4.5 recipe with bitbake -c patch -b gcc_4.5.bb Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-14gmp: removed old versionsFrans Meulenbroeks19
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-14intltool/files: removed; was only used by now removed recipesFrans Meulenbroeks2
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-14intltool: removed old versionsFrans Meulenbroeks4
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-14libidl: remove old version 0.8.10Frans Meulenbroeks2
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-14sdcc: removed old versionFrans Meulenbroeks2
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-14gcc4.2.x: patch Makefile.in for cross compile badnessFrans Meulenbroeks10
When compiling gcc target code make passes -I(GMPINC) but this one points to the host dir (it is set to HOST_GMPINC which in oe points to tmp/sysroots/i686-linux/usr/include). This patch breaks the env var $(INCLUDES) in two and only uses the TARGET specific part for compiling libgcc and the crt stuff. The patch has been verified by baking all affected recipes with bitbake -c configure -b recipe Also introduced INC_PR Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-14libcgroup: correct the license and use the final releaseHenning Heinold1
* updated checksums * bump PR
2010-08-14genboot-native: Removing legacy stagingFrans Meulenbroeks1
* Replaced do_stage function with do_install and replaced ${STAGING_BINDIR} with ${D}${bindir} * removed FILESDIR * bumped PR * ran through oe-stylize Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-14serload-native: Removing legacy stagingFrans Meulenbroeks1
* Replaced do_stage function with do_install and replaced ${STAGING_BINDIR} with ${D}${bindir} * removed FILES_DIR * added PR * ran through oe-stylize Signed-off-by: Ahsan, Noor <noor_ahsan@mentor.com> Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-14estardict: add version 0.3Martin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-14libphone-ui(-shr): bump SRCREV to the 0.0.1 releaseLukas Märdian2
Signed-off-by: Lukas Märdian <lukasmaerdian@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-13canutils: update to version 4.0.6Vitus Jensen1
Signed-off-by: Vitus Jensen <vjensen@gmx.de> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-13libsocketcan: remove old version 0.0.7Vitus Jensen1
Signed-off-by: Vitus Jensen <vjensen@gmx.de> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-13canutils: remove old version 4.0.4Vitus Jensen1
Signed-off-by: Vitus Jensen <vjensen@gmx.de> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-13pidgin: 2.7.2->2.7.3Martin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-12squashfs-tools: Switch to BBCLASSEXTEND, drop legacy staging, bump PRTom Rini5
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-12task-shr-feed: add supertux-qvga wesnothMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-12procps: RRECOMMENDS ncurses-terminfoMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-12nano: RRECOMMENDS ncurses-terminfoMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-12joe: RRECOMMENDS ncurses-terminfoMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-12htop: RRECOMMENDS ncurses-terminfoMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-12squashfs-tools.inc: Switch to FILESPATHPKG =.Tom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-12openjdk-6-common.inc: Switch to FILESPATHPKG =.Tom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-12initscripts-slugos: Switch to FILESPATHPKG =.Tom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-12klibc: Fix staging and PRKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-12octave: check in WIP recipe for 3.2.4Koen Kooi1
2010-08-12metacity: bump PRKoen Kooi2
gnome-panel: bump PR
2010-08-12binutils.inc: Drop spurious CC definition.Tom Rini1
There's always been a definition of CC here that gets out of sync with bitbake.conf. Drop. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-12mythtv: upgraded to SRCREV 25609Frans Meulenbroeks3
This includes the 0.23.1 patches Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-12navit: bump SRCREV a bitMartin Jansa4
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-12qt-4.7.0-beta1: move to beta2Martin Jansa16
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>