summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2007-08-29Use DISTCC_BUILDDIR instead of DISTCC_DIR as that environment variable isPeter Korsgaard
used by distcc itself, causing havoc if you compile buildroot under distcc.
2007-08-28Fix some qtopia quirks, bump versionUlf Samuelsson
2007-08-28Add default X11 install directoryUlf Samuelsson
2007-08-28Remove some more file during pppd-cleanUlf Samuelsson
2007-08-28This is my attempt to realize a rxvt-version for xorg, tinyx and the new x11r7.Ulf Samuelsson
I tested it with xorg and x11r7. (Don't know if it works with tinyx, because the tinyx-build fails) Signed-off-by: Simon Pasch <fpasch@googlemail.com>
2007-08-28- misc cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2007-08-28Use correct hostap source, deprecate package due to inclusion in linux kernelUlf Samuelsson
2007-08-28Remove renamed mpg123 patchUlf Samuelsson
2007-08-28Remove renamed libmad patchUlf Samuelsson
2007-08-28Allow for architecture specific libmad patches, make current patch AVR32 ↵Ulf Samuelsson
specific
2007-08-28This fixes make clean on pppd package (there is no rule uninstall in pppd's ↵Ulf Samuelsson
makefile) and does some small bits of cleanup. Signed-off-by: Thiago A. Corrêa <thiago.correa@gmail.com>
2007-08-28Remove mpg123 patch from current build, full removal pendingUlf Samuelsson
2007-08-28- use correct include dir (Simon Pasch)Bernhard Reutner-Fischer
- cleanup while at it
2007-08-28- add apropriate variables for the host-toolchain to HOST_CONFIGURE_OPTSBernhard Reutner-Fischer
2007-08-28expat now installs into usr/libPeter Korsgaard
2007-08-24- add busybox-1.7.0Bernhard Reutner-Fischer
2007-08-24 remove _SKIP_CONFIGURE since it's pointless to try to run it on ↵Bernhard Reutner-Fischer
non-autotool'ed packages anyway (for now)
2007-08-24- add rp-pppoeBernhard Reutner-Fischer
2007-08-24- fix wrong src-path of libasound (Simon Pasch)Bernhard Reutner-Fischer
2007-08-24- add pptp clientBernhard Reutner-Fischer
2007-08-23- fix misplaced @Bernhard Reutner-Fischer
- fix typos in x11r7 packages
2007-08-22- bump version to 4.6p1Bernhard Reutner-Fischer
- will need some program_invocation_name touchup, from the looks. Sounds like Ulf is supporting this: http://buildroot.uclibc.org/lists/buildroot/2007-August/004651.html Ulf> Go ahead, since it is permanently broken. It was for ARM for the most part. Some others did work, fwiw.
2007-08-22- add GIF and MMG support, fix comments a little bit, small cleanups, and ↵Bernhard Reutner-Fischer
avoid building Qtopia examples. Thanks to Hans-Christian Egtvedt and Thiago A. Correa (for the last item).
2007-08-22- set _SKIP_CONFIGURE since we can just make itBernhard Reutner-Fischer
2007-08-22- if $(PKG)_SKIP_CONFIGURE is non-empty then ./configure is skippedBernhard Reutner-Fischer
2007-08-22- don't print the second time autoreconf would be runBernhard Reutner-Fischer
2007-08-22- add some $(Q) here and thereBernhard Reutner-Fischer
2007-08-22- reinstate accidentally deleted hunkBernhard Reutner-Fischer
2007-08-22(no commit message)Bernhard Reutner-Fischer
2007-08-22- forgot to include the Config.inBernhard Reutner-Fischer
2007-08-22- pass TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer
2007-08-22- honour BR2_HAVE_MANPAGES BR2_HAVE_INFOPAGES, BR2_HAVE_INCLUDESBernhard Reutner-Fischer
2007-08-22- fix typoBernhard Reutner-Fischer
- Start to add infrastructure to be able to download a patch.
2007-08-22- add pptp-linuxBernhard Reutner-Fischer
2007-08-22- was broken by the patch omitting the CFLAGS for configureBernhard Reutner-Fischer
- misc cleanup while at it
2007-08-22- use proper include dir (Simon Pasch)Bernhard Reutner-Fischer
- cleanup a little while at it
2007-08-22- global whitespace trimmingBernhard Reutner-Fischer
2007-08-22- random whitespace cleanupBernhard Reutner-Fischer
2007-08-22- fix unpacking the tarballs, minor cleanups while at it.Bernhard Reutner-Fischer
2007-08-22- use the BZCAT/ZCAT as configured by the userBernhard Reutner-Fischer
2007-08-22- semicolon touchup. No other changesBernhard Reutner-Fischer
2007-08-22- fix patch regexBernhard Reutner-Fischer
2007-08-22Remove bzero dependencies in bashUlf Samuelsson
2007-08-22Fix bad patch naming schemeUlf Samuelsson
2007-08-21- more cleanup (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2007-08-21- fixup whitespace damage after ulfBernhard Reutner-Fischer
2007-08-21- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer
toolchain/*/*.mk */Makefile.in -l)
2007-08-21- remove a superfluous semicolonBernhard Reutner-Fischer
2007-08-21- pull in patches from debian.Bernhard Reutner-Fischer
2007-08-21- our dependencies are project specific. First (untested) attempt to take ↵Bernhard Reutner-Fischer
this fact into account. Will need to try to copy eventual pre-existing project-specific deps back to package/config in order not to mess up the corresponding timestamps (to avoid superfluous rebuilds)..