Khem Raj [Tue, 20 Jul 2010 05:10:20 +0000 (22:10 -0700)]
sane-toolchain.inc: Check for architectures which dont support EABI
* This patch reverses the check for EABI support. This would mean
that future processors will not have to be added everytime they
come out.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
Tom Rini [Tue, 20 Jul 2010 18:50:09 +0000 (11:50 -0700)]
bitbake.conf, local.conf.sample: Disable ccache by default
This moves the current CCACHE over to local.conf.sample and documents
when it's useful to enable.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Koen Kooi [Tue, 20 Jul 2010 18:50:23 +0000 (20:50 +0200)]
angstrom-gnome-image: switch to psplash
Denis 'GNUtoo' Carikli [Tue, 20 Jul 2010 16:12:06 +0000 (18:12 +0200)]
xserver-xorg-conf: fix rotation issue with htcdream and bump PR
I used comment in the htcdream's xorg.conf for telling the user
what to comment in order to remove rotation,but I forgetten to
add some coments for the trackball,with the result of the trackball
beeing rotated when the screen is not.
I was told in irc and belive that a PR bump is ok and doesn't need
prior review
Denis 'GNUtoo' Carikli [Mon, 19 Jul 2010 19:02:03 +0000 (21:02 +0200)]
mplayer-common: add support for htcdream and bump PR
Alsa is prefered over oss because oss emulation on top of alsa is
more inclined to buffer-underflows
The configuration is derived from om-gta02's configuration because
the htcdream doesn't have a floating point unit either(armv6-novfp)
Xerxes Rånby [Tue, 20 Jul 2010 15:30:03 +0000 (17:30 +0200)]
openjdk-6-6b18: add pre1.8.1 releasebranch fixes up to 19 Jul 2010.
* openjdk-6-6b18-1.8/icedtea1.8-pre1.8.1-releasebranch-fixes.patch: Updated.
fixes origin from http://icedtea.classpath.org/hg/release/icedtea6-1.8/shortlog
Xerxes Rånby [Tue, 20 Jul 2010 15:11:02 +0000 (17:11 +0200)]
llvm2.7: new ARMv4 rawMOVLRPC.patch; backported llvm2.8svn r97745 & r104587 fixes.
* llvm2.7/MOVLRPC.patch: deleted.
* llvm2.7/rawMOVLRPC.patch: New patch replaces MOVLRPC.patch.
emits mov lr, pc before indirect call_nolink branches
using pseudo instructions for improved stablility on ARMv4 and ARMv4t.
fixes segfault after called function return. llvm PR7608
* llvm2.7/r97745-llvmPR6480.patch: New backported from llvm2.8svn.
fixes Assertion `SubUsed && "Using an undefined register!"' failed.
* llvm2.7/r104587-MOVimm32.patch: New backported from llvm2.8svn.
fixes TestARMCodeEmitter::emitPseudoInstruction UNREACHABLE
at ARMCodeEmitter.cpp:554
Roger Monk [Tue, 20 Jul 2010 13:03:47 +0000 (14:03 +0100)]
ti-codecs-dm6467: Add latest codec server v.1.0.0.8
* Add latest version recipe
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Roger Monk [Tue, 20 Jul 2010 13:02:59 +0000 (14:02 +0100)]
ti-codecs-dm6467: Fix URL to codec server download
* Update URL to use absolute path instead of 'latest'
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Martin Jansa [Tue, 20 Jul 2010 09:36:12 +0000 (11:36 +0200)]
zhone: don't call exit from Xsession.d script
* xserver-common version of Xsession does "source" for Xsession.d/* and exit kills main Xsession script
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Vitus Jensen [Mon, 19 Apr 2010 22:32:22 +0000 (22:32 +0000)]
base.bbclass: base_do_compile() accepts GNUmakefile as Makefile
GNU make will look for GNUmakefile, makefile and Makefile. GNUmakefile
isn't recommended but used by some programs, e.g. canutils.
Signed-off-by: Vitus Jensen <vjensen@gmx.de>
Acked-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Khem Raj [Tue, 20 Jul 2010 05:03:57 +0000 (22:03 -0700)]
Revert "distro: Move thumb into distro features"
This reverts commit
e9fe87a13cf4e0453ff601c422ecbe6a98bc8f76.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Chase Maupin [Fri, 16 Jul 2010 03:24:20 +0000 (03:24 +0000)]
remove dm3730-am3715-evm machine type references
* Removed references to the dm3730-am3715-evm machine type
and replaced with dm37x-evm and am37x-evm machine types.
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Acked-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Chase Maupin [Fri, 16 Jul 2010 03:24:19 +0000 (03:24 +0000)]
dm3730-am3715-evm: split machine type into two
* Split the dm3730-am3715-evm machine type into two separate
machines. These are dm37x-evm and am37x-evm.
* This split will allow for being able to distiguish different
MACHINE_FEATURES in the future such as whether the machine has
a DSP or not. This will allow for cleaner task creation.
* In order to be able to choose the proper collateral and software
such as documentation and codecs we need machine types that
differentiate product lines (i.e. AM vs DM) and product
families (i.e. 37x vs 35x). This change allows enough
differentiation to chose proper collateral without
requiring a machine type for every derivative chip.
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Acked-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Khem Raj [Mon, 19 Jul 2010 08:22:45 +0000 (01:22 -0700)]
sane-toolchain.inc: Add armv4 to ARM EABI supporting architectures.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Mon, 19 Jul 2010 08:09:01 +0000 (01:09 -0700)]
distro: Move thumb into distro features
* Currenlty we define the thumb specific overrides in machine tune files
and as machine conf files are included before the distro conf files
the overrides dont get right values and set incorrectly.
* This patch moves the tune-thumb.inc from machine/include into
distro/include and lets distro decide on thumb and thumb-interworking
features based on the machine selected. If a machine which does not
support thumb like all armv4 based machines is selected then distro
makes correct decision now to disable thumb and thumb-interworking
based upon the machine seletected.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Koen Kooi [Mon, 19 Jul 2010 19:22:37 +0000 (21:22 +0200)]
opkg: bump SRCREV to 543
Robert Schuster [Mon, 19 Jul 2010 16:51:17 +0000 (18:51 +0200)]
openjdk-6: Added manual RDEPENDS for vm-shark and vm-cacao.
Robert Schuster [Mon, 19 Jul 2010 16:41:00 +0000 (18:41 +0200)]
openjdk-6: Reworked packaging (RDEPENDS) to match what users are used to from Ubuntu.
Martin Jansa [Mon, 19 Jul 2010 11:14:06 +0000 (13:14 +0200)]
linux-openmoko-2.6.32: add missing patch, enable XFS, brtfs, GPT
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Mon, 19 Jul 2010 11:02:35 +0000 (13:02 +0200)]
linux-openmoko-2.6.34: enable XFS, brtfs and GPT in defconfig
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Koen Kooi [Mon, 19 Jul 2010 10:42:08 +0000 (12:42 +0200)]
bc-cube: add libgles-omap3-x11wsegl to x11 rdepends
Martin Jansa [Sun, 18 Jul 2010 00:54:39 +0000 (00:54 +0000)]
angstrom-jalimo: fix openjdk-6-jre preferred version
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
Koen Kooi [Mon, 19 Jul 2010 10:04:06 +0000 (12:04 +0200)]
usbmodeswitch: fix virtual/libusb0
Xerxes Rånby [Mon, 19 Jul 2010 09:24:11 +0000 (11:24 +0200)]
openjdk-6-6b18: add pre1.8.1 releasebranch fixes up to 13 Jul 2010.
fixes origin from http://icedtea.classpath.org/hg/release/icedtea6-1.8/shortlog
Koen Kooi [Mon, 19 Jul 2010 08:47:58 +0000 (10:47 +0200)]
devicekit-power 014: fix build for offline machines
Khem Raj [Mon, 19 Jul 2010 08:16:40 +0000 (01:16 -0700)]
uclibc-git: Refresh config for mipsel and bump to latest git
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Stanislav Brabec [Sun, 18 Jul 2010 22:30:39 +0000 (22:30 +0000)]
balsa: Updated to version 2.4.7. Fixed infinite symlink error.
Signed-off-by: Stanislav Brabec <utx@penguin.cz>
Stanislav Brabec [Sun, 18 Jul 2010 22:13:23 +0000 (22:13 +0000)]
lsof: Fixed typo in addtask.
Signed-off-by: Stanislav Brabec <utx@penguin.cz>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
Stefan Schmidt [Sun, 18 Jul 2010 18:57:52 +0000 (20:57 +0200)]
json-glib: Put in an extra folder as it may be used by others.
This way it is easier to spot. We need to make sure that the versions in moblin
work with this version as well and move them.
Stefan Schmidt [Sun, 18 Jul 2010 17:45:46 +0000 (19:45 +0200)]
indicator-network_0.2.6: And finally the connman/ofono based network indicator
Stefan Schmidt [Sun, 18 Jul 2010 17:44:49 +0000 (19:44 +0200)]
indicator-applet_0.4.3: Gnome applet for so called indicators of Ayatana
Stefan Schmidt [Sun, 18 Jul 2010 17:44:00 +0000 (19:44 +0200)]
libindicator_0.3.8: Add for other Ayatana parts
Stefan Schmidt [Sun, 18 Jul 2010 17:43:30 +0000 (19:43 +0200)]
ido_0.1.6: Add for other Ayatana parts
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>