Commit Graph

16 Commits

Author SHA1 Message Date
Peter Korsgaard
3fdf0bffb8 buildroot: silence ./configure step when building with 'make -s'
We have been passing -q to ./configure when using 'make -s' for
packages using Makefile.autotools.in for some time. Do the same
for packages using autotools, but not using the
Makefile.autotools.in infrastructure, taking care to not do it
for packages with hand written configure scripts.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-01 21:24:42 +02:00
Will Newton
422ce6536b package: Remove unnecessary dependencies on uclibc.
A C library will have been built by the toolchain makefiles, so there is no
need for packages to explicitly depend on uclibc.

Signed-off-by: Will Newton <will.newton@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-09-03 20:22:38 +02:00
Peter Korsgaard
4a7bfd2775 package/: convert to DOWNLOAD helper 2009-01-16 11:42:52 +00:00
Peter Korsgaard
ac1d92c425 package/: get rid of unneeded $(strip ..) 2008-12-08 08:15:27 +00:00
Peter Korsgaard
ac653c53d6 fuse: fix target install
Also copy libfuse.so symlink so fuse target isn't considered out of date
2008-07-17 13:25:35 +00:00
Peter Korsgaard
81021c223a fuse: re-add missing --program-prefix
--program-prefix got errorously removed in the recent cleanup work.
2008-07-11 13:43:56 +00:00
Peter Korsgaard
ed5bb83780 fuse: bump version
The disable_symvers_22 patch no longer applies, but things seems to work
without it. There's no documentation describing what it was supposed to
fix, so get rid of it.
2008-07-10 10:12:25 +00:00
Peter Korsgaard
860c923883 fuse: use BR2_SOURCEFORGE_MIRROR 2008-07-10 10:12:20 +00:00
Peter Korsgaard
884dcd878a fuse: cleanup patch handling
Move patch to package dir like other packages and fixup patch-kernel
invocation.
2008-07-10 10:12:15 +00:00
Peter Korsgaard
c50d5170f8 fuse: remove commented out lines 2008-07-10 10:12:11 +00:00
Peter Korsgaard
3d5feef931 fuse: cleanup configure args 2008-07-10 10:12:07 +00:00
Peter Korsgaard
69770a9a2e fuse: remove stray $ 2008-07-10 10:12:00 +00:00
Peter Korsgaard
9550ea2511 fuse: also remove fusermount from target 2008-07-10 10:11:51 +00:00
Peter Korsgaard
b53febd82a fuse: strip binaries/libs in target 2008-07-10 10:11:47 +00:00
Peter Korsgaard
18a9aa0ae3 fuse: don't build kernel module
it's been in the mainline kernel for ages (~3y) and the included stuff
doesn't seem to build with modern kernel headers.
2008-07-10 10:11:43 +00:00
Ivan Kuten
e1498416ac add fuse and nfs-3g packages 2007-11-24 16:09:25 +00:00