Peter Korsgaard
10d8ac5ed0
busybox: additional 1.11.1 fix
2008-07-23 06:01:50 +00:00
Peter Korsgaard
8bba7f0d67
vsftp: enable and fix linking
...
Patch by Wade Berrier.
It still errors out on sysdeputil.c for me, but this is no worse than
it was before, so committing.
2008-07-22 19:47:41 +00:00
Peter Korsgaard
bca6a68ab4
which: convert to Makefile.autotools.in format
2008-07-22 14:11:01 +00:00
Peter Korsgaard
e711739c9f
which: install into /usr/bin
2008-07-22 13:59:42 +00:00
Peter Korsgaard
181fc86c50
which: strip target binary
2008-07-22 13:59:39 +00:00
Peter Korsgaard
367a7344bf
which: needs readline
...
Patch by Wade Berrier.
2008-07-22 13:59:35 +00:00
Peter Korsgaard
cb52bd0ddf
busybox: 1.11.1 patches
2008-07-22 11:19:07 +00:00
Peter Korsgaard
658d9482ad
sdl_mixer: run CONFIG_UPDATE on correct directory
...
The Makefile tried to update config.guess and config.sub in the wrong
directories, this patch updates the correct scripts making it possible to
compile on new systems.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-07-21 08:53:18 +00:00
Peter Korsgaard
4683420c4c
Kconfig: remove 'default n'
...
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +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
10820e8bb1
freetype: fix target install and clean / dirclean
...
- target install didn't strip library
- clean didn't uninstall from staging / target
- dirclean target missing
2008-07-17 13:20:37 +00:00
Peter Korsgaard
2fa2806210
sqlite: fix target install and clean
...
- install -D isn't a good idea for symlinks as it replaces them with the
target files, leading to 3 copies of libsqlite.
- clean was missing include and pkgconfig files
2008-07-17 13:20:23 +00:00
Peter Korsgaard
fa0bedd0f5
package: sdl_image package
...
Based on patch by artemys. Closes #4194
2008-07-17 13:20:05 +00:00
Peter Korsgaard
a18bc39849
zlib: cleanup and fix -clean target
2008-07-17 13:19:54 +00:00
Peter Korsgaard
e80f13d515
tiff: zlib and jpeg are needed at configure time
2008-07-17 13:19:42 +00:00
Peter Korsgaard
160962b1ce
tiff: cleanup and fix -clean target
2008-07-17 13:19:33 +00:00
Peter Korsgaard
c40de9fe70
sdl_mixer: fix sdl dependency
2008-07-17 09:55:27 +00:00
Peter Korsgaard
a48b130c51
sdl_ttf: fix sdl dependency
...
Patch by artemys - Closes #4164 .
2008-07-17 09:55:23 +00:00
Peter Korsgaard
eb04f1fe6d
sdl_ttf: needs freetype
...
Update help text while we're at it.
Based on patch by artemys. Closes #4154 .
2008-07-16 14:37:43 +00:00
Peter Korsgaard
4b586e6cda
busybox: bump 1.11.x version
2008-07-11 22:19:21 +00:00
Peter Korsgaard
c666875912
package/Makefile.in: cleanup MAKE/MAKE1
...
The extra stuff doesn't seem to be needed, so lets just get rid of it.
2008-07-11 13:43:59 +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
Ulf Samuelsson
84795834f6
Use correct include dir syntax for xcursor-xthemes
2008-07-10 15:17:03 +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
Peter Korsgaard
65cd178b54
fuse: select BR2_LARGEFILE
...
fuse needs largefile support
2008-07-10 10:11:36 +00:00
Peter Korsgaard
14ad8fa540
gperf: depend on stamp file rather than gperf binary
...
There's no make rule to create the gperf binary, only the stamp file
so use that instead.
2008-07-10 10:11:31 +00:00
Peter Korsgaard
74d91951c5
fuse: use tabs for indentation in kconfig
2008-07-10 10:11:25 +00:00
Peter Korsgaard
7b55c86a9e
gperf: move under "other development stuff"
2008-07-10 08:17:48 +00:00
Peter Korsgaard
e86ce3e040
gperf: don't install to staging dir
...
It doesn't make much sense to install the cross-gperf to staging dir.
2008-07-10 08:17:44 +00:00
Peter Korsgaard
c0c54bc475
ifplugd: only run post-install hook when needed
2008-07-10 08:17:39 +00:00
Peter Korsgaard
0a934f1c30
gperf: strip target binary
2008-07-10 08:17:35 +00:00
Peter Korsgaard
8b69c5e0f6
gperf: remove trailing spaces
2008-07-09 07:14:57 +00:00
Peter Korsgaard
c7890c71ea
gperf: fix upstream url
2008-07-09 07:14:54 +00:00
Ulf Samuelsson
2685f5b139
Add gperf, perfect hash generator
2008-07-09 04:27:45 +00:00
Peter Korsgaard
3fa6f1b3b8
sqlite: move under database submenu
2008-07-08 14:14:36 +00:00
Peter Korsgaard
5335cb0fb7
sqlite: strip binary and use $(INSTALL) for installation
2008-07-08 14:12:09 +00:00
Peter Korsgaard
cdf8f1cf2f
openssl: re-revert r22644
...
The build without CONFIG_UPDATE has now been verified on arm/armeb/avr32,
so lets revert this for good.
2008-07-08 13:49:23 +00:00
Ulf Samuelsson
98ddefdad8
Revert patch which breaks AVR32 build
2008-07-08 10:13:04 +00:00
Ulf Samuelsson
b201c69426
Support ARCH-unknown-linux-gnu, Use target library paths instead of the host library paths.
2008-07-08 10:09:28 +00:00
Hamish Moffatt
ad36f93d5d
Don't $(CONFIG_UPDATE) openssl as it doesn't use autotools anyway
2008-07-08 06:40:05 +00:00
Ulf Samuelsson
b28921cd32
Add glib2.0 specific include/pkconfig paths in 'docker'
2008-07-08 05:41:44 +00:00
Ulf Samuelsson
1d2af678d1
Bump midori version
2008-07-07 12:04:19 +00:00
Ulf Samuelsson
13a88249e5
Remove duplicated select LIBPNG and use alphabetical order for selects
2008-07-07 11:09:20 +00:00
Peter Korsgaard
1c1712eb0e
Makefile.autotools.in: revert broken r22659
...
Ulfs r22659 commit broke make source-check/external deps, so reverting it.
2008-07-07 05:08:39 +00:00
Peter Korsgaard
c6b42b4848
busybox: more 1.11.0 patches
2008-07-06 13:55:55 +00:00
Ulf Samuelsson
41d4fe921d
Improve readability of libgtk2 configuration
2008-07-06 06:25:06 +00:00
Ulf Samuelsson
5ac33b59aa
Avoid duplicate downloading, when rebuilding failed package like libgtk2
2008-07-06 06:23:21 +00:00
Thiago A. Corrêa
6bab53cb89
Fix #3584 , when building cairo with DirectFB, depend on DirectFB
2008-07-05 15:14:11 +00:00
Ulf Samuelsson
1a75be4d73
Use HOST_GLIB for packages
2008-07-05 09:30:17 +00:00
Ulf Samuelsson
e156f34a4a
[0002974] add support for zlib and bzip2 in lighttpd, use alphabetical order for lighttpd config
2008-07-05 08:20:34 +00:00
Ulf Samuelsson
46ca47e436
Use latest config.* from buildroot in curl
2008-07-05 07:44:28 +00:00
Ulf Samuelsson
edbe9d1672
Fix bug [1899] Add table entry to allow openssl to build for AVR32, disabled softfloat
2008-07-05 07:25:06 +00:00
Ulf Samuelsson
9fe1876477
Update config.* of openssl
2008-07-05 06:54:35 +00:00
Ulf Samuelsson
1dcc9d4d3f
Fix bug 003934, remove a dir tree instead of the dir node
2008-07-05 06:46:43 +00:00
Ulf Samuelsson
93d37975a1
Ensure tslib uses config.* from buildroot
2008-07-05 04:30:05 +00:00
Ulf Samuelsson
e70976aa76
The build of 'file', needs to run 'file' natively, so provide a valid link
2008-07-04 20:35:41 +00:00
Ulf Samuelsson
f0be0a88c4
Make libdaemon use the config files from Buildroot (previously replaced by libtoolize)
2008-07-04 09:48:25 +00:00
Thiago A. Corrêa
9c0ef0b0a9
Ensure consistency between XORG_none and (XORG_x11, XORG_tinyx)
2008-07-04 03:49:18 +00:00
Thiago A. Corrêa
490f91f35c
Fix freetype-2.2.1 build in AVR32, possibly other platforms too
2008-07-04 02:57:13 +00:00
Thiago A. Corrêa
34112e2256
Fix bug #3594 : ATK does not always require X support to be compiled
2008-07-04 02:23:19 +00:00
Thiago A. Corrêa
c1529a1756
Minor clean-up
2008-07-04 02:12:21 +00:00
Ulf Samuelsson
558f0a3073
Cleanup libvorbis, install in STAGING_DIR, courtesy Conrad Parker
2008-07-03 08:14:54 +00:00
Ulf Samuelsson
5800bd037d
install SAMBA SWAT correctly, add hint for autoconf, courtesy HC Egtvedt
2008-07-03 08:12:51 +00:00
Peter Korsgaard
ea1eb9e9f9
Makefile.autotools.in: fix source handling
...
Handling source/source-check/external-deps together doesn't work, as
wget will then download the sources every time make source is called
even if it's available in DL_DIR
Instead detect source-check/external-deps from MAKELEVEL.
Support downloadable package patches in source-check/external-deps
while we're at it.
2008-07-02 08:58:18 +00:00
Peter Korsgaard
ec77157945
ifplugd: only install default config if not provided in skeleton
2008-07-02 07:20:16 +00:00
Peter Korsgaard
49b38b5009
ncurses: don't follow symlink on ln invocation
...
The ln -sf command would fail if $TARGET_DIR/usr/lib/terminfo already exists
as we don't have write permissions to the symlink target. Fixed by adding
-n option (don't dereference link).
2008-07-01 19:24:36 +00:00
Peter Korsgaard
654d98a010
valgrind: don't remove TARGET_DIR/usr/lib/pkgconfig
...
There's no need for removing the pkgconfig files in valgrind.mk
as that is now handled by the generic BR2_HAVE_DEVFILES.
2008-07-01 19:09:50 +00:00
Peter Korsgaard
013b51ec81
busybox: default to 1.11.x
2008-07-01 14:04:55 +00:00
Thiago A. Corrêa
f43c02cc91
Mark Qt/E as deprecated (it is a really old version of Qtopia). Next step will be removal.
2008-07-01 13:58:01 +00:00
Peter Korsgaard
c75b71199d
busybox 1.11.0: additional fixes
2008-07-01 13:37:12 +00:00
Peter Korsgaard
607d0229ae
package/Makefile.in: propagate -s make flag to sub makes
2008-07-01 13:30:26 +00:00
Peter Korsgaard
555a7f5e50
Makefile.autotools.in: also remove man pages from /usr/share/man
2008-07-01 12:04:18 +00:00
Peter Korsgaard
4dffbc8760
xserver: fix typo
2008-07-01 11:46:50 +00:00
Peter Korsgaard
d3d4cebd41
xserver: disable xephyr/xnest/xvfb servers
...
Disable development xephyr/xnest/xvfb servers (saves ~3MB).
2008-07-01 08:51:25 +00:00
Peter Korsgaard
47da7b0618
dropbear: look for xauth in /usr/bin
...
The xauth package installs into /usr/bin, so look for it there.
2008-06-30 13:35:14 +00:00
Peter Korsgaard
c41ca2b4d4
libXt: don't install host makestrs in target
2008-06-30 13:24:04 +00:00
Peter Korsgaard
b1f00352b6
xserver-xorg: select dbus
...
xserver-xorg had dbus in it's dependencies, but didn't select it in kconfig.
2008-06-30 13:18:32 +00:00
Peter Korsgaard
dd655bccb6
libxml: fix compilation without large file support
2008-06-30 13:16:18 +00:00
Peter Korsgaard
5404d73065
x1157: add XGI video driver
...
Based on googlecode r575 by Thiago Correa.
2008-06-30 13:16:00 +00:00
Peter Korsgaard
f49400e63c
x11r7: bump xserver version
...
Based on googlecode r561 by John Voltz.
2008-06-30 13:14:44 +00:00
Peter Korsgaard
235f467b8a
x11r7: fix install to target for drivers
...
Based on googlecode r560 by John Voltz.
2008-06-30 13:12:11 +00:00
Peter Korsgaard
ce10930774
mesa: bump version
...
Based on googlecode r559 by John Voltz.
2008-06-30 13:06:02 +00:00
Peter Korsgaard
b3f8508551
pixman: bump version
...
Based on googlecode r507 by Arnar Mar Sigurdsson.
2008-06-30 13:00:18 +00:00
Peter Korsgaard
d4e56ff4dc
packages: fix xorg to compile modular and tiny versions
...
Based on googlecode r558 by John Voltz.
2008-06-30 12:55:29 +00:00
Peter Korsgaard
af593cbcee
x11r7: add intel xorg video driver
...
Based on googlecode r552 by John Voltz.
2008-06-30 12:49:18 +00:00
Peter Korsgaard
0d59d57230
x11r7: update xorg driver versions to match with X11R7.3
...
Based on googlecode r551 by John Voltz
2008-06-30 12:48:20 +00:00
Peter Korsgaard
a7b15eac14
busybox: 1.11.0 fixes
2008-06-28 20:53:52 +00:00
Thiago A. Corrêa
1b6794b253
Greatly improve Qtopia/Qt Embedded for Linux build. Fix build, reduce the number of variables, add OpenSSL, XmlPatterns, Webkit and individual sql drivers to build. Improve help strings. Sorry for the large commit
2008-06-28 03:55:12 +00:00
Thiago A. Corrêa
f995c0a165
Remove unused patches
2008-06-28 03:22:35 +00:00
Peter Korsgaard
94d42a08ba
rxvt: fix target install (make sure directory exists)
2008-06-27 11:15:49 +00:00
Peter Korsgaard
8ba9a9971c
fontconfig: bump version
2008-06-26 14:04:39 +00:00
Peter Korsgaard
93d47d9201
matchbox: depend on libXext at configure time
2008-06-26 14:04:30 +00:00