Stefan Schmidt [Sun, 18 Jul 2010 17:42:38 +0000 (19:42 +0200)]
libdbusmenu_0.3.5: Add for other Ayatana parts
Stefan Schmidt [Sun, 18 Jul 2010 17:40:46 +0000 (19:40 +0200)]
json-glib_0.10.4: Add json-glib
This is needed for other parts of the Ayatana project of Canonical. See here for
more infos:
https://launchpad.net/ayatana
Stefan Schmidt [Sun, 18 Jul 2010 17:37:15 +0000 (19:37 +0200)]
dfu-util_0.1: Add 0.1 release
Denis 'GNUtoo' Carikli [Sat, 17 Jul 2010 14:53:55 +0000 (16:53 +0200)]
keymaps: remove initscripts dependency
Multiple initscripts version exist,for instance
initscripts-shr,initscripts-openmoko,initscripts etc...
Depending on a particular initscript is not a good idea:
For instance on SHR(distro) and htcdream(machine)
it install initscripts instead of initscripts-shr in
shr-image,which result in having the /etc/init.d/devices which
is,according to mickeyl, an init script for devfs.
if this init script is present(with the corresponding rc links) it get
executed,which causes some devices nodes to lack.
which prevent sound,modem and maybe other driver from working on the
htcdream.
Thanks mrmoku in #openmoko-cdevel in Freenode
for helping me finding the offending recipe.
Thanks mickeyl in #openmoko-cdevel in Freenode for telling me
that usually packages don't depend on the initscripts
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sun, 18 Jul 2010 10:46:36 +0000 (12:46 +0200)]
task-shr-feed: update openjdk entry
Koen Kooi [Sun, 18 Jul 2010 11:20:27 +0000 (13:20 +0200)]
jack: add 0.118.0 (latest stable)
Stanislav Brabec [Sun, 18 Jul 2010 09:24:55 +0000 (09:24 +0000)]
obex-data-server: Adding imagemagick to DEPENDS (requires MagicWand by default).
Stefan Schmidt [Sun, 18 Jul 2010 09:07:13 +0000 (11:07 +0200)]
opensp-native_1.5: Configure asks for gettext inherit it
Stefan Schmidt [Sun, 18 Jul 2010 09:06:21 +0000 (11:06 +0200)]
grep_2.6.3: Configure asks for gettext inherit it
Stefan Schmidt [Sun, 18 Jul 2010 09:05:17 +0000 (11:05 +0200)]
bison.inc: Configure asks for gettext inherit it
Martin Jansa [Wed, 14 Jul 2010 10:58:31 +0000 (12:58 +0200)]
linux(-kexecboot)_git: bump SRCREV, add fix for bug 16310
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sun, 18 Jul 2010 07:49:02 +0000 (09:49 +0200)]
phonefsod: bump SRCREV
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sun, 18 Jul 2010 07:48:33 +0000 (09:48 +0200)]
cornucopia: bump SRCREV
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Koen Kooi [Sat, 17 Jul 2010 18:48:27 +0000 (20:48 +0200)]
angstrom: don't use -ggdb3 for -native and -cross
* 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
Koen Kooi [Sat, 17 Jul 2010 15:09:28 +0000 (17:09 +0200)]
webkit-gtk: add 1.2.3 build (from release tarball, not svn/git)
Lukas Gorris [Sat, 17 Jul 2010 12:14:28 +0000 (14:14 +0200)]
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Henning Heinold [Fri, 16 Jul 2010 22:43:47 +0000 (00:43 +0200)]
openjdk-6: use zip-native rather than host-zip, similiar to icedtea6-native
* bump INC_PR
Henning Heinold [Fri, 16 Jul 2010 11:52:04 +0000 (13:52 +0200)]
icedtea6-native: use the right variable for zip and override it via make commandline
* bump INC_PR
Michael 'Mickey' Lauer [Sat, 17 Jul 2010 09:37:03 +0000 (11:37 +0200)]
vala: 0.9.3.1 -> 0.9.3.2
Frans Meulenbroeks [Sat, 17 Jul 2010 08:03:38 +0000 (10:03 +0200)]
glibc-2.9: added missing ld.so.conf
Thanks for Khem to pointing this out!
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Yuri Bushmelev [Fri, 16 Jul 2010 21:21:51 +0000 (01:21 +0400)]
quilt-native_0.48: Patch to properly detect newer versions of GNU patch is 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).
Lukas Gorris [Fri, 16 Jul 2010 17:15:01 +0000 (19:15 +0200)]
linux-qsd8: bump srcrev, update defconfig and machine features
The new revision includes patch to allow use of gcc-4.5 generated binaries and adds some new features.
Lukas Gorris [Fri, 16 Jul 2010 17:13:45 +0000 (19:13 +0200)]
htc-qsd8: use xf86-video-fbdev until xf86-video-msm is fixed
See http://bugs.openembedded.org/show_bug.cgi?id=5451 for further information on xf86-video-msm
Tom Rini [Fri, 16 Jul 2010 17:02:52 +0000 (10:02 -0700)]
lmbench: Fix builds by pulling in siteinfo stuff
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>
Frans Meulenbroeks [Sun, 11 Jul 2010 11:47:01 +0000 (13:47 +0200)]
glibc 2;5: cleaned up; patches only in local dir
mved all patches to glibc-2.5
removed references to other dirs.
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Thu, 15 Jul 2010 20:35:35 +0000 (22:35 +0200)]
glibc 2.9: cleaned up; patches only in local dir
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>
Frans Meulenbroeks [Thu, 15 Jul 2010 20:37:35 +0000 (22:37 +0200)]
glibc 2.10.1: cleaned up; patches only in local dir
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>
Frans Meulenbroeks [Thu, 15 Jul 2010 20:43:26 +0000 (22:43 +0200)]
glibc: remove old/obsolete versions
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>
Denis 'GNUtoo' Carikli [Tue, 13 Jul 2010 09:57:08 +0000 (11:57 +0200)]
linux-leviathan: switched to a new branch and bump PR
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
Denis 'GNUtoo' Carikli [Tue, 13 Jul 2010 10:24:41 +0000 (12:24 +0200)]
xserver-xorg-conf: add new htcdream's xorg.conf
The new xorg.conf is needed because of the switch from
tslib to evdev
Denis 'GNUtoo' Carikli [Thu, 15 Jul 2010 05:05:27 +0000 (07:05 +0200)]
marvell-gspi and marvell-sdio: move duplicated license in separate 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
Henning Heinold [Fri, 16 Jul 2010 13:07:01 +0000 (15:07 +0200)]
llvm-common: use do_install to do the stuff
* bump PR
Robert Schuster [Fri, 16 Jul 2010 12:05:48 +0000 (14:05 +0200)]
jamvm-native: Removed restart workaround, use libffi instead of custom assembly code.
Robert Schuster [Wed, 14 Jul 2010 06:50:25 +0000 (08:50 +0200)]
jamvm-native: Add automatic restart workaround to native package as well.
Graham Gower [Thu, 15 Jul 2010 14:07:51 +0000 (14:07 +0000)]
lsof_4.83.bb: Make recipe buildable again.
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>
Henning Heinold [Fri, 16 Jul 2010 08:59:34 +0000 (10:59 +0200)]
llvm-common: use do_stage for now, until there is a better solution
* remove the extra PR and bump PR
Denys Dmytriyenko [Fri, 16 Jul 2010 01:27:50 +0000 (21:27 -0400)]
libgles-omap3: pass rpath-link properly instead of adding more -lX libs
As it now needs to link against xcb as part of X server libs.
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Koen Kooi [Thu, 15 Jul 2010 21:25:35 +0000 (23:25 +0200)]
clutter-box2d: update to 0.10.0
Koen Kooi [Thu, 15 Jul 2010 17:51:10 +0000 (19:51 +0200)]
clutter-1.0: add 1.0.10
Martin Jansa [Thu, 15 Jul 2010 21:15:28 +0000 (23:15 +0200)]
shr: bump SRCREVs to latest
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Henning Heinold [Thu, 15 Jul 2010 20:25:46 +0000 (22:25 +0200)]
uclibc: remove obsolete patches for git version
Khem Raj [Thu, 15 Jul 2010 20:16:48 +0000 (13:16 -0700)]
gdb-common.inc: Add -f to rm the files dont exist while building target gdb
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Henning Heinold [Thu, 15 Jul 2010 20:14:56 +0000 (22:14 +0200)]
uclibc: fix arm nptl support in the git-version
Henning Heinold [Thu, 15 Jul 2010 19:53:51 +0000 (21:53 +0200)]
icedtea6-native: use zip-native, rather than hostsystem-zip which is not an oe-requirement
* bump INC_PR
Michael 'Mickey' Lauer [Thu, 15 Jul 2010 19:15:28 +0000 (21:15 +0200)]
dbus 1.3.1: apply patch from fdo bug 17754
Roman Khimov [Wed, 7 Jul 2010 00:38:54 +0000 (00:38 +0000)]
busybox: add suport for FEATURE_INDIVIDUAL setup
Where each applet is installed as a tiny binary linked against shared
libbusybox.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Mon, 12 Jul 2010 05:35:57 +0000 (09:35 +0400)]
perl 5.10.1: fix standard module rdependencies
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>
Roman I Khimov [Mon, 12 Jul 2010 05:35:03 +0000 (09:35 +0400)]
libdbix-simple-perl: add DBIx::Simple Perl module
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Tom Rini [Thu, 15 Jul 2010 17:32:31 +0000 (12:32 -0500)]
inetutils 1.8: Add --with-path-procnet-dev so that a path is used.
The configure script may say that this is ignored, but it is not.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Xerxes Rånby [Thu, 15 Jul 2010 16:24:22 +0000 (18:24 +0200)]
openjdk-6-6b18: Disable Shark ARM NEON support LLVM PR6561
Martin Jansa [Thu, 15 Jul 2010 14:36:19 +0000 (16:36 +0200)]
task-shr-feed: fix openjdk-6 add
Martin Jansa [Thu, 15 Jul 2010 14:03:07 +0000 (16:03 +0200)]
openjdk-6-release-6b18: force arm mode for now
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Thu, 15 Jul 2010 13:53:46 +0000 (15:53 +0200)]
task-shr-feed: add openjdk-6
Michael 'Mickey' Lauer [Thu, 15 Jul 2010 14:23:47 +0000 (16:23 +0200)]
msmcommd: add missing dependency
Michael 'Mickey' Lauer [Thu, 15 Jul 2010 13:57:16 +0000 (15:57 +0200)]
vala: 0.9.2.1 -> 0.9.3.1
Michael 'Mickey' Lauer [Thu, 15 Jul 2010 13:50:11 +0000 (15:50 +0200)]
libgee: move to known-good revision
Martin Jansa [Thu, 15 Jul 2010 13:23:21 +0000 (15:23 +0200)]
xserver-xorg: move from 1.8.99.904 to 1.8.99.905
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Henning Heinold [Thu, 15 Jul 2010 12:48:27 +0000 (14:48 +0200)]
uclibc: update git version, fixes ppc32 nptl error
Martin Jansa [Thu, 15 Jul 2010 12:26:06 +0000 (14:26 +0200)]
llvm2.7: force arm mode for now for armv4t
* 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>
Koen Kooi [Thu, 15 Jul 2010 11:27:42 +0000 (13:27 +0200)]
usbmodeswitch: add 1.1.3
Koen Kooi [Thu, 15 Jul 2010 11:09:10 +0000 (13:09 +0200)]
angstrom-task-gnome: remove xorg-minimal-fonts
Henning Heinold [Thu, 15 Jul 2010 09:57:28 +0000 (11:57 +0200)]
openjdk-6: fix download URL for jaxws and jaf
Martin Jansa [Thu, 15 Jul 2010 10:30:43 +0000 (12:30 +0200)]
icedtea6-native_1.8: don't use kenai.com for jdk6-jaf and jdk6-jaxws, add right configure params for drop-zip (otherwise it's redownloaded during do_configure)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Enrico Scholz [Thu, 15 Jul 2010 09:56:58 +0000 (11:56 +0200)]
freetype: fixed broken patches
Patches in
aaac36c39e301995029cb40ae40fa8af277694dc are malformed
because they were cherrypicked with global 'apply.whitespace=fix'.
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Koen Kooi [Thu, 15 Jul 2010 09:54:28 +0000 (11:54 +0200)]
ekiga, opal: bump PR
Enrico Scholz [Tue, 15 Jun 2010 12:43:54 +0000 (14:43 +0200)]
ipkg-utils: convert mtime to int before comparing it
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>
Enrico Scholz [Thu, 27 May 2010 13:14:53 +0000 (15:14 +0200)]
encodings/font-util: swapped inter-DEPENDS
'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>
Enrico Scholz [Thu, 15 Jul 2010 09:30:41 +0000 (11:30 +0200)]
freetype: build with system zlib
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>
Enrico Scholz [Sun, 28 Mar 2010 14:45:36 +0000 (16:45 +0200)]
freetype: updated to 2.3.12
That's (nearly) a copy of the old 2.3.11 recipe.
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Enrico Scholz [Sun, 28 Mar 2010 10:29:01 +0000 (12:29 +0200)]
dbus: use $(LIBTOOL) to install 'dbus-daemon'
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>
Koen Kooi [Thu, 15 Jul 2010 09:26:31 +0000 (11:26 +0200)]
ekiga: raise defaultpref for angstrom
Koen Kooi [Thu, 15 Jul 2010 08:53:32 +0000 (10:53 +0200)]
ekiga git: bump to current head
Koen Kooi [Thu, 15 Jul 2010 08:51:11 +0000 (10:51 +0200)]
ptlib: add 2.8.2
Koen Kooi [Thu, 15 Jul 2010 07:49:34 +0000 (09:49 +0200)]
ekiga: add 3.2.7
Koen Kooi [Thu, 15 Jul 2010 07:49:19 +0000 (09:49 +0200)]
ekiga git: lower default pref
Koen Kooi [Thu, 15 Jul 2010 07:40:13 +0000 (09:40 +0200)]
opal: add 3.8.2
Denys Dmytriyenko [Wed, 14 Jul 2010 21:47:20 +0000 (17:47 -0400)]
php: make sed avoid unaccessible .pc files left by quilt
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Frans Meulenbroeks [Wed, 14 Jul 2010 20:52:38 +0000 (22:52 +0200)]
gcc 4.1.x: patch Makefile.in for cross compile badness
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>
Tom Rini [Wed, 14 Jul 2010 20:17:06 +0000 (13:17 -0700)]
clamav 0.96.1: Add a patch to drop @CFLAGS@ from libclamav.pc.in, bump PR
@CFLAGS@ doesn't belong in pkgconfig files
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Wed, 14 Jul 2010 20:15:41 +0000 (13:15 -0700)]
pkconfig.bbclass: Add -R... to the regex, and reindent.
clamav 0.96.1 makes use of this flag
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Denys Dmytriyenko [Wed, 14 Jul 2010 19:53:39 +0000 (15:53 -0400)]
libc-client: remove extra "openssl" from the include path
Since normally OpenSSL headers are already included from "openssl"
directory, don't add it to the path again, which breaks the build
with external toolchains. Thanks to Pierluigi Passaro for suggesting
the fix:
http://e2e.ti.com/support/embedded/f/354/p/53964/198615.aspx
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Tom Rini [Wed, 14 Jul 2010 19:55:12 +0000 (12:55 -0700)]
ipsec-tools: Add a patch to not 'install' vmbuf.h twice
Patch taken form pld-linux.org
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Frans Meulenbroeks [Sat, 10 Jul 2010 16:12:40 +0000 (18:12 +0200)]
base.bbclass: introduce COMPATIBLE_TARGET_SYS
This patch introduces COMPATIBLE_TARGET_SYS
It is similar to COMPATIBLE_MACHINE but where COMPATIBLE_MACHINE
is used to specify that a certain recipe is for a certain machine
COMPATIBLE_TARGET_SYS can be used to specify that a certain recipe
is for a certain architecture.
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Tom Rini <tom_rini@mentor.com>
Khem Raj [Wed, 14 Jul 2010 17:55:22 +0000 (10:55 -0700)]
gcc-configure-common.inc: Disable multilib generation.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Roman I Khimov <khimov@altell.ru>
Acked-by: Tom Rini <tom_rini@mentor.com>
Xerxes Rånby [Wed, 14 Jul 2010 16:49:16 +0000 (18:49 +0200)]
openjdk-6-6b18: Remove vestigial thumbee.patch.
Xerxes Rånby [Wed, 14 Jul 2010 16:42:45 +0000 (18:42 +0200)]
openjdk-6-6b18: Add ARM Linux Shark CPU features detection code.
Martin Jansa [Wed, 14 Jul 2010 15:32:49 +0000 (17:32 +0200)]
icedtea6-native_1.7.3: backport patch for building without jar in system
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Wed, 14 Jul 2010 12:15:51 +0000 (14:15 +0200)]
shr: include sane-toolchain-java.inc and angstrom-jalimo.conf, add largefile to DISTRO_FEATURES
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Dmitry Eremin-Solenikov [Wed, 14 Jul 2010 12:18:21 +0000 (16:18 +0400)]
Merge branch 'org.openembedded.dev' of git://git.openembedded.org/openembedded into org.openembedded.dev
Dmitry Eremin-Solenikov [Wed, 14 Jul 2010 12:16:26 +0000 (16:16 +0400)]
gdb: stop conflicting with binutils
To stop gdb file conflicts with binutils (in different ways) move
removing of bfd/opcodes/libiberty stuff to gdb-common.inc. Also bump PRs
to force rebuild.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Graham Gower [Tue, 13 Jul 2010 18:48:39 +0000 (18:48 +0000)]
usermanual/chapters/recipes.xml: Executables should be executable.
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Robert Schuster [Wed, 14 Jul 2010 06:15:01 +0000 (08:15 +0200)]
jamvm-initial 1.4.5,1.5.0: Fixed binary to be called in script.
Robert Schuster [Wed, 14 Jul 2010 06:08:38 +0000 (08:08 +0200)]
jamvm 1.4.5 - 1.5.3: Fixed packaging of libjvm.so
Robert Schuster [Wed, 14 Jul 2010 06:06:09 +0000 (08:06 +0200)]
cacao 0.99.3: Fixed packaging of libjvm.so.
cacao 0.99.4: Dito.
Robert Schuster [Tue, 13 Jul 2010 13:46:41 +0000 (15:46 +0200)]
jamvm-initial 1.4.5: Face random crashes with a silent retry.
jamvm-initial 1.5.0: Dito.
Robert Schuster [Tue, 13 Jul 2010 09:58:02 +0000 (11:58 +0200)]
llvm-common: Fixed installation path of helper script (led to issues in OpenJDK build), bumped PR.
Graham Gower [Sun, 11 Jul 2010 20:51:15 +0000 (20:51 +0000)]
perl_5.8.8.bb: Don't use hostperl's $Config{cppflags} with cross compiler.
Fixes /usr/local/include Badness.
make[2]: Entering directory `/home/grg/oe2/tmp/work/mipsel-oe-linux/perl-5.8.8-r34/perl-5.8.8/ext/Errno'
hostperl -I/home/grg/oe2/tmp/work/mipsel-oe-linux/perl-5.8.8-r34/perl-5.8.8/Cross/../fake_config_library -MConfig Errno_pm.PL Errno.pm
CROSS COMPILE Badness: /usr/local/include in INCLUDEPATH: /usr/local/include
No error definitions found at Errno_pm.PL line 216.
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Tue, 13 Jul 2010 05:47:01 +0000 (22:47 -0700)]
gtk+-2.20.0,gtk+-2.20.1: Fix case where /usr/bin/nm was being generated into libtool.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Martin Jansa [Tue, 13 Jul 2010 08:51:37 +0000 (10:51 +0200)]
xserver-common_1.33: add xinput-calibrator to SHR RDEPENDS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Sebastian Krzyszkowiak [Wed, 7 Jul 2010 16:29:06 +0000 (16:29 +0000)]
task-shr-feed: add missing shr-splash themes to feed
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>