summaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)AuthorFiles
2006-09-29tcl: fix dirs in tclConfig.sh so tcl related stuff will be buildable after ↵Marcin Juszkiewicz1
cleaning WORKDIR
2006-09-29slugos-packages: remove bluez-libsMustafa Yuecel1
- 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
2006-09-29subversion: remove (non-preferred) version 1.3.2, add (non-preferred) ↵Mustafa Yuecel1
version 1.4.0
2006-09-29bluez-hcidump: add version 1.32Mustafa Yuecel1
2006-09-29cyrus-imapd: fix for gcc4 compilation failure. Closes OE bug #1361 and ↵Oyvind Repvik3
slugos ticket #21
2006-09-29merge of c03b28dceb994cd2ab73b1d2bee782c3a0360eacMichael Lauer68
and de4a9ac2f220bdc6c4e7d015feb7d54b59f4cf40
2006-09-29glibc* 2.4 add proper fix for building against recent linux userland headersMichael Lauer4
repairs breakage introduce by previous patches. thanks Jamie Lenehan.
2006-09-29perl: Don't try and patch up references to /usr/include in binary files, asJamie Lenehan1
per #1439, so that configure doesn't fail if you happen to end up with this string in the perl-native binary.
2006-09-29perl: More shared library fixes for sh3/sh4, this time for the sharedJamie Lenehan2
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.
2006-09-29merge of '6867f0ae417cb46146424365283886d722fc2431'Paul Sokolovsky51
and '9a846512d8d824d05d745bcdc6285cc8c247b078'
2006-09-29xcalibrateext_cvs: Follow git renaming of xcalibrateext to xcalibrateproto.Paul Sokolovsky2
* 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.
2006-09-29merge of 'b2a662ac2585015b4439669fe0ea87e07f214968'Paul Sokolovsky1
and 'cb44e59bed6bc73842fea15ac9ddba6e288734bb'
2006-09-29xserver-kdrive X11R7.1-1.1.0: Bump PR after XCalibrate cleanups.Paul Sokolovsky1
2006-09-29merge of '181c7e2445014a31c4777c104d5d3a6864b78579'Paul Sokolovsky51
and '627fc443abfac09c0a93519f6abaef480e614bed'
2006-09-29xserver-kdrive X11R7.1-1.1.0: xserver-xorg git has XCalibrate disabled by ↵Paul Sokolovsky1
default, follow that behavior.
2006-09-29merge of '3d85f312fa31a0b0288e0b7f3a55584da11fda39'Paul Sokolovsky51
and '7c2421f059a96dfff5f8c38f37f8843b73b3128e'
2006-09-29merge of '3156c089fb5cb0355b29f37144b9f906f2777e39'Paul Sokolovsky5
and 'ef8f7e1827f28b6c7ec038ca0a73fc38766ba61f'
2006-09-29xserver-kdrive X11R7.1-1.1.0: Follow git renaming of xcalibrateext to ↵Paul Sokolovsky1
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.
2006-09-28libxslt 1.1.12: Add the -dbg package to the PACKAGES list.Jamie Lenehan1
2006-09-28libxslt 1.1.12: Disable searching for libgcrypt. Currently it will eitherJamie Lenehan1
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.
2006-09-28merge of '40ec719fc9cc4cb736be0ec589bede256813af3d'Jamie Lenehan21
and '879222e30e61459039f6b006501371c7941f25b1'
2006-09-28perl: Update cpan_build to automatically add libmodule-build-perl-native toJamie Lenehan1
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.
2006-09-28kismet_2006-04-R1.bb : new versionGraeme Gregory3
2006-09-28glib-2.0_2.12.3.bb : new versionGraeme Gregory3
2006-09-28gtk+_2.10.3.bb : new versionGraeme Gregory18
2006-09-28perl: Update the LICENSE on the modules to indicate that they are availableJamie Lenehan21
under either the Artistic license or the GPL, and not just under the Artistic license.
2006-09-28perl: Add the 1.1.6 version of libintl-perl. The 1.11 versions which areJamie Lenehan2
currently in OE are no longer available on cpan.
2006-09-28perl: Add the native version of the Local::gettext module.Jamie Lenehan1
2006-09-28perl: Add the perl Locale::gettext module, which is used for gettextJamie Lenehan1
style message handling.
2006-09-28perl: Update cpan.bbclass to set CCFLAGS to CFLAGS so that the compilerJamie Lenehan4
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.
2006-09-28gnu-config: Add missing install -d (from packaged-staging)Richard Purdie1
2006-09-28ixp4xx-kernel: One last revbump, cleaning up the patch directoryMichael-Luke Jones1
2006-09-28merge of '4b96276978057072a8a8c797151ba5a11e318a1f'Paul Sokolovsky1
and 'f3852410debd2f0257d5f54d43b81c32351af45f'
2006-09-28merge of '1b21921e11ef943e73ab8419dbb13a2761967b0d'Michael-Luke Jones5
and '313162366ea5bd1facacf8ae454aef9119a4eae0'
2006-09-28ixp4xx-kernel: Add auto-byteswapping patchMichael-Luke Jones5
ixp4xx-npe: Remove byteswapping behaviour slugos-init: lengthen delay slightly
2006-09-28merge of '11eafc7dd646f2c76d8c21ce224e521730ac6a91'Michael-Luke Jones1
and 'dabb67bf3eb39cc2ba26d3beb69b313a14f1da7b'
2006-09-28slugos-init: Add delay to disk booting to cope with module loadingMichael-Luke Jones2
2006-09-28merge of '2885bcf71708b743b470fd783dc7a3efacc0d707'Paul Sokolovsky14
and 'dabb67bf3eb39cc2ba26d3beb69b313a14f1da7b'
2006-09-28rocksndiamonds 3.2.0: Pass target AR & RANLIB to make.Paul Sokolovsky1
2006-09-28merge of '600d1cf340e547dc05390af836d52bb279ef2e25'Paul Sokolovsky14
and 'd3f331b70e95906af0d505b077734594ec371fee'
2006-09-28glibc_2.4.bb: Typo fix in comment.Paul Sokolovsky1
2006-09-28slugos: Revert to using udev (mdev functions, but turnup breaks)Michael-Luke Jones1
2006-09-28udev: Enable udev-100 on SlugOSMichael-Luke Jones1
2006-09-28merge of '40086c5da432566b67050aa98a809bd2a6dfa5ee'Michael-Luke Jones4
and 'fdaad16592058e7e3020ce9a75962b0be856a2f6'
2006-09-28slugos-init: Further improvements to module loadingMichael-Luke Jones4
2006-09-28merge of '132c1b3c5921e1354513f1817b3fc526e0c3d674'Michael-Luke Jones1
and '8dcac6d1b8811f90c2e9d9ec5bb911e3fc8d9259'
2006-09-28ixp4xx-kernel: SVN Revision bumpMichael-Luke Jones1
* now includes patches allowing LE ethernet functionality
2006-09-28merge of '8cccd2b672aaacb571cdfb16d66ac28de546df2d'Paul Sokolovsky10
and 'a0515cfc57ad7f8bf480aeb5712b98852de50b3a'
2006-09-28h4000: Update defonfig, enable audio (statically).Paul Sokolovsky1
2006-09-28merge of 'b3b16abcf910c9b1e8e145776848c3272f9d2f6b'Michael-Luke Jones10
and 'ba21e3a161774cae87c852e6599fe25b213c438c'