Commit Graph

1015 Commits

Author SHA1 Message Date
Eric Andersen
a7aebc0fad there is no 'package/hal/' at present... 2007-01-14 22:18:49 +00:00
Bernhard Reutner-Fischer
5900cdb25f - Remove CC_FOR_BUILD="$(HOSTCC)" since it is already contained in the
TARGET_CONFIGURE_OPTS
2007-01-14 11:25:22 +00:00
Bernhard Reutner-Fischer
98862ee4a5 - add missing foo-source target for "make source" for downloading
package sources used by later offline build.
2007-01-14 11:14:27 +00:00
"Steven J. Hill"
d8bcc8f168 Add Samba to buildroot. 2007-01-14 06:13:27 +00:00
"Steven J. Hill"
7b957dd483 Remove man pages after installing into target filesystem. 2007-01-14 06:07:49 +00:00
"Steven J. Hill"
491c474a4f Add libevent package. I started building all the components needed for NFSv4 support of which libevent is one of them. The rest of the needed components, however, are horrific to get building. 2007-01-14 05:38:00 +00:00
"Steven J. Hill"
aeeab7a686 Update patch. 2007-01-14 04:58:37 +00:00
Eric Andersen
3c2974b822 oops, silence some debugging noise 2007-01-14 04:20:57 +00:00
Eric Andersen
f69bf9971b install the junk needed to (in theory) make pango actually work 2007-01-14 04:10:14 +00:00
Eric Andersen
732d94d25f fixup a whole steaming pile of insanity. When packages are configured,
they should be configured with --prefix=/usr and we then need to use
make DESTDIR=$(STAGING_DIR) install to get things installed into the
staging directory.  The current situation for many packages, which use
--prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled
into the binary itself.

This also adds in a pile of libtool fixups.  Between broken pkgconfig,
broken libtool handling, and broken --prefix settings, its a wonder
things have worked as well as they have up till now.
 -Erik
2007-01-14 03:52:21 +00:00
Eric Andersen
4ac03cc86a filter pkgconfig output to force it do use our staging_dir and not
try to use the system libraries as it is inclined to do
2007-01-14 03:48:13 +00:00
"Steven J. Hill"
ceb2859765 Add packages for D-Bus and G-Lib interface library too. 2007-01-14 03:45:06 +00:00
Eric Andersen
ee8f2133a5 add fontconfig package 2007-01-14 03:39:53 +00:00
"Steven J. Hill"
8d08091cf8 Add new 'hwdata' package which we will need for D-Bus and HAL. 2007-01-14 03:38:02 +00:00
"Steven J. Hill"
ea18cf815c Add new package. 2007-01-14 03:31:43 +00:00
"Steven J. Hill"
304aaeb181 Use pre-generated files and do not run 'rpcgen'. 2007-01-14 03:27:22 +00:00
"Steven J. Hill"
6756e24e97 Get rid of broken locale configuration option. I need to do a little more work on this. 2007-01-14 03:10:46 +00:00
"Steven J. Hill"
0f4f9f729f Make gettext have its own definition. 2007-01-14 03:09:47 +00:00
"Steven J. Hill"
5d173ec412 Add ProFTPD package with working init script. 2007-01-14 01:48:49 +00:00
"Steven J. Hill"
72f3ebce22 Add new NFS utilities package with working init script. 2007-01-14 01:46:04 +00:00
"Steven J. Hill"
0d7b08da13 Include all the new packages. 2007-01-14 01:04:33 +00:00
"Steven J. Hill"
999e5db6d5 Make sure to install the 'libgthread' shared libraries as well. Also, allow for configuration of locale support or not. 2007-01-14 01:02:36 +00:00
"Steven J. Hill"
d67d790dd1 Correct spelling error and config option to create symlinks for old naming of MTD utilities. Also add in LDFLAGS and such to building with external toolchains. 2007-01-14 01:01:07 +00:00
"Steven J. Hill"
0a4b6a3bc7 Upgrade to udev-101. We also create and init script that actually works and has been tested in multiple PowerPC embedded platforms. We also add a new config option to build the volume_id library which will be used by D-Bus and HAL. 2007-01-14 00:59:10 +00:00
"Steven J. Hill"
5d8342c7f7 I'm sure opinions will vary on this, but at least when I'm using these tools, I don't want the static or an extra config file. Small filesystem please. 2007-01-14 00:57:50 +00:00
"Steven J. Hill"
2f2492f7f1 Update packages to provide properly working initialization scripts. These have been tested with embedded PowerPC systems. 2007-01-14 00:55:25 +00:00
"Steven J. Hill"
ba46d6ef76 x86 is the only thing that uses this monstrosity. 2007-01-14 00:54:14 +00:00
"Steven J. Hill"
9f7a6c9f31 "Dashing through the snow...with a gForce based display...o'er the data fields we go....cache thrashing all the way...hahaha" 2007-01-13 21:45:00 +00:00
Eric Andersen
e4816a7fdc a copy of mcookie will come in handy... 2007-01-11 10:38:10 +00:00
Eric Andersen
6113e56a30 it seems pdf and ps support are required for gtk2 2007-01-11 08:45:28 +00:00
Eric Andersen
8b9d738e49 add Gtk+ version 2 2007-01-11 08:42:34 +00:00
Eric Andersen
810184bb0d add atk package 2007-01-11 07:44:14 +00:00
Eric Andersen
d996a59712 use a slightly more sensible dep, strip the correct library names 2007-01-11 07:36:46 +00:00
Eric Andersen
135ad187ff fix build deps 2007-01-11 07:35:59 +00:00
Eric Andersen
2830e6fb55 add tiff package 2007-01-11 07:27:37 +00:00
Eric Andersen
962a0ee937 be explicit about not depending on X, dep should go the other way 2007-01-11 07:26:02 +00:00
Eric Andersen
cc894f23eb be explicit about not doing X 2007-01-11 07:25:29 +00:00
Eric Andersen
0c26484881 fix dependancies and install paths 2007-01-11 07:25:01 +00:00
Eric Andersen
d106a63dbb Add pango 2007-01-11 06:17:24 +00:00
Eric Andersen
fdbe8a31be more updates to ensure subsequent packages build 2007-01-11 06:17:04 +00:00
Eric Andersen
3a0a879172 add in cairo 2007-01-10 23:57:40 +00:00
Eric Andersen
3a3e9897d4 update xorg build and installation paths 2007-01-10 23:56:30 +00:00
Eric Andersen
4c283aa793 fixup freetype build and install locations 2007-01-10 23:54:35 +00:00
Bernhard Reutner-Fischer
b700650ed2 - bump version 2007-01-10 18:39:47 +00:00
Bernhard Reutner-Fischer
48fcad8da8 - bump version 2007-01-10 18:39:08 +00:00
Eric Andersen
02022aac95 needs pkg-config 2007-01-10 10:30:56 +00:00
Eric Andersen
6637a4698e fix install such that pkg-config setup is correct 2007-01-10 10:30:10 +00:00
Eric Andersen
2f984ec24f fix install such that pkg-config setup is correct 2007-01-10 10:29:24 +00:00
Eric Andersen
c130a87baa bump version to the latest stable release 2007-01-10 07:22:05 +00:00
Eric Andersen
93ad439374 add in glib2 2007-01-10 06:54:04 +00:00
Eric Andersen
b302239b13 fix gettext so it will actually compile and install 2007-01-10 06:05:18 +00:00
Bernhard Reutner-Fischer
ec5b83ce2f - add missing package-source targets
- add missing dependencies to build prerequisites in the config system
2007-01-03 13:44:01 +00:00
Bernhard Reutner-Fischer
d5af030bee - bump version
- add to targets. Closes #724
2006-12-22 13:38:04 +00:00
Bernhard Reutner-Fischer
8576c4495f - add option to enable debugging support 2006-12-22 11:29:52 +00:00
Bernhard Reutner-Fischer
e41b98b1e2 - Add target for .so without the LIBVERSION. 2006-12-22 10:20:56 +00:00
Bernhard Reutner-Fischer
584402fd02 - forgot to bump the libversion 2006-12-21 17:20:42 +00:00
Bernhard Reutner-Fischer
ae5ff6bc50 - bump version and make it work 2006-12-21 13:52:43 +00:00
Bernhard Reutner-Fischer
3c9baee374 - use centralized DISABLE_LARGEFILE
- nil CXX if there isn't one
2006-12-21 13:51:53 +00:00
Bernhard Reutner-Fischer
405aadb356 - use DESTDIR for install. Thanks to Stuart Longland. Closes #926 2006-12-21 11:57:35 +00:00
Bernhard Reutner-Fischer
ba7d905b54 - use global DISABLE_LARGEFILE 2006-12-21 10:36:40 +00:00
Bernhard Reutner-Fischer
4ab3f3f31f - don't install the docs 2006-12-20 17:46:43 +00:00
Bernhard Reutner-Fischer
f46c397081 - fails for parallel builds, so force -j1
- improve the -clean target
2006-12-20 17:46:00 +00:00
Bernhard Reutner-Fischer
3302ff40e6 - Add args patch. 2006-12-20 17:40:52 +00:00
Bernhard Reutner-Fischer
0d4d94ab24 - Petr Stetiar updated the kexec arm patch. Thanks! 2006-12-20 16:50:04 +00:00
Bernhard Reutner-Fischer
b07203d446 - add argus 2006-12-20 16:38:22 +00:00
Bernhard Reutner-Fischer
def40ff869 - remove obsoleted dep on host-fakeroot 2006-12-20 14:41:04 +00:00
Bernhard Reutner-Fischer
a729c3d346 - add kexec package 2006-12-19 13:24:27 +00:00
Bernhard Reutner-Fischer
45b76b751b - pass the correct kernel headers in and improve the -clean target. 2006-12-18 15:23:54 +00:00
Bernhard Reutner-Fischer
f88374ff2c - bump version, mv the libmagic.a to the staging dir and peruse one sourcedir
for both host and target build. Thanks to Ulrich Hecht.
2006-12-15 15:19:46 +00:00
Bernhard Reutner-Fischer
b20bd7a267 - sudo depends on host-fakeroot 2006-12-15 15:15:35 +00:00
Bernhard Reutner-Fischer
0c9a0312e0 - pull bsdiff's Config in 2006-12-15 14:37:02 +00:00
Bernhard Reutner-Fischer
27d41ace94 - use one (patched) sourcedir and build the -host and -target fakeroute in their
own dirs. Thanks to Ulrich Hecht.
2006-12-15 14:18:30 +00:00
Bernhard Reutner-Fischer
92dbec1e25 - Update URL. Thanks to Ulrich Hecht. 2006-12-15 14:05:51 +00:00
Bernhard Reutner-Fischer
9b855adc8c - Thomas Lundquist added bsdiff 2006-12-15 13:57:07 +00:00
Bernhard Reutner-Fischer
c854c67059 - remove unused variable 2006-12-15 13:36:48 +00:00
Bernhard Reutner-Fischer
8d2a2206ed - add config option to specify modules to be copied to the target. 2006-12-15 13:34:29 +00:00
Bernhard Reutner-Fischer
ef3aec0bb0 - forgot to add the cross patch. 2006-12-14 16:03:40 +00:00
Bernhard Reutner-Fischer
e0f08154bf - Ulrich Hecht writes: The current mpg123 package
- ignores TARGET_CC (overwritten in Makefile)
- ignores TARGET_CFLAGS
- is hardcoded to use the i386 target
2006-12-14 15:55:33 +00:00
Bernhard Reutner-Fischer
c07e327bab - bump version 2006-12-14 15:37:42 +00:00
Bernhard Reutner-Fischer
d4c12921dc - eventually let configure check our cross-compiler. nil the checks otherwise. 2006-12-14 15:37:12 +00:00
Bernhard Reutner-Fischer
40bf460fab - remove usage of SUSv3 legacy functions. 2006-12-14 15:36:12 +00:00
Bernhard Reutner-Fischer
8f7cb84b61 - update path. Closes #896. 2006-12-14 15:25:47 +00:00
Bernhard Reutner-Fischer
f47f323d0e - pass the correct compiler in 2006-12-14 14:32:32 +00:00
Bernhard Reutner-Fischer
3d98651a6a - Add skeleton for vsftpd, an FTP daemon.
sysdeputil needs treatment, perhaps it get's Claudio Leonel started
2006-12-14 14:23:50 +00:00
Bernhard Reutner-Fischer
371120ce0e - small tweaks to the gmp and mpfr -clean targets to uninstall them frmo the target.
- minor adjustments.
2006-12-14 08:12:18 +00:00
Eric Andersen
2ce8158b09 iptables seems to not be safe for 'make -jN' for any N>1 2006-12-14 05:40:06 +00:00
Bernhard Reutner-Fischer
819ef8072b - Convince lsof to honor uClibc's notion of wchar and locale support. 2006-12-13 23:08:48 +00:00
Bernhard Reutner-Fischer
b3d0f31bdc - make sure to agree on the installation CONFIG_PREFIX 2006-12-13 22:51:37 +00:00
Bernhard Reutner-Fischer
47b89762fa - fix typo. 2006-12-13 20:09:07 +00:00
Bernhard Reutner-Fischer
4a163ce843 - Thomas Lundquist added qtopia4 support. Untested. 2006-12-13 19:59:07 +00:00
Bernhard Reutner-Fischer
0d90c8ad17 - Add libgmp-host and libmpfr-host support. I'll need this for fortran support. 2006-12-13 19:57:05 +00:00
Eric Andersen
ad6270091e bump version as old version has gone missing 2006-12-13 13:17:18 +00:00
Eric Andersen
ce70f4e7ce bump version 2006-12-13 13:13:02 +00:00
Eric Andersen
da4175490a stupid typo 2006-12-13 13:09:41 +00:00
Eric Andersen
ed44d38316 update paths 2006-12-13 11:01:54 +00:00
Eric Andersen
162a23c220 update busybox defaults a bit 2006-12-13 09:14:10 +00:00
Bernhard Reutner-Fischer
8aa6504ed2 - add libraw1394, thanks to Lars Munch 2006-12-13 09:13:15 +00:00
Bernhard Reutner-Fischer
c3848942cf - andersee, please use ZCAT / BZCAT as configured by the user.
(see buildroot/Config.in config BR2_ZCAT and BR2_BZCAT that are available as ZCAT and BZCAT). Thanks..
2006-12-13 09:04:58 +00:00
Bernhard Reutner-Fischer
196b850988 - bump version. 2006-12-13 08:55:55 +00:00
Eric Andersen
4f57ecd7f1 fix broken shell fragment 2006-12-13 07:19:58 +00:00
Eric Andersen
5ec906557c let people select different versions of busybox to suit their needs 2006-12-13 06:58:14 +00:00
Eric Andersen
555adc366e Use a stable version of busybox by default. The daily snapshot of
busybox tends to break often and is thus not a great default.
2006-12-13 06:18:41 +00:00
Eric Andersen
21e97d3e15 Add avahi package and add libdaemon, which is needed by avahi 2006-12-12 22:26:51 +00:00
Eric Andersen
a7748b2f13 add mpatrol package 2006-12-12 22:18:15 +00:00
Eric Andersen
28151cf8c7 add dmalloc 2006-12-12 22:16:41 +00:00
Eric Andersen
b3d71710a3 add netplug package 2006-12-12 22:13:41 +00:00
Bernhard Reutner-Fischer
51dd2d4a8b * Remove bogus tab in libcgi.mk that prevented the library from being build
* Added headerfiles to STAGING_DIR in usr/include/libcgi so that we
  can actually use the library with the toolchain
* Added patch that fixes up the makefile.in and fixes a few bugs in libcgi
* rm the target-dir's so* in libcgi-clean

Most of the patch has been taken from the debian package.

Thanks to Lars Munch.
2006-12-12 13:16:31 +00:00
Bernhard Reutner-Fischer
f4d23f7ead - Add default udev.conf and fix a mkdir call.
Thanks to Petr Stetiar.
2006-12-10 13:53:28 +00:00
Bernhard Reutner-Fischer
bc2f0501fe - bash can't be built with -j. 2006-12-08 12:50:37 +00:00
Bernhard Reutner-Fischer
761ca0d1a5 - Quote TARGET_PATH. Closes #1107. 2006-12-08 12:45:45 +00:00
Eric Andersen
c5385c9011 sigh 2006-12-08 05:30:00 +00:00
Eric Andersen
dea2c12405 use '/bin/echo -e' to make certain we don't use an unusable /bin/sh builtin 2006-12-08 05:23:08 +00:00
Eric Andersen
4ca65e7d21 generate.sh needs bash, so make it to ask for it by name 2006-12-08 05:20:37 +00:00
Eric Andersen
6919db4cdc stime is a reserved name, don't let ltp use it for a local variable 2006-12-08 05:16:20 +00:00
Bernhard Reutner-Fischer
7ba97716ce - pass the target (kernel-) arch in. 2006-12-07 16:31:21 +00:00
Bernhard Reutner-Fischer
103ff3fb31 - remove patch for "s3c2410_serial*" that doesn't apply anymore. 2006-12-06 08:29:40 +00:00
Bernhard Reutner-Fischer
630bbb9a85 - set PREFIX and SHAREDIR proper 2006-12-05 12:57:41 +00:00
"Steven J. Hill"
a353f4ab3d Patch the entire source tree up to get rid of deprecated and obsolete functions. Submitted new patch to maintainer. 2006-12-05 05:23:56 +00:00
"Steven J. Hill"
f460603f02 Patch packages to remove legacy and deprecated functions. All of these patches have been sent upstream to the various maintainers. 2006-12-05 02:16:03 +00:00
Bernhard Reutner-Fischer
8f0c458c85 - provide default config for busybox for a generic i386 target. 2006-12-02 19:36:29 +00:00
Bernhard Reutner-Fischer
bf2927a41f - rm cruft via fakeroot, not afterwards where it has no effect. 2006-12-02 18:36:55 +00:00
Bernhard Reutner-Fischer
110f7dbfbf - adjust busybox-source dependencies 2006-12-02 18:36:04 +00:00
Bernhard Reutner-Fischer
66eb4c38a1 - pass target specific settings to configure when configuring for the target. 2006-12-02 18:32:33 +00:00
Bernhard Reutner-Fischer
4ea7521817 - bump version. No patches (yet). Yay! :) 2006-12-02 18:14:38 +00:00
Bernhard Reutner-Fischer
0607089d93 - bump version to cope with changes imposed by 2.6.19. 2006-12-02 18:13:31 +00:00
Bernhard Reutner-Fischer
a7c4777b39 - name the default busybox config-file. 2006-12-02 17:03:38 +00:00
"Steven J. Hill"
0f372f9e1e Remove usage of bcopy. 2006-12-02 06:48:22 +00:00
"Steven J. Hill"
6a60acaa86 Bump the revision to the latest release and update the patches. Some idiots decided to use deprecated functions 'bzero' and 'bcmp' so we patch that up. Someone fell free to pass the patch upstream to the LTP persons, I don't have time. 2006-12-02 06:42:25 +00:00
Bernhard Reutner-Fischer
b9d31ddac5 - bump version. Thanks to Petr Stetiar. 2006-12-01 17:49:42 +00:00
Bernhard Reutner-Fischer
60f03494ac - We don't provide the arts library, and it's checked for in a way not suitable for cross compiling.
Thanks to Pavel Roskin.
2006-11-30 09:06:53 +00:00
Bernhard Reutner-Fischer
5de88506d9 - use the correct installation path. 2006-11-29 20:51:47 +00:00
Bernhard Reutner-Fischer
3888c95838 - build a udev for the target rather than for the host. 2006-11-29 18:59:43 +00:00
Bernhard Reutner-Fischer
ba1ceecb55 - it helps to actually apply the patches.. ;) 2006-11-29 13:21:28 +00:00
Bernhard Reutner-Fischer
aca398bb7f - compile against the cross toolchain, not the host 2006-11-29 12:59:56 +00:00
Bernhard Reutner-Fischer
cff9398961 - bump version. Fetch from old/ dir if the version is out-of-date.
Thanks to Pavel Roskin
2006-11-29 10:23:54 +00:00
Bernhard Reutner-Fischer
8bdb7bd3aa - acpid is compiled with -Werror, and gcc 4.1.1 warns about mismatching
pointers.  Fix it by using socklen_t type.
- Modify acpid.mk to apply all available patches.  Convert ACPI_SOCKETFILE
  adjustment from sed script to a patch.
Thanks to Pavel Roskin
2006-11-29 08:42:37 +00:00
Bernhard Reutner-Fischer
c33db03a19 - dmraid sources include libdevmapper.h,, which is provided by dm
as pointed out by Pavel Roskin.
2006-11-29 08:36:32 +00:00
Bernhard Reutner-Fischer
c1d7593fde - strip cruft off the pluto patch. 2006-11-28 17:04:37 +00:00
Bernhard Reutner-Fischer
ccd252b553 - add openswan support. Compile tested only. Closes #200. 2006-11-28 16:59:17 +00:00
Bernhard Reutner-Fischer
3a65d24db5 - add "lib" prefix 2006-11-28 16:54:30 +00:00
Bernhard Reutner-Fischer
24297ee749 - add stunnel package. Thanks to Crispin Wellington 2006-11-24 15:33:04 +00:00
Bernhard Reutner-Fischer
35561e74c5 - fix microperl uconfig and pass the target cflags in properly. 2006-11-24 09:49:16 +00:00
Bernhard Reutner-Fischer
c743a19bb2 - type fix 2006-11-22 23:09:20 +00:00
Bernhard Reutner-Fischer
b37b7abf77 - make microwindows do something. Closes #527
Not that it would compile or anything, but at least it's different than before..
2006-11-22 23:03:57 +00:00
Bernhard Reutner-Fischer
1e83fdb465 - xfsprogs-2.7.11 is old by now. Provide a fallback SITE until someone
verifies a newer version..
  Closes bug #1019
2006-11-22 22:18:52 +00:00
Bernhard Reutner-Fischer
e95d01590e - ignore GLOB_TILDE if it's not available. 2006-11-22 20:26:06 +00:00
Bernhard Reutner-Fischer
5577825bd2 - bump version 2006-11-22 19:18:47 +00:00
Bernhard Reutner-Fischer
77fc01bc5a - bump version 2006-11-22 15:23:31 +00:00
Bernhard Reutner-Fischer
8cb09f11ee - bump version 2006-11-22 15:22:57 +00:00
Bernhard Reutner-Fischer
ba909a766a - bump version 2006-11-20 16:40:19 +00:00
Bernhard Reutner-Fischer
c5a42eb0fc - bump version. 2006-11-20 16:33:05 +00:00
Bernhard Reutner-Fischer
4e5da4289e - add and use a HOSTCXX variable. 2006-11-20 16:09:43 +00:00
Bernhard Reutner-Fischer
51f1d4de5d - setkeys needs libfl 2006-11-20 13:37:09 +00:00
Eric Andersen
268d2fe348 minor version bumps 2006-11-17 23:44:45 +00:00
Eric Andersen
776c9099d2 fix deps so xorg can once again be selected 2006-11-17 23:17:02 +00:00
Eric Andersen
7b30fa8599 fix missing dependancy for BR2_QTE_TMAKE_VERSION 2006-11-17 22:58:29 +00:00
Bernhard Reutner-Fischer
bfe2e790bd - bump version. 2006-11-17 16:01:05 +00:00
Bernhard Reutner-Fischer
6e2823c1fa - add and use BR2_BZCAT config option. 2006-11-17 15:43:51 +00:00
Bernhard Reutner-Fischer
b9cc4a53a5 - fix typo introduced in my global search and replace. 2006-11-17 14:45:12 +00:00
Bernhard Reutner-Fischer
3e2f3e5579 - Adjust the install prefix for current busybox. 2006-11-17 12:57:21 +00:00
Bernhard Reutner-Fischer
4244519b90 - bump version and pass the target cflags in properly (at least for most of the
tools. Needs fixing upstream).
2006-11-17 12:14:31 +00:00
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
Eric Andersen
f2a4704040 patch from John Gatewood Ham, add lsof 2006-06-23 06:53:28 +00:00
Eric Andersen
84e58ab9a6 patch from John Gatewood Ham, add hdparm 2006-06-23 06:52:33 +00:00
"Steven J. Hill"
574096452a Add temporary patch to remove usage of 'bcopy' until upgrading to the next snapshot of LTP. Patch to 'member.c' contributed by Mike Frysinger <vapier@gentoo.org>. Patch to 'echoes.c' by the person adding this patch. 2006-06-22 03:59:53 +00:00
"Steven J. Hill"
63c27c0bb5 Fix Bug #897 preventing the building of 'sudo' for architectures other than x86. 2006-06-06 02:52:08 +00:00
Paul Mundt
d56e2b342f Split the target suffix out as a config option, for the few cases where
we have to use a different one.
2006-06-05 21:49:44 +00:00
Peter Korsgaard
58f0a91b95 Bump to upstream v1.2.10 and remove sdl-config symlink generation 2006-05-24 17:54:45 +00:00
David Anders
805a6379ec added patch to fix progname per case 0000879 2006-05-24 14:57:27 +00:00
David Anders
4c67c2a6f5 changed the installation prefixes for target 2006-05-24 14:41:30 +00:00
Peter Korsgaard
d503cac9fa Bump to upstream v1.1.3 2006-05-18 17:36:17 +00:00
Peter Korsgaard
6b2f95f295 0000858: Not finding ntp sources
Fixed source URL
2006-04-29 13:15:17 +00:00
Peter Korsgaard
6268a48c56 Bump rsync package to 2.6.8
Closes 0000859.
2006-04-28 20:00:46 +00:00
Peter Korsgaard
dd01b4112c 0000856: Not finding ethtool sources
Fixed download URL
2006-04-28 19:33:39 +00:00
Mike Frysinger
70b5dc8892 dont override CC 2006-04-20 00:58:20 +00:00
Eric Andersen
afc5e9078e fix up coreutils build 2006-04-19 21:17:49 +00:00
Eric Andersen
f144786ff5 dont check for the non-existant define 'HAVE_TIME_R_POSIX' 2006-04-19 20:24:12 +00:00
Eric Andersen
54ba8b7024 version bump 2006-04-19 18:36:02 +00:00
Eric Andersen
61942e82b4 teach newer fakeroot to not build docs 2006-04-19 17:53:45 +00:00
Eric Andersen
61115890b8 bump version 2006-04-19 17:32:35 +00:00
Mike Frysinger
476ec17d2f syntax/comment touchups 2006-04-15 02:27:44 +00:00
Mike Frysinger
f7739d831e no longer needed 2006-04-15 02:27:30 +00:00
Mike Frysinger
23d6133ec6 version bump to 394 2006-04-15 02:27:23 +00:00
Mike Frysinger
2209685942 version bump to 2.4.1 2006-04-15 02:27:17 +00:00
Mike Frysinger
c74d431a97 version bump to 1.5.22 2006-04-15 02:27:10 +00:00
Mike Frysinger
6741ed05c2 version bump to 4.17 2006-04-15 02:27:01 +00:00
Mike Frysinger
5522edc542 version bump to 1.3.5 2006-04-15 02:26:54 +00:00
Mike Frysinger
71d38f4abb version bump to 5.94 2006-04-15 02:26:47 +00:00
Mike Frysinger
72d1d90cde version bump to 3.81 2006-04-15 02:26:39 +00:00
Mike Frysinger
280515fc5c fix patch to work with -p1 2006-04-15 02:26:01 +00:00
Mike Frysinger
468fe5665e some more upstream patches 2006-04-15 02:25:18 +00:00
Mike Frysinger
607633f50a some more upstream patches 2006-04-15 02:24:59 +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
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
Eric Andersen
ef9e8c4fec per bug 825, bump busybox to stable rev 1.1.2 2006-04-11 17:29:42 +00:00