summaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)AuthorFiles
2005-08-12add mrxvt, a multi-tabbed rxvtMichael Lauer4
2005-08-12add a font to the image to make xtscal work (the e stuff has its own fonts)Michael Lauer1
2005-08-12cumulus: ship iconsMichael Lauer1
2005-08-12repair openzaurus-pxa27x after someone destroy vital parts of it :/Michael Lauer1
2005-08-12merge of 0ff64394ec8e55a962dae7598429db658db92ce8Michael Lauer2
and 7d7503a076b2aa004a780c9f24769124a939d7df
2005-08-12added new version of gaim (1.5.0)Patrick Steiner2
2005-08-12merge of 41ccdaa6ccec1fc3dd5467a321a4920945f4a673Michael Lauer27
and f79035e45efd4ec295a4f073b25a42193a9cda7b
2005-08-12Add 2.6 keyboard maps for akita/spitzRichard Purdie2
2005-08-12linux-oz-2.6: Add keyboard, touchscreen and MMC drivers for spitzRichard Purdie1
2005-08-12linux-oz-2.6: Update Spitz defconfigRichard Purdie1
2005-08-12Add libart-lgpl to gimp DEPENDSKoen Kooi1
2005-08-12propagate from branch 'org.openembedded.dev' (head ↵Oyvind Repvik9
6db0fc38678acba6c316704e15a880cf5e7d3a03) to branch 'org.openembedded.nslu2-linux' (head f4bc4dc44861d70db1182523d7e8aa0f3f4e73ef)
2005-08-12Fix pbutton to signal init, so it shuts down safely (Requires upgraded sysvinit)Oyvind Repvik2
Fix rbutton to do machine_power_off(), since reset if unreliable.
2005-08-12Commit band-aid for pcre until someone finds a better solutionJustin Patrin1
2005-08-12Update /etc/inittab, to prepare for pbutton fixOyvind Repvik2
2005-08-12Fix ranlib problem correctly by removing CC in plugins MakefileJustin Patrin2
2005-08-11Add edje to e dependsJustin Patrin1
2005-08-11merge of a0401b9f09376ea2c7d6eb10ff1ccfb84ec7649cJustin Patrin35
and a0a93c4cb9609431f78a0188791c0cd9574687c9
2005-08-11packages/uicmoc/uicmoc3-native_3.3.2.bb:Holger Freyther1
-If the package is named uicmoc, install uic and moc do not stage static libaries and do to stage the header files. There is a reason we have qt2 and qt3 dir in staging and this is not because uicmoc3 can stage its Qt3 headers into STAGING_INCDIR directly. --cookies for some one...
2005-08-11Updated ctorrent to use the complete extended ctorrent patch setOyvind Repvik10
2005-08-11first sketch at an e-imageMichael Lauer2
2005-08-11Change the NSLU2 kernel build configuration method to allow theJohn Bowler3
configuration override to be specified in the machine.conf rather than hardwiring -mno-thumb-interwork into nslu2-kernel.inc
2005-08-11merge of 5b9f262d058d326dc272b37c6613728556effa9cMichael Lauer4
and f4976c9f1b5d682c92d9f4241affb718217f1074
2005-08-11propagate from branch 'org.openembedded.dev' (head ↵John Bowler1
2733583ee4724b13e2625abab589a558da043628) to branch 'org.openembedded.nslu2-linux' (head c7dbf3bdc213b3c3f611e1fb56a743c593138db5)
2005-08-11mpd was building, but not necessarily using, it's own local cache of theJohn Bowler1
libmad and libid3tag source. Removing the --enable-mpd-* settings causes it not to build the local source (and it uses the versions in staging).
2005-08-11merge of c05b7d0d68a0aebf878d9b85531b595e425dabaaJohn Bowler1
and f53fd48079b012f260a4377a58c829aa1b21fe0f
2005-08-11propagate from branch 'org.openembedded.dev' (head ↵John Bowler105
af7da4406babf078f2747a3588cfa451ae711315) to branch 'org.openembedded.nslu2-linux' (head 99bf568313454a05bf17df79cb135d7e4bb6c643)
2005-08-11db-4: thumb only (no PR bump): prevent the erroneous use of 32 bit armJohn Bowler1
assembly when compiling thumb instructions.
2005-08-11libvorbis: thumb only (no PR change): prevent all optimisation to hide anJohn Bowler1
apparent compiler bug (register spilling) when compiling thumb code.
2005-08-11Add a patch to run ranlib on 2 libraries (bug 172)Justin Patrin1
2005-08-11libmad: thumb only (so no PR change): remove the erroneous use of 32 bitJohn Bowler1
ARM assembler when compiling thumb
2005-08-11This set of changes ensures that TARGET_CC_ARCH is passed reliably to allJohn Bowler14
packages in a build. The change fixes problems in the following packages: binutils{,-cross}_2.15.94.0.1 HOST_CC_ARCH was not being passed to HOST_CC. The problem does not seem to be present in binutils* 2.16, however this version is still used for uClibc builds. gcc{,-cross,-cross-initial}_3.4.4 HOST/TARGET_CC_ARCH was not used in the appropriate places, plus this was not sufficient - FLAGS_FOR_TARGET (a gcc make variable) is now preloaded with the target CC_ARCH values, which causes all the builds (gcc, g++, gcj, fortran) to get the correct values. gcc OTHER *NOT* fixed - other versions of gcc will still need the _CC_ARCH fix in the same lines (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET), however so long as these builds use gcc3-*.inc the FLAGS_FOR_TARGET fixx will be there. uclibc{,-initial}_0.9.27 TARGET_CC_ARCH added to the do_compile. For the do_stage step the build actually compiles target code (make utils), but this will not accept a CC with whitespace. The TARGET_CC_ARCH flags have therefore been added to CFLAGS (a bit ugly, but it works). These changes have been tested for both cross and target builds, the changes should be fine on self-hosted (i.e. target-hosted) builds, if anyone actually does these, but note that the gcc build specifically tests for build==host and does *not* do certain _FOR_TARGET settings in this case (this was the case before this change too) - if you are seeing strange settings on self-hosted gcc builds (before and after this change) check the do_compile environment variable settings.
2005-08-11fix entice dependenciesMichael Lauer1
2005-08-11refresh elpp patch for 2.6.13-rc5-mm1Michael Lauer1
2005-08-11xstroke needs xpmMichael Lauer2
2005-08-11Bump PRJustin Patrin1
2005-08-11Add /dev/loop0 to list of modules to be createdJustin Patrin1
2005-08-11merge of 0fbc5bc9e4e013e53c6e2ad33a14cf971844ac61Matthias Hentges1
and c2a4ba0685c8f08c743c55860ef182e1391a590a
2005-08-11altboot: Add forgotten "boot hdd3" option for spitzMatthias Hentges1
2005-08-11CoreDump was right, the REAL_INIT is init.sysvinitJustin Patrin1
2005-08-11merge of 5381d172a27c05bdc841a6ebf55d265354d4e66eJustin Patrin1
and aa3fea219016be801feb5329869cd546a2334ec9
2005-08-11Fix typo in postinst for spitz, add more robust checkingJustin Patrin1
Add a postrm for spitz (untested)
2005-08-11ucslugc, UCSLUGC_PACKAGES: make various prerequesite packages explicit inJohn Bowler1
the build list, therefore if the dependent package is removed the prerequisite packages are still built.
2005-08-11Update postfix to use u-a for /usr/sbin/sendmail (Conflict with ssmtp)Oyvind Repvik1
2005-08-11Update nail to use /usr/sbin/sendmail instead of /usr/lib/sendmailOyvind Repvik3
2005-08-11make gnome-mini-data also depend on mime-infoKoen Kooi1
2005-08-11make gnome-mime-info depend on shared-mime-infoKoen Kooi1
2005-08-10Move groff and icecast to broken packagesOyvind Repvik1
2005-08-10Add Borzoi to xtscal cxk patchJustin Patrin4
Combine gpe-dm Xserver patches for Spitz and Akita and add Borzoi
2005-08-10Make xtscal work for Akita as well. We'll need another fix once we know the ↵Justin Patrin2
3100's name