Commit Graph

654 Commits

Author SHA1 Message Date
Bernhard Reutner-Fischer
d0422d0401 - I had to apply this patch to get it to build with a uClibc-snapshot.. 2006-11-17 11:54:45 +00:00
Bernhard Reutner-Fischer
671ddcd2a3 - that version didn't build for me.
Update version and make it compile..
2006-11-17 11:52:58 +00:00
Bernhard Reutner-Fischer
56fadb2259 - Typo fix: copy headers to the correct location on the target. 2006-11-17 11:51:17 +00:00
Bernhard Reutner-Fischer
ad8547af5b - bump version 2006-11-17 11:48:42 +00:00
Bernhard Reutner-Fischer
0032d37174 - newer busyboxen want CROSS_COMPILE rather than the old CROSS. 2006-11-17 11:37:47 +00:00
Bernhard Reutner-Fischer
870cb9e826 - check if busybox' Rules.mak exists.
- add target dirs to ensure that all required dirs do exist so make busybox-menuconfig works in a pristine checkout.
2006-11-17 11:21:23 +00:00
Bernhard Reutner-Fischer
a44651de6e - Patch from Thomas Lundquist to support lzma compressed ext2 rootfs. 2006-11-04 19:15:56 +00:00
Eric Andersen
86d9fd0a37 fix use of BUILD_WITH_LARGEFILE to properly
refer to BR2_LARGEFILE
2006-11-03 08:21:47 +00:00
Peter Korsgaard
31e658dc24 Bump to upstream v1.2.2 2006-10-25 08:10:26 +00:00
Eric Andersen
290615edc1 we use BR2_ENABLE_LOCALE not ENABLE_LOCALE 2006-10-17 16:57:02 +00:00
Peter Korsgaard
a47e16eb42 fix CrossCompileDir (patch by Andrew E. Milesk) 2006-10-14 11:34:14 +00:00
Eric Andersen
867e0beb04 new upstream version 2006-10-09 21:11:07 +00:00
Eric Andersen
976366b929 use cannonical source location 2006-10-09 21:09:20 +00:00
Eric Andersen
8531fbd55c use http for kernel.org 2006-10-09 21:08:56 +00:00
Peter Korsgaard
7c24ceac53 Bump version (patch by Fredrik Roubert) 2006-10-09 11:53:10 +00:00
Mike Frysinger
8e6f27335b remove duplicate/invalid options in choice 2006-10-07 06:28:23 +00:00
Bernhard Reutner-Fischer
cdc5d26b1c - passing the target arch in isn't useful 2006-10-06 13:02:11 +00:00
Bernhard Reutner-Fischer
5022f39544 - be gentle to vi syntax color mode 2006-10-06 13:01:29 +00:00
Bernhard Reutner-Fischer
180bc5941a - jffs2 requires the mtd package for the mtd-host tools. 2006-10-06 13:00:57 +00:00
Bernhard Reutner-Fischer
2ce4d98fad - use the HOSTCC for building host-tools. 2006-10-03 14:11:12 +00:00
Bernhard Reutner-Fischer
2d1ab08716 - late binding isn't a good idea there, i did end up with an empty SOURCE. 2006-10-03 13:42:42 +00:00
Eric Andersen
4c2a4485d1 escape the wildcard 2006-10-02 18:40:42 +00:00
Eric Andersen
a71efa13ec Andrew E. Mileski writes:
This looks like a typo to me.  Without this patch, one ends up with
"i386AArchitecture" being defined, which doesn't match anything.
2006-10-02 18:25:37 +00:00
Bernhard Reutner-Fischer
6fe5f48cbf - add missing hung from the BR2_ZCAT introduction 2006-10-01 18:34:45 +00:00
Bernhard Reutner-Fischer
6342c83201 - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971
Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-10-01 15:17:52 +00:00
Bernhard Reutner-Fischer
e4a303dd69 - fix bug #1042; Hardcoding system-paths is a bad idea. If some of them are not
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-30 21:08:56 +00:00
Bernhard Reutner-Fischer
35eecb2319 - add stubs for gmp and mpfr
not yet enabled
2006-09-28 17:38:06 +00:00
Bernhard Reutner-Fischer
2f85174dbf - bump version 2006-09-28 14:26:32 +00:00
Peter Korsgaard
577278c538 Network block device package (client only) 2006-09-28 10:19:43 +00:00
Peter Korsgaard
9406462fed make 3.80 doesn't understand 'else ifeq(..)'
Reported by Jeff Rhyason.
2006-09-27 18:17:31 +00:00
Peter Korsgaard
11713c7535 Don't disable tcl twice 2006-09-27 05:44:10 +00:00
Peter Korsgaard
dfa4f83783 sqlite package, based on gumstix 2006-09-26 16:01:07 +00:00
Peter Korsgaard
bc45a9b966 The target is readline-target, not readline_target 2006-09-26 15:56:03 +00:00
Peter Korsgaard
dd510c2b69 Proper !i386 cross compilation support 2006-09-26 12:48:43 +00:00
Peter Korsgaard
841f8e9539 depend instead of select on zlib/png to shut up Kconfig warning
(doesn't change anything as xorg already depends on them)
2006-09-25 13:37:13 +00:00
Peter Korsgaard
388e17a855 Valgrind works on PPC and AMD64 as well nowadays.
Use Kconfig to ensure valgrind can only be enabled on supported archs.
2006-09-25 08:48:47 +00:00
Peter Korsgaard
283c9b35bc Bump version 2006-09-25 07:27:46 +00:00
Peter Korsgaard
775684a5ed fix big/little endian 2006-09-19 15:16:55 +00:00
Peter Korsgaard
564aac603d Don't copy static lib to TARGET_DIR 2006-09-19 14:56:21 +00:00
Peter Korsgaard
6bf74e4072 Add dillo package 2006-09-19 14:19:32 +00:00
Bernhard Reutner-Fischer
302ac099bb - repair deps. 2006-08-29 16:45:47 +00:00
Bernhard Reutner-Fischer
81de3bf5d6 - add lzma 2006-08-29 16:41:55 +00:00
Bernhard Reutner-Fischer
3ecba000c6 - bump version 2006-08-29 16:41:22 +00:00
Bernhard Reutner-Fischer
b1221b25d1 - add package lzma 2006-08-29 16:40:38 +00:00
Bernhard Reutner-Fischer
43d38b341a - use cross strip instead of host strip; closes #773 2006-08-28 13:46:38 +00:00
Eric Andersen
1ec169946d Don Reid writes:
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-25 02:43:15 +00:00
Eric Andersen
6e17ffbaa2 fixup lsof so it will apply patches, and compile when rpc is disabled 2006-08-25 02:13:46 +00:00
Bernhard Reutner-Fischer
cc352925b4 - update to 2.0.0 and correct site. 2006-08-24 22:00:36 +00:00
Bernhard Reutner-Fischer
5a2008d9fe - update to 1.02.09 2006-08-24 21:46:57 +00:00
Bernhard Reutner-Fischer
9752387b89 - make sure that the prerequisites of 'make busybox-menuconfig' are met 2006-08-24 19:48:31 +00:00
Bernhard Reutner-Fischer
e16425c389 - pickup the PATH the user has set.
Fixes HOSTCC et al being installed in e.g. /opt where it wasn't found before.
2006-08-24 19:35:47 +00:00
Eric Andersen
8a63b6dae1 Use http. Add support for building cross depmod for 2.6 kernels.
Don't hard code version numbers all over the place.
2006-08-10 21:00:23 +00:00
Eric Andersen
5cd18319f8 comparing $(ARCH) vs i.e. i386 isn't going to work when ARCH=i486 etc.
Need to instead compare vs BR2_i386 and friends.
2006-08-10 20:58:14 +00:00
Eric Andersen
28e220f7a0 update valgrind to the latest and greatest, forward port my patches.
Mental note: submit upstream
2006-08-10 20:21:33 +00:00
Eric Andersen
222dcdc1bf rework hotplug with a customized version not dependant on kernel sources 2006-08-10 20:08:31 +00:00
Peter Korsgaard
54044da973 Bump to upstream v1.2.1 2006-07-31 16:01:15 +00:00
Eric Andersen
585581702b Stupid make needs tabs. Fix broken whitespace 2006-07-27 18:30:24 +00:00
Eric Andersen
5bc8089bcf patch from Biucchi Gabriele:
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-26 19:11:36 +00:00
Eric Andersen
15b2f67f64 let X figure out the correct mouse protocol 2006-07-21 03:29:50 +00:00
Eric Andersen
9e861b63fb rxvt switched to sourceforge years ago... Fix things up so
that rxvt actually builds and runs...
2006-07-20 22:50:22 +00:00
Eric Andersen
275d95c887 fix build and add some basic setup so it can run 2006-07-20 22:46:15 +00:00
Mike Frysinger
7f408ff90f ver bump to 0.14.6 2006-07-20 00:06:52 +00:00
Mike Frysinger
f80de0d6ec ver bump #958 by bowerymarc 2006-07-19 23:56:33 +00:00
Mike Frysinger
e3f67672a9 ver bump #962 by bowerymarc 2006-07-19 23:53:59 +00:00
Eric Andersen
a7b84fab16 oops 2006-07-19 17:51:12 +00:00
Eric Andersen
1c911f7f4f minor dependancy cleanup 2006-07-19 06:37:58 +00:00
Eric Andersen
ddb5ebab06 move TAR_OPTIONS to its rightful place 2006-07-18 22:58:58 +00:00
Eric Andersen
1eab86d0eb fixup patch 2006-07-18 09:13:13 +00:00
Eric Andersen
b1d24866da fixup build dependancies and such 2006-07-18 08:53:30 +00:00
Eric Andersen
0216ba0b15 change paths so glib-config uses the correct path for
the cross compiled libglib and include files
2006-07-18 07:59:29 +00:00
Eric Andersen
a9e51e5892 fixup some build and dependancy problems. 2006-07-18 07:19:10 +00:00
Eric Andersen
1de8a18128 yet another fix for yet another cross depmod endianness problem 2006-07-13 17:26:01 +00:00
Eric Andersen
c4ad37ff4e disable sdl build 2006-07-10 22:28:09 +00:00
Eric Andersen
ff870a1827 change things so menuconfig wont complain about circular deps 2006-07-10 22:18:35 +00:00
Eric Andersen
12b74e5324 remove junk, bump version, and generally clean things up 2006-07-10 22:17:48 +00:00
Eric Andersen
a8c92e8083 add support for dmraid soft raid handling 2006-07-10 22:09:37 +00:00
Eric Andersen
b6de822b37 add support for gtk+ version 1.2 2006-07-10 22:06:45 +00:00
Eric Andersen
7909d9d1d9 fix url, fixup compile and install 2006-07-10 22:06:11 +00:00
Eric Andersen
2a89e2300c fixup some dependancies 2006-07-10 22:04:29 +00:00
Eric Andersen
e33a0c1400 prevent up circular deps by preventing both from being enabled concurrently 2006-07-09 04:54:00 +00:00
Eric Andersen
0e6da182fd why install it if we immediately delete it. Makes no sense 2006-07-09 00:39:39 +00:00
Eric Andersen
9377ea7149 fix dependancy 2006-07-09 00:38:38 +00:00
Eric Andersen
600bcddaef fixup xorg compile -- it now at least compiles and runs for me on x86 2006-07-08 23:58:02 +00:00
Eric Andersen
830228b9d9 fix broken libpng compile -- malloc was being handled incorrectly
when cross compiling
2006-07-08 23:56:47 +00:00
Eric Andersen
3b4205f166 Add pkgconfig 2006-07-08 23:55:55 +00:00
"Steven J. Hill"
213cc83c47 Fix syntax errors in configure and m4 for Tcl so that the package actually builds. This was reported on the Tcl mailing list at <http://sourceforge.net/mailarchive/forum.php?thread_id=9384126&forum_id=3854>. 2006-07-07 02:05:09 +00:00
Bernhard Reutner-Fischer
df1496abee - busybox recently renamed CROSS to CROSS_COMPILE. Pass in both for now. 2006-07-05 11:23:17 +00:00
"Steven J. Hill"
70a891e693 Add patch for building and running the Open POSIX Testsuite if NPTL has been selected with uClibc along with make directives. If someone has a cleaner way of handling things in the makefile, feel free to change it. 2006-07-05 05:14:24 +00:00
Eric Andersen
c9306ec90c update LTP to the latest and greatest 2006-07-05 01:42:29 +00:00
Eric Andersen
050da8412e try to avoid rebuild 2006-07-04 18:06:38 +00:00
Eric Andersen
7c10b7696e avoid potential rebuild 2006-07-04 18:06:04 +00:00
Eric Andersen
daa2256049 make needs the full blown gnu glob(), so teach it to use a local copy 2006-07-04 11:58:51 +00:00
Bernhard Reutner-Fischer
c3c100b63f - list defaults for BR2_GNU_TARGET_SUFFIX in help text
- fix a few typos
2006-07-04 11:44:32 +00:00
Mike Frysinger
0cf77487d8 ver bump to 1.2.12 2006-06-30 00:56:53 +00:00
Mike Frysinger
1cd84712ea ver bump to 1.3.12 2006-06-30 00:32:18 +00:00
Mike Frysinger
db0b9fdf4e ver bump to 2.60 2006-06-30 00:31:39 +00:00
Peter Korsgaard
bd8522f923 Bump to upstream v1.2.11 2006-06-27 07:44:51 +00:00
Eric Andersen
4856369541 don't use ftp for gnu stuff, a few version bumps as well,
based on a patch from Fu Yunhui
2006-06-23 07:29:40 +00:00
Eric Andersen
12ab8c7595 version bump 2006-06-23 07:05:02 +00:00
Eric Andersen
317408b4fa minor tweak 2006-06-23 07:00:53 +00:00