Commit graph

1826 commits

Author SHA1 Message Date
Mike Frysinger 607633f50a some more upstream patches 2006-04-15 02:24:59 +00:00
Mike Frysinger 6d008e61f2 sync thread stuff with config.in as pointed out by mjn3 2006-04-14 22:37:50 +00:00
Mike Frysinger 34ac9cf1c8 cut out pointless hunks 2006-04-14 22:26:04 +00:00
Eric Andersen f56a19707d Fix missing /etc/mtab symlink 2006-04-14 19:57:28 +00:00
Eric Andersen dd83c42002 Browsing to the ccache web page http://ccache.samba.org/
they list the cannonical download URL as: http://samba.org/ftp/ccache/
so I guess the freshmeat URL is out of date or something.
2006-04-14 19:33:48 +00:00
Eric Andersen cb7b678a5e 664: bind package update: akvadrako writes:
This patch consists of:
 (1) bind version bump
 (2) removing some X-compiling build fixes merged upstream
 (3) removing the bind-dlopen patch: not of general enough use
 (4) remove the package/bind/bind9 file - it isn't used
 (5) Use $(STAGING_DIR)/lib instead of $(STAGING_DIR)/usr/lib
 (6) Fix chroot'ed bind handling by init script
2006-04-14 19:25:54 +00:00
Eric Andersen 55d713a4ec Make symlink targets use relative paths per bug 303 2006-04-14 19:10:24 +00:00
Eric Andersen 14c7b8568f 829: Bump distcc package to 2.18.3 2006-04-14 18:40:32 +00:00
Eric Andersen 431318368c 830: Bump nano package to v1.3.11 2006-04-14 18:39:36 +00:00
Eric Andersen 43e6d9ed27 831: Bump wget package to v1.10.2 2006-04-14 18:38:25 +00:00
Eric Andersen c036b2629f 832: Bump libusb package to v0.1.12 2006-04-14 18:37:10 +00:00
Eric Andersen 1d81d7ec7a 833: Bump usbutils package to v0.72 2006-04-14 18:35:51 +00:00
Eric Andersen 5d37fc6095 bug 834: libusb: build fix: set big/little endian
The following patch fixes a compilation error in libusb (cannot
 detectect endian while cross compiling)
2006-04-14 18:32:17 +00:00
Eric Andersen d9d199af65 per bug 828, bump boa package to v0.94.14rc21 2006-04-14 18:28:35 +00:00
Mike Frysinger 3b7f835fde forward port big endian arm fix 2006-04-13 05:51:11 +00:00
Mike Frysinger ff6ca6a710 since 4.2.0 isnt actually out, rename patchdir to match new snapshot support 2006-04-13 05:50:37 +00:00
Mike Frysinger 7528aaa923 add proper support for gcc snapshots 2006-04-13 05:50:01 +00:00
Mike Frysinger 85586431fa slight tweak so it will actually compile 2006-04-12 03:47:16 +00:00
Mike Frysinger 84523a7eeb forward port the arm big endian patch 2006-04-12 03:12:51 +00:00
Mike Frysinger b4cec92b0e scrub patches 2006-04-12 02:59:14 +00:00
Eric Andersen a85a7cfaf7 doh 2006-04-12 00:44:57 +00:00
Eric Andersen 8cf5026c6a dont use depmod.pl, use cross depmod which I made work properly a while back.
Apply latest stable kernel patch
2006-04-12 00:33:42 +00:00
Eric Andersen 233d05fb17 make the locale config mostly match the non-locale config 2006-04-11 19:41:22 +00:00
Eric Andersen ef9e8c4fec per bug 825, bump busybox to stable rev 1.1.2 2006-04-11 17:29:42 +00:00
Eric Andersen e8b1af7638 bump version, merely a compile fix for scp 2006-04-11 00:29:56 +00:00
Eric Andersen 34a0c2f0a5 add sudo, based on http://bugs.busybox.net/view.php?id=511
with minor changes, and updated security patches
2006-04-11 00:27:51 +00:00
Eric Andersen f3724ee831 try to make sure results actually make it to disk 2006-04-11 00:06:17 +00:00
Eric Andersen eada0a459e per bug 0000786, strip quotes 2006-04-10 23:40:05 +00:00
Eric Andersen 126a92177d 0000755: New package: haserl: patch from jacmet
This little patch adds a target for haserl to buildroot.
Haserl - Html And Shell Embedded Report Language
2006-04-10 23:34:06 +00:00
Eric Andersen 9dd69ffbfd 0000789: New package: ethtool: patch from jacmet
This little patch adds a target for ethtool to buildroot.
ethtool is a small utility for examining and tuning your ethernet-based network interface.
2006-04-10 23:31:14 +00:00
Eric Andersen fa3670698e fix for newer gcc 2006-04-10 23:25:40 +00:00
Eric Andersen 674d61d84b yet again... rework fakeroot handling to ensure fakeroot is invoked just once,
as it seems to sometimes lose values logged during from earlier invocations.
2006-04-10 22:49:48 +00:00
Eric Andersen bfcb34c69f accomodate a read only rootfs 2006-04-10 21:26:27 +00:00
Eric Andersen 7be3856489 fetch zlib from the cannonical site at zlib.net 2006-04-10 18:09:17 +00:00
Eric Andersen cd729873b9 update ccache url 2006-04-10 17:50:11 +00:00
Eric Andersen 8cfa7aa965 As noted by jacmet in bug 824:
svn 14777 seems to have broken cramfs/squashfs/tarroot.

The problem is that $(IMAGE) is the absolute path of the image including
directories, so the build tries to access
$(STAGING_DIR)/_fakeroot.</full/path/to/buildroot/directory> which doesn't
exist.

The fix is to define CRAMFS/SQUASHFS/TAR_TARGET as $(notdir
$(IMAGE).<extension>) instead.
2006-04-10 17:48:53 +00:00
Eric Andersen 5418a92350 make sure things still work even when fakeroot is not in active use 2006-04-07 22:42:15 +00:00
Eric Andersen ee66f55213 rework fakeroot handling to avoid races during parallel make causing several
fakeroot instances stomping eachother's temp files.
2006-04-07 20:30:43 +00:00
Eric Andersen f333602f73 remove redundant e2fsprogs dependency which caused unnecessary rebuilds. 2006-04-06 22:17:39 +00:00
Eric Andersen 39027ff8d2 Build ltt without GTK if GTK is not available 2006-04-06 22:13:51 +00:00
Eric Andersen fbe47cd333 patch from janlana adding an x86 bootable iso9660 CD-ROM target 2006-04-06 18:31:14 +00:00
Eric Andersen 1718a20602 bjdooks writes:
udev creates wrong permissions on /dev/s3c2410_serial devices
Attached patch adds a line for s3c2410_serial with the correct MODE/group
2006-04-06 18:21:51 +00:00
Eric Andersen 0d26efed3a lord_apollyon writes:
When gcc 3.4.4 is configured for the toolchain, it subsequently fails to
compile udhcp-0.9.8/dhcpc.c complaining about an improper switch statement
syntax error:

dhcpc.c: In function `perform_renew':
dhcpc.c:136: error: label at end of compound statement
2006-04-06 18:17:50 +00:00
Eric Andersen 768304767b akvadrako writes:
The term gdb-client is deceptive - although it parallels the gdb-server name,
it is actually a full fledged gdb version. I want to use it to debug uClibc
core files on my host system. Although I haven't got that to work yet, I wasted
time figuring out how to do build gdb for the host not realizing it already had
a target. With this documentation change, things would have been a lot clearer
to me.
2006-04-06 18:08:44 +00:00
Eric Andersen afd4b07278 will_newton writes: thttpd install fails 2006-04-06 17:47:53 +00:00
Eric Andersen 51c429bf06 david_bachelart writes:
the recent uemacs packages does not appear in the packages list.
2006-04-06 17:45:35 +00:00
Eric Andersen 4a01900a8d tyler writes:
libdirectfb* is copied to target, but when the package builds it also builds
libdirect* and libfusion*, which libdirectfb will call upon, but they are not
copied along with libdirectfb.
2006-04-06 17:43:28 +00:00
Eric Andersen b607f5cdc3 tyler writes:
Building DirectFB compiles fine and installs fine, but when running on the
target the libraries look for DirectFB modules within a path that was defined
as $(PREFIX) during the build. Under buildroot PREFIX is set to
$(STAGING_DIR)/usr, which obviously doesn't exist on the target so it dies.

Instead, it should be built such that PREFIX=/usr then have prefix &
exec_prefix set to $(STAGING_DIR)/usr when it's time to install.
2006-04-06 17:40:47 +00:00
Eric Andersen 5c08468027 patch from bjdooks:
mtd.mk is ignoring the set ($DL_DIR), which means fit will fail when
DL_DIR is set to something other than dl
2006-04-06 17:27:32 +00:00
Mike Frysinger fd6cc8b1b2 fix building when CPP is set in build env 2006-03-28 07:11:51 +00:00