summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-08-14openswan: removed old versionFrans Meulenbroeks6
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-14openvpn: removed old versionsFrans Meulenbroeks7
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-14zsh: remove old versionFrans Meulenbroeks2
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
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-14preferred-om-2009-versions.inc: removed; unused and om is not supported any moreFrans Meulenbroeks1
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-13shr: blacklist all 2.4 kernels, because of multiple ERRORs it shows in every ↵Martin Jansa1
build Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-13opkg: bump SRCREV to 550, fixes a segfault and some symlink truncation issuesKoen Kooi1
2010-08-13preferred-xorg-versions: remove include files for old releasesMartin Jansa7
* git grep shows that all distributions (in OE tree) moved to preferred-xorg-versions-X11R7.5.inc already * would be nice to encourage everybody to use most tested X11R7.5 or no preferred-xorg-versions at all (we can keep latest versions working and use D_P -1 for stuff which needs more testing first) * replace preferred-xorg-versions.inc with link always adjusted to latest relase (is there any problem with symlink in OE tree?) * this would also make easier to remove really old versions when it's hard to test some changes (like converting libx11 staging) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@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-13Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded ↵Frans Meulenbroeks173
into org.openembedded.dev
2010-08-13pidgin: 2.7.2->2.7.3Martin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-12srctree.bbclass: Also account fot deptaskKhem Raj1
* Use exec_func instead of exec_task * Use a new name for meta task Signed-off-by: Khem Raj <raj.khem@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>