summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2007-05-30pidgin: added zero-length extra_depends to do_split_packages call to avoid ↵Michael Krelin2
adding semirandom dependency by the totally broken code.
2007-05-30cpan-base.bbclass: Update the perl depenedencies:Jamie Lenehan1
* For native modules DEPEND on perl-native and for others DEPEND on perl (which in turn depends on perl-native) rather then always depending on both perl and perl-native. * Only RDEPEND for non-native modules rather then both native and non-native. These changes are to allow you to build native modules without have to build perl. Previously the dependencies would result in perl being built even though it didn't actually need to. Thanks to hrw for pointing out what was happening here.
2007-05-30evince_0.9.0.bb : on my kde system trying to run scrollkeeper just hangsGraeme Gregory2
forever so removing it the brutal way as the --disable-scrollkeeper seems to be a no-op
2007-05-30conf/machine/sequoia.conf: Sequoia board is using AMCC's ppc440EPx cpu with ↵Stelios Koroneos2
an FP unit and so it needs to build with -mcpu=440fp for hard fp support
2007-05-30webkit: fix typoKoen Kooi1
2007-05-30webkit: add more dependsKoen Kooi1
2007-05-30openmoko-session: sync a bit with openmoko svnKoen Kooi2
2007-05-30merge of '3ab428305dc18f68841dc14cd439d1a848cf72d8'Koen Kooi1
and '5d75706a2aa33529b13e82265554be6e85525ea8'
2007-05-30webkit: fix packagingKoen Kooi1
2007-05-30merge of 'c9d129a39ce3a34bfb785b028a0bb8d75802177f'Marcin Juszkiewicz4
and 'e15bb626d25464e032217adcaacd8578e8cecb65'
2007-05-30merge of '9d80f6499c5d862fca19d620f8124ac061dbe754'Koen Kooi1
and 'c7115238d0f3b9fc3434adb41d77441a7ab96991'
2007-05-30icu: depend on icu-native, thanks XorAKoen Kooi1
2007-05-30linux-h6300-omap1: add COMPATIBLE_MACHINEMarcin Juszkiewicz3
2007-05-30linux-tornado-omap2: add COMPATIBLE_MACHINEMarcin Juszkiewicz1
2007-05-30merge of '4be62db5e8ff5d5cad0e43cd8487d753ab05b5db'Marcin Juszkiewicz4
and '9f8cf61e9a8cc62317c12ec79fb40a6685030bc3'
2007-05-30linux-mtx*: added COMPATIBLE_MACHINEMarcin Juszkiewicz4
2007-05-30pidgin: repackaged for sane interdependencies handling. Closes #2305Michael Krelin1
2007-05-30perl 5.8.8: Fixes for uclibc and libxml-parser-perl.Jamie Lenehan3
* Stage the headers from perl * Modify cpan.bbclass to use the appropriate headers. * Remove prototypes as well as disabling functions that uclibc doesn't support. * Bump PR on libxml-parser-perl to force it to be rebuilt. Previously it was always using the headers from native-perl, since the headers were the same for native and target... but that's only true in the case of glibc, for uclibc the headers are different.
2007-05-30webkit: add install and packaging, still needs do_stage() Koen Kooi1
2007-05-30merge of '3b2a4c2d157c55e28c1c710b49f9431e03679512'Marcin Juszkiewicz2
and '4181e4eed80d3a599e70d00eb9af3049382b8f62'
2007-05-30libxml-parser-perl-native: fix RDEPENDS (from Poky)Marcin Juszkiewicz1
2007-05-30db1200: remove PACKAGE_ARCHSKoen Kooi1
2007-05-30merge of '202111bb61d911d344b28edb3efaa90dd7b5839c'OpenEmbedded Project3
and '74ef5538952e598d19b9a5948bf53799aba14426'
2007-05-30webkit: unbreak qmake usage a bitKoen Kooi1
2007-05-30merge of '917b0d8264255bcc05a47f9b2b7167bf8781ef46'Marcin Juszkiewicz13
and 'd355cc8d988e0476f885987030dc5cdc1fc2614e'
2007-05-30opie-multikey: Let it load ru.keymap even with utf8 locale set by converting ↵Michael Krelin2
comments into utf-safe encoding. Again, can't wait for upstream for a couple of years more.
2007-05-30merge of '004380a4e5b2e3e1156fd497174eb001676bbc8a'Koen Kooi3
and '134a95998779b68fe6328f19f104e5e83a05e716'
2007-05-30angstrom: bump xrandr to 1.2.xKoen Kooi1
2007-05-30xrandr: fix uclibc build (from Poky)Marcin Juszkiewicz3
2007-05-30opie-reader: fix copying of unicode text blocks, since upstream isn't likely ↵Michael Krelin3
to incorporate this one-liner patch anytime soon.
2007-05-30merge of '166a496479db8302a15b8d67da979a4d5831f049'Koen Kooi1
and '6eac237f0d909ba98b365d88b337ff3e822907e1'
2007-05-30gcc: Make gcc build on amd64 by having it forget target configure cache when ↵Michael Krelin2
configuring for build machine. Closes bug #1951
2007-05-30mplayer 1.0rc1: sync with svn version for pxa optimizationsKoen Kooi1
2007-05-30empathy: sync with pokyKoen Kooi3
2007-05-30sdl-perl 1.20.3: Fix the build of sdl-perlJamie Lenehan1
* Use the cpan class to do all the work instead of manually trying to do what cpan.bbclass does. * Add some sed to stop it searching the system paths for SDL headers and to work around it expecting smpeg.h to be in an smpeg subdirectory. * Update the homepage URL. NOTE: The source for this version is no longer available, but it is the version shipped by most distro's. I just grabbed the source from an "apt-get source sdl-perl". Fixes #413.
2007-05-30perl 5.8.8: Bump PR on modules to force the -native versions to be rebuiltJamie Lenehan43
to take into account the new staging location of perl. This will also force a rebuild of libxml-parser-perl which should now work.
2007-05-30perl-native 5.8.8: Fix an issues with the perl makedepend script notJamie Lenehan2
properly terminating a quote. This is in theory the fix for the /bin/sh -> /bin/dash problems with perl, however since I don't have any issues here with dash (ubuntu 6.10) I can't confirm this. The patch is an obvious fix though so I'm adding it.
2007-05-30perl 5.8.8: Patch MakeMaker in perl-native to check for PERL_INC in theJamie Lenehan3
environment and use that instead of the configured location of PERL_INC. Without this PERL_INC for non-native recipes ends up pointing at where the headers will be located on the target. In theory we could override this in cpan class when calling build.PL but for some packages, such as libxml-parser-perl, that only fixes the top-level makefile and is not propagated to the sub-makefiles. This change results in MakeMaker always picking up the correct staged location of the include files without effecting where they expect to be found on the target.
2007-05-30perl/perl-native 5.8.8: Change the installation directories used forJamie Lenehan2
perl-native to remove the various directories and to remove the host specific path components. This is to make it easier to refer to the staged perl location from other places, such as when trying to tell things where the perl include files are located.
2007-05-30uclibc 0.9.29: Move the angstrom configuration to the global configuration.Jamie Lenehan1
This allows uclibc to build for other distros and it'll make life a lot easier for everyone if we can have a single configuration for all distros. Long term we may need to re-add distro specific configurations, but for now lets see if we can all use the same one.
2007-05-30merge of '99133b6a252718e1e4b91a43a3a2dc3b7a6cfbdd'Jamie Lenehan14
and 'cfdef5c70cac18e3f976428abe56e3b5461c80e0'
2007-05-30perl: Add some more modules which I've been using locally incase someoneJamie Lenehan5
else happens to want to use them.
2007-05-29opie-init: spawn ssh-agent separately. Closes #1729Michael Krelin2
2007-05-29perl: Bump PR on modules that include shared libraries since these may haveJamie Lenehan7
been effected by the revent CFLAGS changes to perl 5.8.8.
2007-05-29perl 5.8.8: Fix the CFLAGS being used for perl modules. Instead of replacingJamie Lenehan2
the CFLAGS from the perl configuration with the OE CFLAGS we prepend the OE CFLAGS. This is needed to ensure that compiler defines (such as _GNU_SOURCE) are correctly definied when building perl modules. This primarily effects modules that link against the core perl library, such as libxml-parser-perl.
2007-05-29m4: removed -1 preference from 1.4.8, closes bug #837Michael Krelin1
2007-05-29WebKit: add WIP recipe to build the webkit-gdk portKoen Kooi7
2007-05-29classes/insane.bbclass: quote filenames to avoid problems with funny ↵Michael Krelin1
characters. Closes bug #2227
2007-05-29icu: fix buildKoen Kooi1
2007-05-29mediatomb: update to 0.9.1Koen Kooi1