Koen Kooi [Wed, 4 Oct 2006 08:28:55 +0000 (08:28 +0000)]
python: python has been broken long enough with recent bitbakes, so lets do PACKAGES_DYNAMIC="python*". Feel free to properly fix it.
Koen Kooi [Wed, 4 Oct 2006 08:27:24 +0000 (08:27 +0000)]
gdbm: add PACKAGES_DYNAMIC to satisfy python
Jamie Lenehan [Wed, 4 Oct 2006 02:37:54 +0000 (02:37 +0000)]
perl modules: Update the SRC_URI on all the modules to use PV to refer to
the version so upgrades are easier.
Jamie Lenehan [Wed, 4 Oct 2006 02:20:08 +0000 (02:20 +0000)]
perl: Add a new set of perl modules related to testing.
Jamie Lenehan [Wed, 4 Oct 2006 00:43:02 +0000 (00:43 +0000)]
libalgorithm-diff-perl: Fix up RDEPENDS, there was one " too many and one
dependency listed twice.
Jamie Lenehan [Wed, 4 Oct 2006 00:39:26 +0000 (00:39 +0000)]
perl: For native perl module packages determine the actual non-native
package name to require from the name of the native package. This
makes all native files identical which makes adding new ones easier.
Jamie Lenehan [Wed, 4 Oct 2006 00:07:14 +0000 (00:07 +0000)]
perl: Add the perl Text::Diff module and the Algorithm::Diff module it
requires.
Jamie Lenehan [Tue, 3 Oct 2006 23:09:57 +0000 (23:09 +0000)]
perl: Add Perl6::Junction perl module. This provides support for the
perl6 style junction operators in perl5.
Jamie Lenehan [Tue, 3 Oct 2006 22:52:49 +0000 (22:52 +0000)]
perl: Add the Math::BigInt::GMP cpan module. This provides a faster, gmp
based, implementation of Math::BigInt.
Jamie Lenehan [Tue, 3 Oct 2006 22:50:09 +0000 (22:50 +0000)]
libnet-ip-perl: Net::IP required Math::BigInt to function, so add to
RDEPENDS.
Jamie Lenehan [Tue, 3 Oct 2006 22:47:38 +0000 (22:47 +0000)]
perl 5.8.7: Manually add some dependencies for the math-bigint
modules which are not picked up by the script which was used to
generate the automatic dependencies. They way they are used makes it
difficult to automatically detect that these are needed.
Jamie Lenehan [Tue, 3 Oct 2006 22:44:31 +0000 (22:44 +0000)]
cpan.bbclass: If a module attempts to use LDDFLAGS to link then it will be
linking against the host libraries. Modify LDDFLAGS as part of the other
modifications that already occur.
Kristoffer Ericson [Wed, 4 Oct 2006 00:04:28 +0000 (00:04 +0000)]
linux/linux-jlime-jornada7xx_2.6.17.bb : Fix typo
* Removed typo in src_uri -"m"
Kristoffer Ericson [Wed, 4 Oct 2006 00:02:28 +0000 (00:02 +0000)]
packages/linux/linux-jlime-jornada7xx : Addition of 2.6.18 Package
* Addition of jornada7xx 2.6.18 package with patches
Koen Kooi [Tue, 3 Oct 2006 21:04:39 +0000 (21:04 +0000)]
Jamie Lenehan [Tue, 3 Oct 2006 21:04:01 +0000 (21:04 +0000)]
perl 5.8.7: Enable threading in perl for sh4 to fix modules that
check for threading availability.
Since perl-native is used to compile modules, and perl-native is
built with threading enabled, any modules that check for threading
think that it's available. However when you attempt to use the module
on the target it complains about missing symbols (those related to
threading).
The two options to fix this are to enable threading in perl or to
disable it in perl-native. I've tested the later and will use that
since I have some modules that required threading.
This change is still needed for all the other targets.
Marcin Juszkiewicz [Tue, 3 Oct 2006 21:02:23 +0000 (21:02 +0000)]
libusb: package libusbpp into separate package so libusb will not RDEPEND on libstdc++
Jamie Lenehan [Tue, 3 Oct 2006 20:53:58 +0000 (20:53 +0000)]
perl: Another sh3/sh4 shared library fix. Modules build built with
cpan.bbclass were being linked using ld instead of gcc, which often
breaks on sh. Override the LD settings so any cpan modules that
compile c/c++ code use gcc to link. Bump the PR on the effected
modules.
Marcin Juszkiewicz [Tue, 3 Oct 2006 19:19:11 +0000 (19:19 +0000)]
task-base: add usbutils for usbhost machines
Koen Kooi [Tue, 3 Oct 2006 17:59:58 +0000 (17:59 +0000)]
apt: update to 0.6.46, hack do_install to work around missing .so files
* not tested on device
Koen Kooi [Tue, 3 Oct 2006 17:46:36 +0000 (17:46 +0000)]
apt: sync with poky
Koen Kooi [Tue, 3 Oct 2006 17:42:58 +0000 (17:42 +0000)]
dpkg: sync with poky
Koen Kooi [Tue, 3 Oct 2006 10:27:39 +0000 (10:27 +0000)]
gcc-cross: bump PR
Marcin Juszkiewicz [Tue, 3 Oct 2006 10:22:39 +0000 (10:22 +0000)]
gcc-cross: package libgcc-dev (named libgcc-s-dev :(
applied changes from
515587ac4598d7ab78bd946632a31cf94fa79bf8 (.oz354x)
through
33d804e082e0702e05818192cfab8a8610605d88
Marcin Juszkiewicz [Tue, 3 Oct 2006 10:18:13 +0000 (10:18 +0000)]
oz.conf: switch to binutils 2.16 - this version works OK on device
Marcin Juszkiewicz [Tue, 3 Oct 2006 10:17:15 +0000 (10:17 +0000)]
task-native-sdk: one simple package to install all needed to build some stuff on device
applied changes from
2b11f3f4bb122d1defb22c4476aa035bed79c754 (.oz354x)
through
e119a23d0f38807146843c508cad69961c2ccdf7
Liam Girdwood [Tue, 3 Oct 2006 09:41:34 +0000 (09:41 +0000)]
mx31ads: Added VFP hard float support
Koen Kooi [Tue, 3 Oct 2006 09:01:46 +0000 (09:01 +0000)]
angstrom: don't use linux-oz as provider for hostap-modules for ipaq-pxa270
Michael Lauer [Mon, 2 Oct 2006 18:09:04 +0000 (18:09 +0000)]
Robert Demski [Mon, 2 Oct 2006 18:08:05 +0000 (18:08 +0000)]
add scsi idle: turn off SCSI disks when idle
Koen Kooi [Mon, 2 Oct 2006 18:03:04 +0000 (18:03 +0000)]
zlib-native: stage zlib.h, spotted by Leon Woestenberg
Koen Kooi [Mon, 2 Oct 2006 18:00:15 +0000 (18:00 +0000)]
lzma: depends on zlib-native, spotted by Leon Woestenberg
Philipp Zabel [Mon, 2 Oct 2006 16:52:33 +0000 (16:52 +0000)]
task-base: add pcmcia and pxa27x_udc kernel modules to pcmcia/usbgadget-rrecommends
Philipp Zabel [Mon, 2 Oct 2006 16:51:36 +0000 (16:51 +0000)]
ipaq-pxa270.conf: remove movules from PXA270_MODULES that are already accounted for in task-base
Philipp Zabel [Mon, 2 Oct 2006 16:19:57 +0000 (16:19 +0000)]
linux-libc-headers-2.6.18: don't sanitize the secret kernel syscall macros away, util-linux wants them
Oyvind Repvik [Mon, 2 Oct 2006 12:15:55 +0000 (12:15 +0000)]
busybox: Fix slugos initscript to prevent dhcp server starvation. Closes oe bug #1417
Koen Kooi [Mon, 2 Oct 2006 11:33:46 +0000 (11:33 +0000)]
classes/package.bbclass: use ?= for PACKAGEFUNCS *again*
* people should really watch out with introducing regressions
Adrian Davey [Mon, 2 Oct 2006 08:19:47 +0000 (08:19 +0000)]
rdesktop: cvs change default pref to -1
Koen Kooi [Mon, 2 Oct 2006 07:43:05 +0000 (07:43 +0000)]
angstrom: start removing overlap between task-base and task-angstrom
Jamie Lenehan [Mon, 2 Oct 2006 06:58:00 +0000 (06:58 +0000)]
perl 5.8.7: Use grep -I to ignore binary files instead of looking at
the output message from grep. The output message could change
depending on the LOCALE which would break the current test. Make it
DEPEND on grep-native to ensure we get the gnu version of grep which
is needed for -I to work. As per bug #1439.
Jamie Lenehan [Mon, 2 Oct 2006 04:23:06 +0000 (04:23 +0000)]
grep 2.5.1: Add a -native version of grep.
Jamie Lenehan [Mon, 2 Oct 2006 02:22:20 +0000 (02:22 +0000)]
ssmtp 2.61: Add back the patch which prevents ssmtp from attempting to strip
the binaries during install. Without this the install fails due to the use
of the host install calling the host strip which does not understand the
target binary type. OE will take care of stripping the binary itself during
packaging.
Oyvind Repvik [Sun, 1 Oct 2006 22:58:45 +0000 (22:58 +0000)]
ixp4xx-kernel: Bump SVN_REV after new update
Oyvind Repvik [Sun, 1 Oct 2006 22:15:43 +0000 (22:15 +0000)]
ixp4xx-kernel: bump SVN_REV again to include the entropy-related patch
Oyvind Repvik [Sun, 1 Oct 2006 22:03:50 +0000 (22:03 +0000)]
slugos-packages: Remove rng-tools from ucslugc feed. Won't build until argp-standalone can be built
Oyvind Repvik [Sun, 1 Oct 2006 22:01:55 +0000 (22:01 +0000)]
debianslug/openslug: Add rng-daemon to rootfs. Adds ~25kb
Oyvind Repvik [Sun, 1 Oct 2006 21:42:31 +0000 (21:42 +0000)]
rng-tools: Add initscript
Oyvind Repvik [Sun, 1 Oct 2006 21:35:20 +0000 (21:35 +0000)]
slugos-packages: Add rng-tools to slugos feed
Oyvind Repvik [Sun, 1 Oct 2006 21:34:38 +0000 (21:34 +0000)]
ixp4xx-kernel: Bump SVN_REV
Oyvind Repvik [Sun, 1 Oct 2006 21:33:54 +0000 (21:33 +0000)]
rng-tools: Add package rng-tools
Koen Kooi [Sun, 1 Oct 2006 20:36:04 +0000 (20:36 +0000)]
angstrom: start of migration to task-base
Philipp Zabel [Sun, 1 Oct 2006 11:10:44 +0000 (11:10 +0000)]
strace-4.5.14: drop CTL_PROC, was removed from kernel headers
Michael Lauer [Sat, 30 Sep 2006 12:29:19 +0000 (12:29 +0000)]
libxml2 2.6.26 fix SRC_URI
Oyvind Repvik [Sat, 30 Sep 2006 10:18:30 +0000 (10:18 +0000)]
Oyvind Repvik [Sat, 30 Sep 2006 10:17:42 +0000 (10:17 +0000)]
slugos-packages: Upgrade monotone to 0.27 in slugos feeds
Marcin Juszkiewicz [Fri, 29 Sep 2006 21:40:13 +0000 (21:40 +0000)]
Marcin Juszkiewicz [Fri, 29 Sep 2006 21:39:32 +0000 (21:39 +0000)]
libxslt: added 1.1.17
Marcin Juszkiewicz [Fri, 29 Sep 2006 21:38:40 +0000 (21:38 +0000)]
libxml: added 2.6.26
Koen Kooi [Fri, 29 Sep 2006 20:51:24 +0000 (20:51 +0000)]
Paul Sokolovsky [Fri, 29 Sep 2006 20:50:55 +0000 (20:50 +0000)]
Paul Sokolovsky [Fri, 29 Sep 2006 20:50:38 +0000 (20:50 +0000)]
xcalibrateext_git: Add latest xcalibrateext from X.org's git.
* Replaces CVS version, moved away yesterday.
* Actually X.org package now named xcalibrateproto.
Marcin Juszkiewicz [Fri, 29 Sep 2006 20:33:45 +0000 (20:33 +0000)]
Marcin Juszkiewicz [Fri, 29 Sep 2006 20:32:52 +0000 (20:32 +0000)]
tk: fix dirs in tkConfig.sh so tk related stuff will be buildable after cleaning WORKDIR
Marcin Juszkiewicz [Fri, 29 Sep 2006 20:32:18 +0000 (20:32 +0000)]
tcl: fix dirs in tclConfig.sh so tcl related stuff will be buildable after cleaning WORKDIR
Paul Sokolovsky [Fri, 29 Sep 2006 20:27:05 +0000 (20:27 +0000)]
Paul Sokolovsky [Fri, 29 Sep 2006 20:08:36 +0000 (20:08 +0000)]
sane-srcdates.inc: Remove duplicate SRCDATE_xcalibrate, use teh same date as
xcalibrateext.
Koen Kooi [Fri, 29 Sep 2006 19:09:33 +0000 (19:09 +0000)]
xournal: add 0.3.1
Koen Kooi [Fri, 29 Sep 2006 19:06:21 +0000 (19:06 +0000)]
xournal: fix SRC_URI
Mustafa Yuecel [Fri, 29 Sep 2006 13:33:27 +0000 (13:33 +0000)]
slugos-packages: remove bluez-libs
- this line will cause the building of two bluez-libs versions (e.g. 2.25 and 3.4)
- bluez-utils-nodbus depends on bluez-libs-${PV}, so this line is obsolete
Mustafa Yuecel [Fri, 29 Sep 2006 11:49:45 +0000 (11:49 +0000)]
subversion: remove (non-preferred) version 1.3.2, add (non-preferred) version 1.4.0
Mustafa Yuecel [Fri, 29 Sep 2006 11:44:35 +0000 (11:44 +0000)]
bluez-hcidump: add version 1.32
Mustafa Yuecel [Fri, 29 Sep 2006 11:41:01 +0000 (11:41 +0000)]
slugos and unslung distro: move distro-related variables out of machine config
- changes discussed in mailinglist (thread: Cosmetic changes in SlugOS ...)
Oyvind Repvik [Fri, 29 Sep 2006 11:23:04 +0000 (11:23 +0000)]
cyrus-imapd: fix for gcc4 compilation failure. Closes OE bug #1361 and slugos ticket #21
Michael Lauer [Fri, 29 Sep 2006 10:19:15 +0000 (10:19 +0000)]
Michael Lauer [Fri, 29 Sep 2006 09:52:58 +0000 (09:52 +0000)]
glibc* 2.4 add proper fix for building against recent linux userland headers
repairs breakage introduce by previous patches. thanks Jamie Lenehan.
Jamie Lenehan [Fri, 29 Sep 2006 09:05:19 +0000 (09:05 +0000)]
perl: Don't try and patch up references to /usr/include in binary files, as
per #1439, so that configure doesn't fail if you happen to end up with this
string in the perl-native binary.
Jamie Lenehan [Fri, 29 Sep 2006 08:59:03 +0000 (08:59 +0000)]
perl: More shared library fixes for sh3/sh4, this time for the shared
libraries used by standard perl modules. This was picking up LD from OE
which as the linking when we need to use gcc to link. Override LD when
calling oe_make to force the use of gcc to link.
Paul Sokolovsky [Fri, 29 Sep 2006 01:53:49 +0000 (01:53 +0000)]
Paul Sokolovsky [Fri, 29 Sep 2006 01:53:33 +0000 (01:53 +0000)]
xcalibrateext_cvs: Follow git renaming of xcalibrateext to xcalibrateproto.
* XCalibrate was migrated to X.org git, where most other packages live.
* After that, to follow new convention, its protocol definition part
(vs implementation library) was renamed to have "proto" suffix.
* That's state of git repo now, and if we patch older xserver release with
XCalibrate support, let's make sure that this is done in a manner compatible
with the git (as obviously, that will be base for new release).
* This means, xserver-kdrive cannot be any longer built with older XCalibrate
from previous CVS repo, and thus, it better be removed to alleviate confusion.
* Move CVS bb to obsolete/ for now.
Paul Sokolovsky [Fri, 29 Sep 2006 01:45:24 +0000 (01:45 +0000)]
Paul Sokolovsky [Fri, 29 Sep 2006 01:45:10 +0000 (01:45 +0000)]
xserver-kdrive X11R7.1-1.1.0: Bump PR after XCalibrate cleanups.
Paul Sokolovsky [Fri, 29 Sep 2006 01:41:43 +0000 (01:41 +0000)]
Paul Sokolovsky [Fri, 29 Sep 2006 01:41:23 +0000 (01:41 +0000)]
xserver-kdrive X11R7.1-1.1.0: xserver-xorg git has XCalibrate disabled by default,
follow that behavior.
Paul Sokolovsky [Fri, 29 Sep 2006 01:15:51 +0000 (01:15 +0000)]
Paul Sokolovsky [Fri, 29 Sep 2006 01:12:49 +0000 (01:12 +0000)]
Paul Sokolovsky [Fri, 29 Sep 2006 01:12:32 +0000 (01:12 +0000)]
xserver-kdrive X11R7.1-1.1.0: Follow git renaming of xcalibrateext to xcalibrateproto.
* XCalibrate was migrated to X.org git, where most other packages live.
* After that, to follow new convention, its protocol definition part
(vs implementation library) was renamed to have "proto" suffix.
* That's state of git repo now, and if we patch older xserver release with
XCalibrate support, let's make sure that this is done in a manner compatible
with the git (as obviously, that will be base for new release).
* This means, xserver-kdrive cannot be any longer built with older XCalibrate
from previous CVS repo, and thus, it better be removed to alleviate confusion.
Jamie Lenehan [Thu, 28 Sep 2006 23:56:22 +0000 (23:56 +0000)]
libxslt 1.1.12: Add the -dbg package to the PACKAGES list.
Jamie Lenehan [Thu, 28 Sep 2006 23:51:13 +0000 (23:51 +0000)]
libxslt 1.1.12: Disable searching for libgcrypt. Currently it will either
include or not include it depending on if it has been built and if an OE
version hasn't been built but a host version is installed it'll try and link
with the host version. Closes #1160.
Jamie Lenehan [Thu, 28 Sep 2006 22:20:02 +0000 (22:20 +0000)]
Jamie Lenehan [Thu, 28 Sep 2006 22:18:54 +0000 (22:18 +0000)]
perl: Update cpan_build to automatically add libmodule-build-perl-native to
DEPENDS when building anything apart from libmodule-build-perl or
libmodule-build-perl-native. When building itself it uses itself to provide
the libmodule-build-perl code, for anything else it needs to have been built
and installed. Remove the explicit depends from the modules that use it.
Graeme Gregory [Thu, 28 Sep 2006 22:13:31 +0000 (22:13 +0000)]
kismet_2006-04-R1.bb : new version
Graeme Gregory [Thu, 28 Sep 2006 22:09:23 +0000 (22:09 +0000)]
glib-2.0_2.12.3.bb : new version
Graeme Gregory [Thu, 28 Sep 2006 22:06:36 +0000 (22:06 +0000)]
gtk+_2.10.3.bb : new version
Jamie Lenehan [Thu, 28 Sep 2006 22:01:19 +0000 (22:01 +0000)]
perl: Update the LICENSE on the modules to indicate that they are available
under either the Artistic license or the GPL, and not just under the
Artistic license.
Jamie Lenehan [Thu, 28 Sep 2006 21:33:32 +0000 (21:33 +0000)]
perl: Add the 1.1.6 version of libintl-perl. The 1.11 versions which are
currently in OE are no longer available on cpan.
Jamie Lenehan [Thu, 28 Sep 2006 21:29:17 +0000 (21:29 +0000)]
perl: Add the native version of the Local::gettext module.
Jamie Lenehan [Thu, 28 Sep 2006 21:23:33 +0000 (21:23 +0000)]
perl: Add the perl Locale::gettext module, which is used for gettext
style message handling.
Jamie Lenehan [Thu, 28 Sep 2006 21:21:31 +0000 (21:21 +0000)]
perl: Update cpan.bbclass to set CCFLAGS to CFLAGS so that the compiler
settings for the current OE build are used instead of the made up values in
the perl config (which were manually generated since we are cross
compiling). Remove this from each of the perl modules that was manually
setting this.
Richard Purdie [Thu, 28 Sep 2006 20:47:55 +0000 (20:47 +0000)]
gnu-config: Add missing install -d (from packaged-staging)
Richard Purdie [Thu, 28 Sep 2006 20:45:54 +0000 (20:45 +0000)]