Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2005-09-10 | packages/libxslt/libxslt_1.1.8.bb: add libxslt 1.1.8 | Koen Kooi | 1 | |
2005-09-10 | packages/libglade/libglade_2.5.1.bb: add 2.5.1 and patches | Koen Kooi | 4 | |
2005-09-10 | packages/libidl/ : add 0.8.6 and -native 0.8.6 | Koen Kooi | 2 | |
2005-09-10 | packages/gail/gail_1.8.5.bb: add gail 1.8.5 | Koen Kooi | 1 | |
2005-09-10 | packages/gnome/gnome-vfs_2.12.0.bb: stage more headers | Koen Kooi | 1 | |
2005-09-10 | packages/gnome/libgnomeui_2.12.0.bb: add 2.12.0 | Koen Kooi | 1 | |
2005-09-10 | packages/gnome/ : add most of the gnome 2.12 platform | Koen Kooi | 6 | |
* gnome-keyring 0.4.4 * libgnome 2.12.0.1 * libgnome-canvas 2.12.0 * gnome-vfs 2.12.0 | ||||
2005-09-10 | packages/tslib/tslib/ts.conf-h2200: remove linear-h2200 module since we can ↵ | Koen Kooi | 1 | |
do that in hardware now | ||||
2005-09-09 | edje-native: bump PR | Justin Patrin | 1 | |
2005-09-09 | edje-native: Use the staged cross-compile binaries to avoid host version ↵ | Justin Patrin | 1 | |
mismatches | ||||
2005-09-09 | uclibc, alsa, monotone-5, util-linux: enable thumb on ucslugc, disable it on ↵ | John Bowler | 4 | |
these packages This commit causes thumb build for everything in ucslugc-packages except these packages and libgcc (from gcc). libgcc and uclibc still need some work, the other packages reveal compiler bugs (monotone), source bugs (alsa) or missing configuration (thumb arch support in util-linux) and so are disabled for the moment. | ||||
2005-09-09 | busybox: Enable busybox_1.01 on nslu2 | John Bowler | 1 | |
2005-09-09 | gcc(libgcc_s.so.1): fix the arm interwork _call_via_rX out of line ops | John Bowler | 3 | |
The interworking symbols were being built but not exported from libgcc (i.e. they were not in the version file), added a specific version file for them and updated t-linux. Forced the cross build to always generate ARM instructions (the thumb version does not currently work), bumped PRs. | ||||
2005-09-09 | linux-oz-2.6: Rehash spitz patches after advice from mainline. Add delay to ↵ | Richard Purdie | 1 | |
mmc_detect_change() and update corgi and spitz to use this. hx2750 and tosa need updating. More patches pushed. hrw moved the collie/poodle keymap into initscripts so the collie.keymap patch is no longer needed. | ||||
2005-09-09 | mt-daapd: fix 0.2.1.1 to work with 'iTunes5' | John Bowler | 4 | |
The fix applies a patch copied from www.mt-daapd.org, the patch is copied because the version at the web site has path names (well, no path names) which don't work with OE. This commit also adds a .bb for mt-daapd_0.2.2, but since that hasn't been released it doesn't work (yet) and is DPed out. | ||||
2005-09-09 | initscripts: added keymaps definitions for collie and poodle | Marcin Juszkiewicz | 3 | |
- they are extracted from collie_keymap.patch by RP request | ||||
2005-09-09 | avetanabt_svn: rename to avetanabt_cvs because sources are in a cvs repository | Mustafa Yuecel | 1 | |
2005-09-09 | packages/gpe-conf/gpe-conf_cvs.bb: add (disabled) cvs version of gpe-conf ↵ | Koen Kooi | 3 | |
and add Makefile.* to work around the CVSBUILD 'feature' | ||||
2005-09-09 | packages/gpe-calendar/gpe-calendar_cvs.bb: add (disabled) cvs version of ↵ | Koen Kooi | 1 | |
gpe-calendar | ||||
2005-09-09 | packages/avahi/avahi_0.4.bb: add 0.4, disable gtk and Qt | Koen Kooi | 1 | |
2005-09-09 | uclibc_svn: fix the SVN version to build the uclibc SVN head | John Bowler | 4 | |
The SVN version now copies 0.9.28 patches, the armeb case should work, other architectures almost certainly require the uclibc-cvs/*/uClibc.config copy of the config file to be deleted (if this is done the build will pick up the config file in uclibc-0.9.28). | ||||
2005-09-09 | uclibc: fix STT_ARM_TFUNC handling in the uclibc ld.so | John Bowler | 1 | |
STT_ARM_TFUNC handling was broken in uclibc because it is an ARM specific hack and uclibc code did not have support for it. Added the support in a way which I hope will be acceptable to uclibc and which should remain compatible with forthcoming binutils changes. ARM Thumb code is fully working with this commit with the possible exception of uclibc/gcc itself (not yet tested). | ||||
2005-09-08 | gpe-login: Use patch by Philippe De Swert to work around bugs in busybox ↵ | Florian Boor | 2 | |
related to handling of links. | ||||
2005-09-08 | packages/galago/libgalago_0.3.3.bb: fix staging and inherit pkgconfig | Koen Kooi | 1 | |
2005-09-08 | galago-daeom: add 0.3.4 to repo | Koen Kooi | 1 | |
2005-09-08 | freeze: Add support for uclibc_svn build | John Bowler | 1 | |
freeze did not have patterns to handle svn, as opposed to cvs, packages. This commit just adds the pattern required to recognise the uclibc_svn package. | ||||
2005-09-08 | galaga no-check.patch: move to files, since it can be shared with galago-daemon | Koen Kooi | 2 | |
2005-09-08 | libgalago: add libgalago to OE | Koen Kooi | 4 | |
2005-09-08 | uclibc: put ARM thumb patches from 0.9.27 into 0.9.28 | John Bowler | 4 | |
Some of the thumb patches had already been pushed into the uclibc release, this commit adds corrected/updated versions of most of the ones which had not been accepted. The controversial 'change the ldso symbol resolver' patch is not in this set - it will be re-worked to match the changes being made in binutils for the same problem. | ||||
2005-09-08 | e2fsprogs: Fix the use of sbindir (changed to base_sbindir) | Oyvind Repvik | 1 | |
-mke2fs: Change mkfs.ext[23] to symlinks -e2fsck: Chanke fsck.ext[23] to symlinks | ||||
2005-09-08 | gaim 2.0: update bb to fetch patches out of hh.org cvs via cvsweb, courtesy ↵ | Koen Kooi | 1 | |
Mads Olesen. closes bug #310 | ||||
2005-09-08 | merge of 67d2c7e1bf087c7c007705c24cae5ff93bd007be | Michael Lauer | 4 | |
and fbd660b279924b2d0ef656f652497ca4a3fd3787 | ||||
2005-09-08 | efl++: bump to v0.0.5 | Michael Lauer | 3 | |
2005-09-08 | merge of 50b29d3f0371ac55da68a61f56708b4328771ff8 | Michael Lauer | 4 | |
and 720e5c152e58498fce88b9b5ca79a6b34544f057 | ||||
2005-09-08 | efl: *) September is the 9th month... *) ship emotion plugins | Michael Lauer | 3 | |
2005-09-08 | opie-image: added opie-freetype into OPIE_BASE | Marcin Juszkiewicz | 2 | |
- was missing due to recent change in opie-freetype and opie-ttf-support depends | ||||
2005-09-07 | merge of 2ca1f9659bc04e69f377b91c15db406518d31e2e | Justin Patrin | 2 | |
and a1e17a5d7e46806b4e9ec3ded69b419eed479b4d | ||||
2005-09-07 | gcc-3.4.4, openzaurus-3.5.4: remove DEFAULT_PREFERENCE from gcc bb files and ↵ | Justin Patrin | 2 | |
use PREFERRED_VERSION in openzaurus conf to force use of gcc 3.4.4 | ||||
2005-09-07 | merge of 58b70d443320302d28d40f3bbd27c219a60956cb | Michael Lauer | 2 | |
and d4055289778245dd9f7f2e2649e8a6d4935189fd | ||||
2005-09-07 | efl: add cvs versions for ecore-fb and evas-fb | Michael Lauer | 2 | |
2005-09-07 | gcc-cross_3.4.4: add DEFAULT_PREFERENCE_arm-linux | Justin Patrin | 1 | |
2005-09-07 | gcc_3.4.4: add DEFAULT_PREFERENCE_arm-linux to replace same removed from gcc_csl | Justin Patrin | 1 | |
2005-09-07 | iptables: fix the do_install step | John Bowler | 1 | |
do_install will re-run the compile on some systems because of make time stamp problems, so it needs the same environment as do_compile | ||||
2005-09-07 | netpbm: partial fix to the perl module dependencies | John Bowler | 1 | |
The package now has a reduced list of perl module dependences, however some indirect dependencies are still necessary because of errors in the perl modules themselves. | ||||
2005-09-07 | merge of 5163269103c7a889fa4bcc1beee6b8f4d5a63ef5 | Michael Lauer | 3 | |
and 5d9c9e1e7d8e9bfb4ecb318701b739f787d59842 | ||||
2005-09-07 | angstrom: add preliminary build files for bootmanager and bootmanager-images | Michael Lauer | 3 | |
2005-09-07 | binutils: patch 2.16 for uclibc, enable 2.16 on uclibc builds | John Bowler | 3 | |
2.16 now includes the patches which ensure that HOST_CC_ARCH is passed to the build, other than that this commit should only affect binutils for linux-uclibc targets. The patches which enable recognition of linux-uclibc*' as well as 'linux-gnu*' have integrated - in fact there are more places now where the change is made, which may improve some things. The apparently spurious 'autoreconf' of certain subdirectories in the build tree has been commented out (it did nothing because there is no configure.in or .am in the build directory). | ||||
2005-09-07 | uclibc: ucslugc config 0.9.28 updated | John Bowler | 1 | |
The config now sets the processor option to XScale, correct for ucslugc (which is NSLU2) | ||||
2005-09-07 | openslug-packages: Remove duplicate icecast. It should only be in BROKEN, ↵ | Oyvind Repvik | 1 | |
since it currently is. | ||||
2005-09-07 | gaim 2.0: s/PV/PN/ in cvsdate | Koen Kooi | 1 | |