summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
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
2010-07-15openjdk-6: fix download URL for jaxws and jafHenning Heinold1
2010-07-15icedtea6-native_1.8: don't use kenai.com for jdk6-jaf and jdk6-jaxws, add ↵Martin Jansa1
right configure params for drop-zip (otherwise it's redownloaded during do_configure) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-15freetype: fixed broken patchesEnrico Scholz3
Patches in aaac36c39e301995029cb40ae40fa8af277694dc are malformed because they were cherrypicked with global 'apply.whitespace=fix'. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
2010-07-15ekiga, opal: bump PRKoen Kooi2
2010-07-15ipkg-utils: convert mtime to int before comparing itEnrico Scholz3
The st_mtime attribute (which is a float) is compared against a value from the timestamp database, which was stored as an integer there. When working on a filesystem with precise timestamps the comparision will fail nearly everytime hence. Although it might be possible to enhance the database to store the fractional part too, this will complicate things more than we would gain by this change. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
2010-07-15encodings/font-util: swapped inter-DEPENDSEnrico Scholz2
'encodings' uses font-util's pkg-config file to determine location of the X11 font directory. When 'font-util' is not staged yet (as it was the case), it will use buildhost information which point to something like /usr/share/X11 (which is outside of the staging dir) and which are not writable. This results into an empty 'encodings' package on first bitbake run in a pristine tree; 'encodings' must be rebuilt so that it can use font-util information from previous runs. As 'font-util' itself does not require 'encodings' during build-time, there were swapped the DEPENDS. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Cc: David-John Willis <John.Willis@Distant-earth.com> Cc: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-15freetype: build with system zlibEnrico Scholz1
Problems mentioned in 4187d3df8838506f6578a2b0f2fb98f98c41e151 (Aug 2006) seem to went away and build succeeds with system zlib now. Using system libraries is preferable because it saves space and allows better tracking of security issues. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
2010-07-15freetype: updated to 2.3.12Enrico Scholz3
That's (nearly) a copy of the old 2.3.11 recipe. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
2010-07-15dbus: use $(LIBTOOL) to install 'dbus-daemon'Enrico Scholz1
Depending on autotools/libtool version and configure flags, dbus-daemon will be built sometimes below .libs/ and sometimes in base directory. Using 'libtool --mode=install' is a portable way to deal with this. Changing Makefile.am to use native automake methods to install this files would be a better but more invasive fix. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
2010-07-15ekiga: raise defaultpref for angstromKoen Kooi1
2010-07-15ekiga git: bump to current headKoen Kooi1
2010-07-15ptlib: add 2.8.2Koen Kooi1
2010-07-15ekiga: add 3.2.7Koen Kooi1
2010-07-15ekiga git: lower default prefKoen Kooi1
2010-07-15opal: add 3.8.2Koen Kooi1
2010-07-14php: make sed avoid unaccessible .pc files left by quiltDenys Dmytriyenko1
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-07-14gcc 4.1.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. This has been fully tested with gcc 4.1.2. For 4.1.0 and 4.1.0 it is verified that the patch applies properly Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com>