summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2006-10-01- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-09-30- fix bug #1042; Hardcoding system-paths is a bad idea. If some of them are notBernhard Reutner-Fischer
in PATH seen by make then most likely for a very good reason. Set your PATH accordingly if you need /bin or /usr/local/bin et al.
2006-09-28- add stubs for gmp and mpfrBernhard Reutner-Fischer
not yet enabled
2006-09-28- bump versionBernhard Reutner-Fischer
2006-09-28Network block device package (client only)Peter Korsgaard
2006-09-27make 3.80 doesn't understand 'else ifeq(..)'Peter Korsgaard
Reported by Jeff Rhyason.
2006-09-27Don't disable tcl twicePeter Korsgaard
2006-09-26sqlite package, based on gumstixPeter Korsgaard
2006-09-26The target is readline-target, not readline_targetPeter Korsgaard
2006-09-26Proper !i386 cross compilation supportPeter Korsgaard
2006-09-25depend instead of select on zlib/png to shut up Kconfig warningPeter Korsgaard
(doesn't change anything as xorg already depends on them)
2006-09-25Valgrind works on PPC and AMD64 as well nowadays.Peter Korsgaard
Use Kconfig to ensure valgrind can only be enabled on supported archs.
2006-09-25Bump versionPeter Korsgaard
2006-09-19fix big/little endianPeter Korsgaard
2006-09-19Don't copy static lib to TARGET_DIRPeter Korsgaard
2006-09-19Add dillo packagePeter Korsgaard
2006-08-29- repair deps.Bernhard Reutner-Fischer
2006-08-29- add lzmaBernhard Reutner-Fischer
2006-08-29- bump versionBernhard Reutner-Fischer
2006-08-29- add package lzmaBernhard Reutner-Fischer
2006-08-28- use cross strip instead of host strip; closes #773Bernhard Reutner-Fischer
2006-08-25Don Reid writes:Eric Andersen
It looks like the linux binary is just used if a system map file cannot be found. So I changed the make file to remove it.
2006-08-25fixup lsof so it will apply patches, and compile when rpc is disabledEric Andersen
2006-08-24- update to 2.0.0 and correct site.Bernhard Reutner-Fischer
2006-08-24- update to 1.02.09Bernhard Reutner-Fischer
2006-08-24- make sure that the prerequisites of 'make busybox-menuconfig' are metBernhard Reutner-Fischer
2006-08-24- pickup the PATH the user has set.Bernhard Reutner-Fischer
Fixes HOSTCC et al being installed in e.g. /opt where it wasn't found before.
2006-08-10Use http. Add support for building cross depmod for 2.6 kernels.Eric Andersen
Don't hard code version numbers all over the place.
2006-08-10comparing $(ARCH) vs i.e. i386 isn't going to work when ARCH=i486 etc.Eric Andersen
Need to instead compare vs BR2_i386 and friends.
2006-08-10update valgrind to the latest and greatest, forward port my patches.Eric Andersen
Mental note: submit upstream
2006-08-10rework hotplug with a customized version not dependant on kernel sourcesEric Andersen
2006-07-31Bump to upstream v1.2.1Peter Korsgaard
2006-07-27Stupid make needs tabs. Fix broken whitespaceEric Andersen
2006-07-26patch from Biucchi Gabriele:Eric Andersen
Some programs (like rxvt) need x-includes and x-libraries in $(STAGING_DIR)/usr/X11R6/ , but tinyx.mk does not install anything there. copy everything from $(TINYX_DIR)/exports/ into $(STAGING_DIR)/usr/X11R6/
2006-07-21let X figure out the correct mouse protocolEric Andersen
2006-07-20rxvt switched to sourceforge years ago... Fix things up soEric Andersen
that rxvt actually builds and runs...
2006-07-20fix build and add some basic setup so it can runEric Andersen
2006-07-20ver bump to 0.14.6Mike Frysinger
2006-07-19ver bump #958 by bowerymarcMike Frysinger
2006-07-19ver bump #962 by bowerymarcMike Frysinger
2006-07-19oopsEric Andersen
2006-07-19minor dependancy cleanupEric Andersen
2006-07-18move TAR_OPTIONS to its rightful placeEric Andersen
2006-07-18fixup patchEric Andersen
2006-07-18fixup build dependancies and suchEric Andersen
2006-07-18change paths so glib-config uses the correct path forEric Andersen
the cross compiled libglib and include files
2006-07-18fixup some build and dependancy problems.Eric Andersen
2006-07-13yet another fix for yet another cross depmod endianness problemEric Andersen
2006-07-10disable sdl buildEric Andersen
2006-07-10change things so menuconfig wont complain about circular depsEric Andersen