summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2007-04-27merge of '666358c5490cf7ad12c0b64e3e81b9d28fde6536'Marcin Juszkiewicz12
and 'a1a53de4dc6cdab69af325b6a2615e1c4b40caad'
2007-04-27cpan: Use CCLD for the linking instead of ${TARGET_SYS}-gcc. Without thisJamie Lenehan1
native packages break because <buildarch>-gcc doesn't exist, just gcc. CCLD gets us the correct CC to be used for linking in both cases, so we use that.
2007-04-27merge of '177ed52042195257c9390eac21052907cfa0c4d0'Jamie Lenehan9
and '39b0c54a5b69e68b9f43900fc5c3fbb6bfcf60a1'
2007-04-27perl 5.8.8/cpan: Fix the installation paths for cpan modules. The installedJamie Lenehan9
files for perl modules built using cpan will end up in different places depending on which version of perl they are being built with. Modules that explicitly set various FILES_ values were using the paths that are only valid for the older versions of perl. Calculate and set the correct path in cpan.bbclass and use that in the FILES_ variables so that it'll be correct for all versions of perl.
2007-04-27libpcre: Fix SRC_URIMatthias Hentges1
2007-04-27perl 5.8.8: Fixes to be able to build under uclibc.Jamie Lenehan1
2007-04-27insane.bbclass: Re-add -B to scanelf to make it correctly check single RPATH ↵Leon Woestenberg1
occurences.
2007-04-26insane.bbclass: Commented out scanelf format debugging.Leon Woestenberg1
2007-04-26insane.bbclass: RPATH check was always true due to scanelf output including ↵Leon Woestenberg1
the file path.
2007-04-26merge of '52b8f41a965e291eede4b4094b41d82b1b115c2f'Marcin Juszkiewicz17
and '8a96b7a7e6f32d11685d21a5c12d5420a27e8110'
2007-04-26gtk+ 2.8.9: dropped OpenZaurus RDEPENDSMarcin Juszkiewicz1
2007-04-26openzaurus-version: droppedMarcin Juszkiewicz2
2007-04-26bluez: dropped OpenZaurus configMarcin Juszkiewicz2
2007-04-26initscripts: dropped OpenZaurus specific checkversion scriptMarcin Juszkiewicz3
2007-04-26busybox: dropped OpenZaurus config for 1.01Marcin Juszkiewicz2
2007-04-26base-files: drop OpenZaurus supportMarcin Juszkiewicz3
2007-04-26OpenZaurus time is over - long live Ångström!Marcin Juszkiewicz4
http://blog.haerwu.biz/2007/04/26/openzaurus-time-is-over-long-life-angstrom/ http://www.openzaurus.org/wordpress/2007/04/26/openzaurus-time-is-over-long-life-angstrom/
2007-04-26merge of '4363d4f2067c14e0433c8a93cf6595a62ffd8ea1'Philip Balister1
and '7859b1045fa3fae233d76f0be3b26d0d1ad35d8b'
2007-04-26openomap.conf : Angstrom runs fine on OSK so no further need for custom distro.Philip Balister1
2007-04-26insane.bbclass: depend on chrpath-nativeKoen Kooi1
2007-04-26chrpath: add native version so we can munge bogus rpath entriesKoen Kooi2
2007-04-26merge of '0a4ab83c5e46677b239452867d3205ca5843586f'Leon Woestenberg24
and '6a5c817d2f11720452c0b470075091121ce6ab96'
2007-04-26merge of '038bc21b349c21561050092a7a6d68a019b921e1'Koen Kooi24
and '72018d16d4bf3617a2f7efda54bde7f5b784e01a'
2007-04-26insane.bbclass: Broaden check for RPATHs by removing work/ path component.Leon Woestenberg1
2007-04-26insane.bbclass: Fix check for bad RPATHs. This is gonna break builds. Needs ↵Leon Woestenberg1
fixes in the shared library handling.
2007-04-26uclibc.inc: also mangle KERNEL_HEADERS not only KERNEL_SOURCE.Leon Woestenberg1
2007-04-26matchbox-wm: depend on gconf-nativeKoen Kooi1
2007-04-26gconf.bbclass: depend on gconf-nativeKoen Kooi1
2007-04-26merge of '87b49518bcc5300a395daeb3510b7801f333eda9'Marcin Juszkiewicz1
and 'ba162bf6372784bad9177dc8a7fa8a66c9e665c4'
2007-04-26merge of '4c8bd7ca61d815d94202feba1abab9c776a93350'Marcin Juszkiewicz3
and 'fc756d25fc999f6ac7951c0122c5beaa2f754e3c'
2007-04-26base.bbclass: add back a snipped of obsolete code to fix SRCDATES problems, ↵Koen Kooi1
seems to fix #2133
2007-04-26merge of '07175ec33773496e83adae9754cad99975a05135'Jamie Lenehan2
and 'd1c1a0fb33076375c0916f6d52c5727a46e27268'
2007-04-26linux-titan-sh4: Remove the older 2.6.17 kernel that was based on theJamie Lenehan3
old linux-sh cvs tree.
2007-04-26linux-titan-sh4: Add 2.6.21 kernel. This moves away from the old linux-shJamie Lenehan4
cvs and uses the main linux kernel directly.
2007-04-26linux-titan-sh4: Update flash driver so that it'll build with recent kernels:Jamie Lenehan1
* Remove remains of devfs support. * Implement HDIO_GETGEO ioctl in place of getgeo block device operation.
2007-04-26merge of '558f128d4627bb3e20bb42388a205dc5c37c3f70'Paul Sokolovsky64
and 'b72cc6057e9627154aecce088453bf8b23314ccc'
2007-04-26busybox 1.2.1: angstrom: Make syslogd log to /var/log/messages.Paul Sokolovsky2
* With rotation and size/rotation count limit, which coupled with /var/log being a tmpfs, makes it not worse than canonical circular buffer logging, but much more friendly for people not familiar with busybox. * Closes #2135. * Approved by Koen Kooi
2007-04-26perl 5.8.8: Minor updates to the packaging:Jamie Lenehan3
* don't install packlists - we don't need them and it saves space (debian patch) * don't split POSIX module over perl and perl-arch dirs (debian patch) * add a -doc package and put all the random documentation and examples from the perl tree in it. * include all the .pod's from over the tree in the .pod package * include the .e2x files in the encode package
2007-04-26perl 5.8.8: Move configuration files for libnet and cpan to /etc/perl toJamie Lenehan3
match the debian configuration. It moves these configuration files to /etc/ to allow for read only /usr installations.
2007-04-26fbreader: Matthias Hentges2
- Fix do_install to honor READER_ARCH - Remove left-over help-file from previous version from 480x640-buildfix.patch
2007-04-26gizmod: add alsa-lib to DEPENDSJustin Patrin1
2007-04-25xtscal: attempt to fix miscalibrationsKoen Kooi2
2007-04-25compulab-pxa270 2.6.16: update md5 sum on file downloaded from compulabCliff Brake1
2007-04-25telepathy-gabble: drop old versionsMarcin Juszkiewicz3
2007-04-25merge of '32161ed8fe97769fa75537a6e2cce7e2a202a301'Philip Balister3
and 'bb1689f72c4d6e5659fe4a1b0b32c2ce23922e8a'
2007-04-25gconf-dbus_svn.bb : Add dependency on intltool-native so configure script runs Philip Balister1
properly. This should fix bug 2136.
2007-04-25perl 5.8.8: Move comments on how to create the dependency list into theJamie Lenehan2
dependency file itself to make the main recipe a bit more readable. Also move the two dependencies that were manually added to the the dependenecy list file and fix use RDEPENDS instead of DEPENDS.
2007-04-25cpan.bbclass: Update to enable the building cpan modules for perl 5.8.8.Jamie Lenehan1
This uses the installed perl configuration to determine if we are building for the old or the new perl layout. Currently this just changes the installation paths and always uses gcc to link, but more changes will be added later to make the perl module building process a lot more reliable.
2007-04-24telepathy-gabble: add newly generated gabble.manager for 0.5.10Koen Kooi2
NOTE: please do not check in new telepathy-gabble versions without generating a gabble.manager...
2007-04-24base.bbclass: fix depency problem, closes #2137 (and some others)Thomas Kunze1