Bernhard Reutner-Fischer
fc613ea410
- the arm patch broke anybody else.
...
- restructure patches per task they fulfil
2007-01-22 14:59:06 +00:00
Bernhard Reutner-Fischer
8cb4e4054e
- add missing include panic.h to parsetime.h
...
- add missing prerequisite y.tab.h of lex.yy.c to fix parallel builds
2007-01-22 13:56:04 +00:00
Bernhard Reutner-Fischer
3d9823750a
- fix typo in compressor submenu
2007-01-22 12:27:33 +00:00
Bernhard Reutner-Fischer
c9ea7573cc
- bump patch version
2007-01-22 08:54:13 +00:00
Bernhard Reutner-Fischer
2e832de93a
- add missing dependency on host-fakeroot
2007-01-21 23:09:51 +00:00
Bernhard Reutner-Fischer
b17c61938e
- remove some hardcoded occurances of "make" and use the proper variable instead
2007-01-21 21:32:49 +00:00
Bernhard Reutner-Fischer
44c356de4a
- use more portable flags for cp
2007-01-21 17:20:38 +00:00
Bernhard Reutner-Fischer
a2fad645c7
- add some more categories and move respective packages to them.
...
I hope that this makes navigation and finding packages easier..
2007-01-21 16:08:27 +00:00
Bernhard Reutner-Fischer
726abd4e51
- provide means to "install uClibc headers in the target filesystem" without a native compiler
2007-01-21 12:58:51 +00:00
"Steven J. Hill"
c7da5ba291
Patch to remove usage of legacy 'index' function.
2007-01-21 05:17:06 +00:00
Bernhard Reutner-Fischer
0ea07a9487
- dmalloc attempted to install itself to /
...
- make certain features dependant on the respective BR2 settings.
2007-01-20 20:54:05 +00:00
Bernhard Reutner-Fischer
82b52492bd
- add fix for ARM fake syscall from execve. Closes #626
2007-01-20 12:57:04 +00:00
Bernhard Reutner-Fischer
4f8b92f305
- make it build.. compile-tested only. Closes #970
2007-01-19 19:14:33 +00:00
Bernhard Reutner-Fischer
f74967da5c
- make sure to pass the target cflags in
2007-01-19 18:33:40 +00:00
Bernhard Reutner-Fischer
c03469d3ca
- remove superfluous intermediate target
2007-01-19 16:23:35 +00:00
Bernhard Reutner-Fischer
699675be31
- bump version
2007-01-19 14:54:58 +00:00
Bernhard Reutner-Fischer
f6c0fd635a
- copy the _CONFIG_FILES back
...
- use the BUSYBOX_CONFIG_FILE if specified by the user
2007-01-19 14:17:34 +00:00
Bernhard Reutner-Fischer
451d860b22
- bump patch version
2007-01-18 16:34:34 +00:00
Peter Korsgaard
f2eca787d9
Bump version
2007-01-18 16:26:43 +00:00
Peter Korsgaard
f3cda2b459
sqlite installs into /usr/bin
2007-01-18 16:23:53 +00:00
Peter Korsgaard
e7d306bfad
removed leftover debugging stuff
2007-01-17 14:14:02 +00:00
Peter Korsgaard
e2dde9c7cd
rdesktop package
2007-01-17 13:58:01 +00:00
Peter Korsgaard
f194cb5635
Fixup description (pango cut'n'paste)
2007-01-17 13:49:35 +00:00
Peter Korsgaard
0615fe84c7
s/pango/cairo/
2007-01-17 13:46:45 +00:00
Bernhard Reutner-Fischer
9a171e73cb
- put haserl into the networking section
2007-01-17 12:31:15 +00:00
Bernhard Reutner-Fischer
8eb1a7702c
- wrap external sysklogd in !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
2007-01-17 12:28:23 +00:00
Bernhard Reutner-Fischer
e3162a38fe
- add a BR2_NETWORK_SUPPORT and move related packages to it
2007-01-17 12:27:27 +00:00
Bernhard Reutner-Fischer
3ec18d5a7b
- make the BR2_X_WINDOW_SYSTEM a menuconfig to make it look nicer
2007-01-17 12:03:59 +00:00
Bernhard Reutner-Fischer
d749450fc1
- add central knob (BR2_PACKAGE_BUSYBOX_HIDE_OTHERS) to hide packages that
...
are potentially provided by busybox.
2007-01-17 11:48:11 +00:00
Bernhard Reutner-Fischer
8fd570f2bd
- move the X packages into a separate menu
...
I'll do this for "graphic libraries" and "networking" too unless someone complains..
2007-01-17 11:34:20 +00:00
Peter Korsgaard
a47fd558f6
PNG package is called BR2_PACKAGE_LIBPNG
2007-01-17 11:27:14 +00:00
Eric Andersen
6f846df311
hackup libtool for avahi and libdaemon, as with other packages
2007-01-17 00:48:32 +00:00
Eric Andersen
50deed8023
select XORG rather than depend on it.
2007-01-17 00:04:21 +00:00
Bernhard Reutner-Fischer
da84ff34d0
- forgot to mkdir
2007-01-16 21:00:54 +00:00
Bernhard Reutner-Fischer
fd4b8e90ca
- prepare a host-freetype target that could be used to build the build-utils
...
for fontconfig (note that CCexe isn't cached in configure, so just passing it to make later on is enough).
2007-01-16 19:51:03 +00:00
Bernhard Reutner-Fischer
a4427ac6c0
- use the correct path to configure
2007-01-16 19:48:46 +00:00
Bernhard Reutner-Fischer
6be03bae3c
- pass the freetype-config location to make and disable building docs.
...
This package is broken since it passes TARGET_CFLAGS down to the HOSTCC in e.g. fc-case
2007-01-16 16:06:45 +00:00
Bernhard Reutner-Fischer
4079ef67ca
- provide host-libgmp and host-libmpfr
2007-01-16 13:26:32 +00:00
Eric Andersen
7cb000f5d7
Add in a few useful bits for font handling
2007-01-16 08:10:27 +00:00
"Steven J. Hill"
0105ad9699
Remove all of the binaries except for the one used for the target even though it is a MIPS binary and cannot be used. This package is still crap.
2007-01-16 01:29:38 +00:00
"Steven J. Hill"
fb5219f7dc
Fix failed build due to addition of '--libdir=/lib' which changed the location of where libmagic.a and libmagic.la were located.
2007-01-16 00:33:24 +00:00
Eric Andersen
a72fadb38e
missed a spot -- need to add metacity here as well. We really should add some
...
categories in here. Things are getting a bit messy just shoving everything in
with no ordering.
2007-01-15 22:37:08 +00:00
Eric Andersen
d01d7d53e7
Add a somewhat basic window manager
2007-01-15 22:34:53 +00:00
Eric Andersen
715ffb8bcb
update xorg build a bit more, trim the default set of bitmapped
...
fonts, add in the DejaVu line of unicode supporting truetype fonts
2007-01-15 22:33:55 +00:00
Eric Andersen
58c49926d2
do not install build stuff into the target unless specifically asked to do so
2007-01-15 21:28:15 +00:00
Eric Andersen
a64b9018e0
lose the extra space
2007-01-15 21:27:17 +00:00
Eric Andersen
9178347a60
teach fontconfig to actually apply its patches
2007-01-15 21:26:43 +00:00
Bernhard Reutner-Fischer
56f4eae10d
- ignore error if var/run/dbus already exists. Thanks whirm for noticing
2007-01-15 16:02:45 +00:00
Bernhard Reutner-Fischer
e6f8e0defd
but now there is..
2007-01-15 16:01:34 +00:00
Eric Andersen
c199529575
oops, embed $(STAGING_DIR) rather than hard coding my home dir...
2007-01-14 23:27:26 +00:00
Eric Andersen
9524e48516
fix build and ensure we install needed runtime components
2007-01-14 23:26:15 +00:00
Eric Andersen
a461faf1ee
some pkgconfig hacks to make things somewhat work
2007-01-14 23:25:05 +00:00
"Steven J. Hill"
af9a0ccb79
Add new 'hal' package.
2007-01-14 23:21:36 +00:00
Eric Andersen
8cc56adc39
silly typos
2007-01-14 22:52:26 +00:00
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