summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-07-18phonefsod: bump SRCREVMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-18cornucopia: bump SRCREVMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-17angstrom: don't use -ggdb3 for -native and -crossKoen Kooi3
* As Phil points out, not enough people are debugging -native stuff * The actual bug in the git -native recipe not using links still isn't solved, though
2010-07-17webkit-gtk: add 1.2.3 build (from release tarball, not svn/git)Koen Kooi1
2010-07-17Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded ↵Lukas Gorris11
into org.openembedded.dev
2010-07-17openjdk-6: use zip-native rather than host-zip, similiar to icedtea6-nativeHenning Heinold1
* bump INC_PR
2010-07-17icedtea6-native: use the right variable for zip and override it via make ↵Henning Heinold5
commandline * bump INC_PR
2010-07-17vala: 0.9.3.1 -> 0.9.3.2Michael 'Mickey' Lauer2
2010-07-17glibc-2.9: added missing ld.so.confFrans Meulenbroeks1
Thanks for Khem to pointing this out! Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-17quilt-native_0.48: Patch to properly detect newer versions of GNU patch is ↵Yuri Bushmelev2
added. New versions of GNU patch present themselves as "GNU patch" instead of just "patch". NOTE1: both configure.ac and configure are patched because we have no native autotools at that stage. NOTE2: encountered on ALT Linux Sisyphus (testing branch).
2010-07-16linux-qsd8: bump srcrev, update defconfig and machine featuresLukas Gorris3
The new revision includes patch to allow use of gcc-4.5 generated binaries and adds some new features.
2010-07-16htc-qsd8: use xf86-video-fbdev until xf86-video-msm is fixedLukas Gorris1
See http://bugs.openembedded.org/show_bug.cgi?id=5451 for further information on xf86-video-msm
2010-07-16lmbench: Fix builds by pulling in siteinfo stuffTom Rini2
At some point an automatic import of autotools.bbclass was removed. Since we only need CONFIG_SITEINFO, inherit siteinfo and set the variable so we're back to where we were. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-07-16glibc 2;5: cleaned up; patches only in local dirFrans Meulenbroeks25
mved all patches to glibc-2.5 removed references to other dirs. Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-16glibc 2.9: cleaned up; patches only in local dirFrans Meulenbroeks21
moved all patches to glibc-2.9 removed references to other dirs. Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-07-16glibc 2.10.1: cleaned up; patches only in local dirFrans Meulenbroeks22
moved all patches to glibc-2.10.1 removed references to other dirs. Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-07-16glibc: remove old/obsolete versionsFrans Meulenbroeks55
as mentioned before on the OE ML. removing some old versions which are not pinned by any distro and are fairly old: glibc-initial_2.3.2+cvs20040726.bb glibc-initial_2.3.6.bb glibc-initial_2.4.bb glibc-initial_2.7.bb glibc_2.3.2+cvs20040726.bb glibc_2.3.3+cvs20041128.bb glibc_2.3.3+cvs20050221.bb glibc_2.3.3+cvs20050420.bb glibc_2.3.6.bb glibc_2.4.bb glibc_2.7.bb Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Graham Gower <graham.gower@gmail.com>
2010-07-16linux-leviathan: switched to a new branch and bump PRDenis 'GNUtoo' Carikli2
This new branch has many improvements: When we started forking the android kernel it was an experimental 2.6.32 branch. This new branch is a rebase on top of a not anymore experimental 2.6.32 android msm kernel base,so it should contain many bugfixes For instance: *You can now have a statically rotated xorg,becuase at resume xorg doesn't crash anymore with this kernel *Better sound quality(less buffer underruns) Note that this new branch requires a new xorg.conf because I switched from tslib to evdev
2010-07-16xserver-xorg-conf: add new htcdream's xorg.confDenis 'GNUtoo' Carikli2
The new xorg.conf is needed because of the switch from tslib to evdev
2010-07-16marvell-gspi and marvell-sdio: move duplicated license in separate ↵Denis 'GNUtoo' Carikli3
package/recipe Before moving the license we had: Collected errors: * check_data_file_clashes: Package marvell-sdio-fw wants to install file .../rootfs/x11-sato2-image/lib/firmware/Marvell-Licence.txt But that file is already provided by package * marvell-gspi-fw * opkg_install_cmd: Cannot install package task-base-extended. in do_rootfs for machine bug under angstrom. In bug.conf there is: MACHINE_EXTRA_RRECOMMENDS = "marvell-gspi-fw marvell-sdio-fw kernel-modules" That installed both marvell-gspi-fw and marvell-sdio-fw each recipe had the same firmware license file(Marvell-Licence.txt) The two identic license files were installed at the same location which led to the install issue mentioned above. Moving the license in its own recipe/package removes the clash. In order to fullfill the legal requirements of the license I used RDEPENDS in order to be shure that the license would be present if at least one of the firmwares are present
2010-07-16llvm-common: use do_install to do the stuffHenning Heinold1
* bump PR
2010-07-16jamvm-native: Removed restart workaround, use libffi instead of custom ↵Robert Schuster3
assembly code.
2010-07-16jamvm-native: Add automatic restart workaround to native package as well.Robert Schuster3
2010-07-16lsof_4.83.bb: Make recipe buildable again.Graham Gower1
Breakage introduced by 74e32f114272668dfa4c88805741cf55ef965989. Other recipes which call base_do_unpack directly do not share this issue. Signed-off-by: Graham Gower <graham.gower@gmail.com> Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-07-16llvm-common: use do_stage for now, until there is a better solutionHenning Heinold1
* remove the extra PR and bump PR
2010-07-15libgles-omap3: pass rpath-link properly instead of adding more -lX libsDenys Dmytriyenko1
As it now needs to link against xcb as part of X server libs. Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-07-15clutter-box2d: update to 0.10.0Koen Kooi4
2010-07-15clutter-1.0: add 1.0.10Koen Kooi1
2010-07-15shr: bump SRCREVs to latestMartin Jansa7
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-15uclibc: remove obsolete patches for git versionHenning Heinold10
2010-07-15gdb-common.inc: Add -f to rm the files dont exist while building target gdbKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-15uclibc: fix arm nptl support in the git-versionHenning Heinold1
2010-07-15icedtea6-native: use zip-native, rather than hostsystem-zip which is not an ↵Henning Heinold5
oe-requirement * bump INC_PR
2010-07-15dbus 1.3.1: apply patch from fdo bug 17754Michael 'Mickey' Lauer2
2010-07-15busybox: add suport for FEATURE_INDIVIDUAL setupRoman Khimov1
Where each applet is installed as a tiny binary linked against shared libbusybox. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-07-15perl 5.10.1: fix standard module rdependenciesRoman I Khimov2
Automatic dependency extraction script made some errors thus perl-modules wasn't installable. * s/perl-module-encode-kr-2022_kr/perl-module-encode-kr-2022-kr/ * perl-module-your-module-here came from example in script, dropped it * s/perl-module-cpan-exception-yaml_not_installed/perl-module-cpan-exception-yaml-not-installed/ * perl-module-dbd-sqlite - not part of standard perl, provided by libdbd-sqlite-perl * perl-module-dbix-simple - same as above, provided by libdbix-simple-perl Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-07-15libdbix-simple-perl: add DBIx::Simple Perl moduleRoman I Khimov1
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-07-15inetutils 1.8: Add --with-path-procnet-dev so that a path is used.Tom Rini1
The configure script may say that this is ignored, but it is not. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-07-15openjdk-6-6b18: Disable Shark ARM NEON support LLVM PR6561Xerxes Rånby2
2010-07-15task-shr-feed: fix openjdk-6 addMartin Jansa1
2010-07-15openjdk-6-release-6b18: force arm mode for nowMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-15task-shr-feed: add openjdk-6Martin Jansa1
2010-07-15msmcommd: add missing dependencyMichael 'Mickey' Lauer1
2010-07-15vala: 0.9.2.1 -> 0.9.3.1Michael 'Mickey' Lauer2
2010-07-15libgee: move to known-good revisionMichael 'Mickey' Lauer2
2010-07-15xserver-xorg: move from 1.8.99.904 to 1.8.99.905Martin Jansa4
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-15uclibc: update git version, fixes ppc32 nptl errorHenning Heinold1
2010-07-15llvm2.7: force arm mode for now for armv4tMartin Jansa1
* http://llvm.org/bugs/show_bug.cgi?id=6065 * other archs are probably also affected, feel free to add * it's not clear if it's thumb2 or thumb1 only, because arm920t is affected and woglinde said his armv7 machine is not affected Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-15usbmodeswitch: add 1.1.3Koen Kooi1
2010-07-15angstrom-task-gnome: remove xorg-minimal-fontsKoen Kooi1