Jamie Lenehan [Mon, 25 Sep 2006 08:53:24 +0000 (08:53 +0000)]
perl 5.8.7: Fix the perl shared library generation for sh3/sh4
targets:
- You cannot link using LD on sh3/sh4, since ld fails to link in the
hidden library of weak symbols that is needed. Ccc knows about this
library and correctly links it in. The generate_config_sh script
was replacing the configred linker with LD from the environment and
the soname patch was passing parameters directly to LD which need
to be passed differently when linking with gcc.
- Any code to go in shared libraries must be compiled with -fPIC,
which while present in the config file was again being replaced
from the environment by the generate_config_sh script.
Both these patches probably should be ok for all targets, but they
would definately need run-time testing. So they are just patched in
for sh3 and sh4 for now.
Also removed the old code I added not to install the shared library
if its not configured since its configured for all targets after this
change.
Michael-Luke Jones [Sun, 24 Sep 2006 23:14:39 +0000 (23:14 +0000)]
ixp4xx-kernel: Bump SVN_REV to include full debugging output
Paul Sokolovsky [Sun, 24 Sep 2006 22:46:50 +0000 (22:46 +0000)]
handhelds-pxa-2.6.inc: Add h1910 to COMPATIBLE_MACHINE, allow it to be overridable.
Paul Sokolovsky [Sun, 24 Sep 2006 22:43:11 +0000 (22:43 +0000)]
handhelds-pxa-2.6 2.6.16-hh5: Use handhelds-pxa-2.6.inc.
Paul Sokolovsky [Sun, 24 Sep 2006 22:40:18 +0000 (22:40 +0000)]
handhelds-pxa-2.6: Split out common bb-code.
* Move the code needed to build contemporary versions of kernel to
handhelds-pxa-2.6.inc, so it can be reused and maintenance eased
(it's nice idea to keep 3-4 major versions around).
Paul Sokolovsky [Sun, 24 Sep 2006 21:47:58 +0000 (21:47 +0000)]
handhelds-pxa-2.6: Drop 2.6.16-hh6, add 2.6.16-hh7.
* Actually, rename.
* 2.6.16-hh6 was internal tag, no associated kernel version. -hh7 was
tagged recently (in a branch).
Koen Kooi [Sun, 24 Sep 2006 15:32:59 +0000 (15:32 +0000)]
zaurusd: RDEPENDS on procps
* anything that calls ps -e x should RDEPEND on procps
* patching it to work with busybox ps would make them fail with the real ps
Koen Kooi [Sun, 24 Sep 2006 15:32:03 +0000 (15:32 +0000)]
gpe-dm: RDEPEND on procps:
* anything that calls ps -e x should RDEPEND on procps
* patching it to work with busybox ps would make them fail with the real ps
* also drop obsolete versions
Philipp Zabel [Sun, 24 Sep 2006 13:39:58 +0000 (13:39 +0000)]
Michael-Luke Jones [Sun, 24 Sep 2006 08:31:23 +0000 (08:31 +0000)]
Michael-Luke Jones [Sun, 24 Sep 2006 08:30:45 +0000 (08:30 +0000)]
busybox: drop in an mdev patch from busybox.net
slugos-init: add in module loading logic for NSLU2
* Maintainers with other ixp4xx devices should follow suit
Michael-Luke Jones [Sat, 23 Sep 2006 19:51:43 +0000 (19:51 +0000)]
ixp4xx-kernel: Update to grab patches from trunk
Michael-Luke Jones [Sat, 23 Sep 2006 18:36:56 +0000 (18:36 +0000)]
slugos-image: missed a couple of extra items
Michael-Luke Jones [Sat, 23 Sep 2006 15:44:37 +0000 (15:44 +0000)]
Michael-Luke Jones [Sat, 23 Sep 2006 15:42:37 +0000 (15:42 +0000)]
ixp4xx-kernel: minor SVN revbump
Michael-Luke Jones [Sat, 23 Sep 2006 15:39:33 +0000 (15:39 +0000)]
SlugOS Distro & Image Files: Major changes
* Update to kernel version 2.6.18 (new build system)
* Change from udev to mdev to handle /dev and hotplug events (slugos-image.bb)
* Update to include necessary kernel modules post-modularisation (conf/distro/*)
Michael-Luke Jones [Sat, 23 Sep 2006 15:35:01 +0000 (15:35 +0000)]
ixp4xx-npe: Update installation patch for 2.1 and 2.3
Michael-Luke Jones [Sat, 23 Sep 2006 15:29:52 +0000 (15:29 +0000)]
slugos-init: Add scripts to autoload relevant modules
* Required for ixp4xx-kernel_2.6.18 and higher due to modularisation
Michael-Luke Jones [Sat, 23 Sep 2006 15:26:05 +0000 (15:26 +0000)]
busybox: add mdev support
* adjust SlugOS defconfig to enable mdev
* add mdev startup script (similar to udev init)
* add mdev.conf with correct device permissions/actions
Paul Sokolovsky [Sat, 23 Sep 2006 14:49:31 +0000 (14:49 +0000)]
Liam Girdwood [Sat, 23 Sep 2006 13:39:48 +0000 (13:39 +0000)]
mx31ads| machine conf file: added mx31ads machine support
Liam Girdwood [Sat, 23 Sep 2006 13:37:15 +0000 (13:37 +0000)]
mainstone_linux 2.6.18: fixed another syntax error (only noticed at build time).
Liam Girdwood [Sat, 23 Sep 2006 12:50:22 +0000 (12:50 +0000)]
tune-arm1136jf-s| machine conf: added arm11jf-s CPU support
Liam Girdwood [Sat, 23 Sep 2006 12:16:04 +0000 (12:16 +0000)]
mainstone_linux 2.6.18: fixed PR syntax error in bb file.
Michael Lauer [Sat, 23 Sep 2006 11:04:24 +0000 (11:04 +0000)]
xserver-kdrive git reduce duplicated metadata
Paul Sokolovsky [Sat, 23 Sep 2006 10:19:11 +0000 (10:19 +0000)]
dosfstools 2.11: New version
* dosfstools-2.10-kernel-2.6.patch is in mainline
* Still has various issues (one annoying being its non-i18n-friendliness,
tending to demage filenames in local charsets), but at least it's from 2005,
not 2003.
* dosfstools-native still at 2.10, as some patches don't apply cleanly.
Rod Whitby [Sat, 23 Sep 2006 02:04:03 +0000 (02:04 +0000)]
ixp4xx-kernel: Updated to svn repo rev after layout revert. Enanced svnpatch to take a configurable kernel repo path.
Rod Whitby [Sat, 23 Sep 2006 02:03:06 +0000 (02:03 +0000)]
apex: Updated to 1.4.5
Richard Purdie [Fri, 22 Sep 2006 22:19:56 +0000 (22:19 +0000)]
kernel.bbclass: Update get_kernelversion for changes in kernels >= 2.6.18
Philip Balister [Fri, 22 Sep 2006 17:13:37 +0000 (17:13 +0000)]
* base-files: add machine specific fstab for omap5912osk machine
Rod Whitby [Fri, 22 Sep 2006 17:10:06 +0000 (17:10 +0000)]
Michael-Luke Jones [Fri, 22 Sep 2006 16:28:10 +0000 (16:28 +0000)]
Michael-Luke Jones [Fri, 22 Sep 2006 14:27:20 +0000 (14:27 +0000)]
ixp4xx-kernel-2.6.18: pull patches automatically from SVN
* Improved previous system so patch tree is pulled automagically
* Specific SVN revision can be specified
* Patches applied using quilt
Richard Purdie [Fri, 22 Sep 2006 11:55:15 +0000 (11:55 +0000)]
task-base: Fix typos (thanks XorA)
Richard Purdie [Fri, 22 Sep 2006 11:47:33 +0000 (11:47 +0000)]
task-base: Add a distro selectable base set of depends so we can mimic task-bootstrap correctly
Liam Girdwood [Fri, 22 Sep 2006 10:05:53 +0000 (10:05 +0000)]
mainstone_kernel_2.6.18| virtual/kernel : added mainstone kernel 2.6.18 to support Angstrom and EABI
Philipp Zabel [Fri, 22 Sep 2006 09:55:25 +0000 (09:55 +0000)]
linux-libc-headers: add 2.6.18, generated by make headers_install
Michael-Luke Jones [Fri, 22 Sep 2006 07:24:24 +0000 (07:24 +0000)]
Oyvind Repvik [Thu, 21 Sep 2006 23:51:59 +0000 (23:51 +0000)]
slugos-packages: Remove erlang from ucslugc feed
Michael-Luke Jones [Thu, 21 Sep 2006 22:31:54 +0000 (22:31 +0000)]
ixp4xx-kernel_2.6.18: General Update
* Patches updated to reflect NSLU2-Linux SVN repository
Michael-Luke Jones [Thu, 21 Sep 2006 22:27:13 +0000 (22:27 +0000)]
ixp4xx-npe: quick refresh
* update install location of npe microcode
* remove obsolete version
Martin Dietze [Thu, 21 Sep 2006 12:30:26 +0000 (12:30 +0000)]
busybox: removed BZIP2 feature from nylon config, it was redundant since bzip2 is installed anyway
Martin Dietze [Thu, 21 Sep 2006 12:28:49 +0000 (12:28 +0000)]
elvis: some finetuning
* added update-alternatives calls to replace/set /bin/vi link
* minor fixes to configuration in elvis-tiny to avoid warnings when loading
Richard Purdie [Thu, 21 Sep 2006 08:56:20 +0000 (08:56 +0000)]
linux-oz-2.6.18: Fix locomo patch on collie, update collie defconfig so it builds and fits the device, update pxafb_changeres patch
Koen Kooi [Wed, 20 Sep 2006 21:49:19 +0000 (21:49 +0000)]
ibc-cvs arm uClibc.config: update to current svn
Jamie Lenehan [Wed, 20 Sep 2006 21:23:23 +0000 (21:23 +0000)]
sudo 1.6.8p12: Fix the autoconf patch. The AC_LINK_IFELSE test that was
being patched in is incorrect - this fixes the test. Closes #1422.
Richard Purdie [Wed, 20 Sep 2006 20:46:23 +0000 (20:46 +0000)]
linux-openzaurus-2.6.18: Apply recent 2.6.17 patches including overlay support
Oyvind Repvik [Wed, 20 Sep 2006 20:39:45 +0000 (20:39 +0000)]
erlang: Add erlang package. Add to slugos feeds
Koen Kooi [Wed, 20 Sep 2006 18:53:26 +0000 (18:53 +0000)]
gpe-plucker: remove obsolete stuff
Koen Kooi [Wed, 20 Sep 2006 16:32:54 +0000 (16:32 +0000)]
handhelds-pxa-2.6 cvs: fix uclibc/EABI
Richard Purdie [Wed, 20 Sep 2006 15:44:05 +0000 (15:44 +0000)]
linux-openzaurus-2.18: Fix squahsfx patch, update qemuarm integrator -> versatile
Marcin Juszkiewicz [Wed, 20 Sep 2006 15:26:35 +0000 (15:26 +0000)]
linux-oz: added 2.6.18 (not tested)
- some patches refreshed:
- collie-mcp-r0 -> r1
- tmio-tc6393-r6 -> r7
- tmio-nand-r5 -> r6
- tmio-ohci-r4 -> r5
- tosa-tmio-lcd-r8 -> r9
- tosa-lcdnoise-r0 -> r1
Richard Purdie [Wed, 20 Sep 2006 13:30:57 +0000 (13:30 +0000)]
linux-oz-2.6.17: Add preliminary qemux86 support (kernel only), add rootdelay=1 option for spitz, add symlinks in image deploy directory, migrate qemuarm from integrator to versatile (from poky)
Martin Dietze [Wed, 20 Sep 2006 12:47:57 +0000 (12:47 +0000)]
busybox: use a larger buffer in xargs for nylon, patch to compile busybox 1.00 for mtx-[12]
Martin Dietze [Wed, 20 Sep 2006 12:46:17 +0000 (12:46 +0000)]
cxcrypt: primitive binary-xor-based encryption tool.
Martin Dietze [Wed, 20 Sep 2006 12:44:00 +0000 (12:44 +0000)]
elvis: a vi clone with lots of vim-like features
* elvis-tiny is not as tiny as vim-tiny, i.e. it has visual marking, undo, syntax highlighting etc.
* elvis even has http and ftp support
Koen Kooi [Wed, 20 Sep 2006 11:53:32 +0000 (11:53 +0000)]
uclibc: fix packaging in uclibc.inc so we can get .dbg package.
* OE's strip functionality can't cope with a debugbuild of uclibc yet, so beware
Koen Kooi [Wed, 20 Sep 2006 09:35:34 +0000 (09:35 +0000)]
uclibc.inc: add code to enable/disable EABI for ARM systems based on TARGET_OS
* inspired by Richards code from linux-openzaurus.inc
Koen Kooi [Wed, 20 Sep 2006 09:28:45 +0000 (09:28 +0000)]
linux kernels: and bump PR where available for previous commit
Koen Kooi [Wed, 20 Sep 2006 09:27:00 +0000 (09:27 +0000)]
linux kernels: fix uclibcgnueabi detection
Koen Kooi [Wed, 20 Sep 2006 08:32:55 +0000 (08:32 +0000)]
uclibc svn: beat it into a working state, but given the massive desinterest the OE/uclibc people are displaying for patches sent to the mailinglist, this could break for some configurations
Jamie Lenehan [Tue, 19 Sep 2006 22:16:37 +0000 (22:16 +0000)]
Jamie Lenehan [Tue, 19 Sep 2006 22:15:28 +0000 (22:15 +0000)]
clamav 0.88.4: Add a do_stage to stage the header files and libraries so
other applications that link against clamav can be build. Some spelling
fixes in the comments as well.
Michael Lauer [Tue, 19 Sep 2006 21:20:30 +0000 (21:20 +0000)]
Kristoffer Ericson [Tue, 19 Sep 2006 20:17:04 +0000 (20:17 +0000)]
conf/distro/jlime-donkey.conf : Addition of Links to images
* Addition of Links to all images (bootstrap depend)
Michael Lauer [Tue, 19 Sep 2006 20:03:05 +0000 (20:03 +0000)]
eds-dbus svn enhance metadata, fix building on some architectures
Michael Lauer [Tue, 19 Sep 2006 16:47:30 +0000 (16:47 +0000)]
ltrace: remove 0.3.36 and add 0.4
Michael Lauer [Tue, 19 Sep 2006 16:38:31 +0000 (16:38 +0000)]
x86.conf: make it work w/ glibc 2.4 + NTPL
Michael Lauer [Tue, 19 Sep 2006 16:35:51 +0000 (16:35 +0000)]
xserver-kdrive git supply EXTRA_OECONF_x86 since w100 xserver doesn't build for x86
Michael Lauer [Tue, 19 Sep 2006 16:33:35 +0000 (16:33 +0000)]
Michael Lauer [Tue, 19 Sep 2006 10:13:42 +0000 (10:13 +0000)]
Kristoffer Ericson [Mon, 18 Sep 2006 22:45:56 +0000 (22:45 +0000)]
conf/distro/jlime-donkey.conf: Set preferred_provider for libsdl
* Use libsdl-x11 instead of non-building libsdl-gpe
Michael Lauer [Mon, 18 Sep 2006 21:43:06 +0000 (21:43 +0000)]
linux-x86: upgrade to 2.6.17.9
Koen Kooi [Mon, 18 Sep 2006 19:36:15 +0000 (19:36 +0000)]
site/arm-linux-uclibcgnueabi: copied from arm-linux-uclibc
Michael Lauer [Mon, 18 Sep 2006 17:15:42 +0000 (17:15 +0000)]
libxine 1.1.0 fix typo in SRC_URI
Michael Lauer [Mon, 18 Sep 2006 16:58:06 +0000 (16:58 +0000)]
libxine 1.1.0 add gcc4.1.1 patch (static vs. nonstatic declaration)
Martin Dietze [Mon, 18 Sep 2006 12:24:55 +0000 (12:24 +0000)]
sysvinit: use "ln -sf" for creating start links to avoid errors when re-building package.
Marcin Juszkiewicz [Mon, 18 Sep 2006 09:33:06 +0000 (09:33 +0000)]
opie-freetype: fix packaging in proper way: APPTYPE = 'plugin'
Marcin Juszkiewicz [Mon, 18 Sep 2006 09:32:30 +0000 (09:32 +0000)]
opie.bbclass: move do_opie_install before do_package so we will have opie stuff packaged.
Without this change opie_do_install was called after packaging.
Changeset is a result of moving do_stage after do_install
Marcin Juszkiewicz [Mon, 18 Sep 2006 08:29:00 +0000 (08:29 +0000)]
opie-freetype: package files, do not allow to rename package by debian.bbclass
Kristoffer Ericson [Mon, 18 Sep 2006 01:44:50 +0000 (01:44 +0000)]
conf/distro/jlime-donkey.conf: Add preferred_versions of osb-jscore
* We have a good osb-jscore version now (that finally builds)
lets use it.
Kristoffer Ericson [Mon, 18 Sep 2006 01:35:29 +0000 (01:35 +0000)]
gtk-webcore/osb-jscore-0.5.0: Addition of Patch
* Addition of patch to modify const declarations (style KJS::<function>)
So that gcc likes them abit better (only for superh)
* Change to osb-jscore_0.5.0.bb to reflect patch addition.
Kristoffer Ericson [Mon, 18 Sep 2006 00:53:47 +0000 (00:53 +0000)]
gtk-webcore/osb-jscore-0.5.0: Addition of patches for gcc4 & superh
* Addition of superh-aclocal.patch that adds sh* to host_cpu
* Addition of gcc4-fno-threads-statics patch for sh3
* Change .bb file to reflect patches (used append_sh3)
Kristoffer Ericson [Sun, 17 Sep 2006 23:51:49 +0000 (23:51 +0000)]
packages/linux/linux-jlime-jornada6xx_2.6.17.bb: Add io.h patch
* Addition of io.h-fix.patch to kernel .bb file
Kristoffer Ericson [Sun, 17 Sep 2006 23:20:22 +0000 (23:20 +0000)]
packages/linux/linux-jlime-jornada6xx-2.6.17/io.h-fix.patch: Fix io bug
* Fix IO code
* Fixes strange pcmcia wifi behavior (= makes wifi work!)
Koen Kooi [Sun, 17 Sep 2006 19:48:54 +0000 (19:48 +0000)]
lcms: update to 1.15
Holger Freyther [Sun, 17 Sep 2006 19:35:18 +0000 (19:35 +0000)]
Holger Freyther [Sun, 17 Sep 2006 19:33:35 +0000 (19:33 +0000)]
classes/test.bbclass: Add a new task called test which we can run after compile
packages/quilt/quilt-native.inc: Run make check for quilt native
Run make check for quilt-native from the do_test task. This
will run the first native test. If the test fails quilt will
fail.
The tests will only be run if you do INHERIT+=test
Michael Lauer [Sun, 17 Sep 2006 18:53:04 +0000 (18:53 +0000)]
libxcalibrate_git.bb: fix typo in PV
Michael Lauer [Sun, 17 Sep 2006 18:51:58 +0000 (18:51 +0000)]
ltrace: fix building for ARCH=i686 and ARCH=i586
Michael Lauer [Sun, 17 Sep 2006 18:50:44 +0000 (18:50 +0000)]
openssl: add openssl-native (needed for git-native)
Michael Lauer [Sun, 17 Sep 2006 18:48:20 +0000 (18:48 +0000)]
git-native: fix DEPENDS
Michael Lauer [Sun, 17 Sep 2006 18:47:07 +0000 (18:47 +0000)]
preferred-x-versions-pre-X11R7.inc: fix wrong xau entry, it's 0.1.1, not 1.1.0
Koen Kooi [Sun, 17 Sep 2006 16:16:47 +0000 (16:16 +0000)]
liblbxutilo: fix mkg3states generation, reported by Leon Zhang
Koen Kooi [Sun, 17 Sep 2006 12:25:26 +0000 (12:25 +0000)]
base.bbclass: attempt to fix the case where do_install wants to run from inside ${D}
Koen Kooi [Sun, 17 Sep 2006 11:32:03 +0000 (11:32 +0000)]
base.bbclass: add ${D} to do_install[dirs] to fix some issues introduced by the task reordering
Koen Kooi [Sat, 16 Sep 2006 16:20:21 +0000 (16:20 +0000)]
libgnome 2.14: add esound to DEPENS
Koen Kooi [Sat, 16 Sep 2006 15:32:44 +0000 (15:32 +0000)]
abiword.inc: fix up DEPENDS
Koen Kooi [Sat, 16 Sep 2006 14:28:02 +0000 (14:28 +0000)]
package.bbclass: remove do_install *again* to fix all the failed builds people are reporting
~lart kergoth for introducing this regression
Florian Boor [Fri, 15 Sep 2006 22:37:05 +0000 (22:37 +0000)]