Commit Graph

2465 Commits

Author SHA1 Message Date
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
Peter Korsgaard
d2bed82def Makefile.autotools.in: fix BR2_PRIMARY_SITE check
Empty strings gets defined to "", so check for that instead of if
the variable is defined.
2008-06-26 11:43:02 +00:00
Peter Korsgaard
e3896fb28a busybox: add 1.11.x 2008-06-26 06:51:16 +00:00
Peter Korsgaard
538f656cf1 busybox: mark old versions as deprecated 2008-06-26 06:51:11 +00:00
Peter Korsgaard
87ac3fcaa4 buxybox: bump 1.10.x version 2008-06-26 06:50:59 +00:00
Hamish Moffatt
d624e8c0b4 Don't use a stamp file to note whether the package has been installed into the $(TARGET_DIR) 2008-06-26 06:50:44 +00:00
Hamish Moffatt
051ed92d24 Added mii-diag package 2008-06-26 06:43:33 +00:00
Thiago A. Corrêa
40da0ab47a Fix rdesktop build 2008-06-24 22:52:14 +00:00
Peter Korsgaard
39962a2162 BR2_GRAPHIC_SUPPORT: Fixup comment to make kconfig happy
It seems like kconfig nowadays don't like paranthesises is comments.

Reported by Harley.
2008-06-24 18:35:32 +00:00
Thiago A. Corrêa
7eda39aff7 Fix avahi compile when libexpat is not selected 2008-06-24 16:02:22 +00:00
Peter Korsgaard
f55ae3cdcf Makefile.autotools.in: also support source/source-check 2008-06-24 13:26:45 +00:00
Peter Korsgaard
32986b80d4 package/i2c-tools: I2C tools package
This package contains a heterogeneous set of I2C tools for Linux: a bus
probing tool, a chip dumper, register-level access helpers, EEPROM decoding
scripts, and more.

Based on patch by Michel (BusError).
2008-06-24 09:55:37 +00:00
Peter Korsgaard
ad348c0d7f samba: use generic samba.org location over http
Based on patch by Thiago A. Correa.
2008-06-24 08:36:37 +00:00
Peter Korsgaard
476c798231 lm-sensors: remove unused legacy patch 2008-06-23 11:53:47 +00:00
Peter Korsgaard
49adf4b01a lm-sensors: bump version and cleanup
- Bump version to 3.0.2 which no longer needs libsysfs
- Set MACHINE correctly, so it doesn't try to build isa stuff for non-i386
- Cleanup make invocation
2008-06-23 11:53:41 +00:00
Peter Korsgaard
426cd57b26 lm-sensors: clean libsensors* from usr/lib, not lib 2008-06-23 11:53:35 +00:00
Peter Korsgaard
3402d4b4cf libxml2: strip libraries in TARGET_DIR
And cleanup libxml2.mk trailing whitespace while we're at it.
2008-06-20 21:45:27 +00:00
Peter Korsgaard
f49f4b2ac0 dbus: depend on libxml2-install-staging instead for libxml2
Makefile.autools.in doesn't have proper dependencies set up for
the .stamp files, so use the libxml2-install-staging target instead.
This does unfortunately mean that dbus is always considered out of
date, but atleast it works.
2008-06-20 21:45:21 +00:00
Peter Korsgaard
72746ea389 budybox: 1.10.3 udhcpc fix 2008-06-20 18:38:44 +00:00
Peter Korsgaard
a5ac61715b buildroot: s/depends/depends on/
The new kconfig is more strict regarding depends/depends on, so fixup
the tree.
2008-06-19 19:06:25 +00:00
Peter Korsgaard
9991e8c7fb package/config: add gettext helper
From Bernhards tree (2b693d78)
2008-06-19 19:06:08 +00:00
Peter Korsgaard
e2c32ba54b package/config: rebase from upstream (2.6.24.4)
From Bernhards tree (1af211ea)
2008-06-19 08:11:51 +00:00
Peter Korsgaard
1b6f2e0f4c package/config: rebase from upstream (2.6.23.14)
From Bernhards tree (2737cfdd)
2008-06-19 08:11:43 +00:00
Peter Korsgaard
2c2796719a package/config: cygwin fix
- pass HOST_LOADLIBES down to make mconf for cygwin
- fix link-order WRT HOST_LOADLIBES

From Bernhards tree (91018d95)
2008-06-19 08:11:35 +00:00
Peter Korsgaard
f2057583bd nbd: bump version and depend on glib2
Patch by Thiago A. Correa.
2008-06-18 15:03:07 +00:00
Peter Korsgaard
a28e842fd2 proftpd: remove unneeded susv3 legacy patch 2008-06-18 14:21:28 +00:00
Peter Korsgaard
a0848fd267 dnsmasq: use awk instead of nawk 2008-06-18 13:12:00 +00:00
Peter Korsgaard
575721ee91 proftp: bump version and fix compilation on 2.6.24+
Based on patch by Thiago A. Corra.
2008-06-18 08:45:23 +00:00
Peter Korsgaard
93c736ca95 usbutils: select libusb 2008-06-18 08:45:12 +00:00
Hamish Moffatt
5b4b808a61 Fix options to configure 2008-06-17 07:22:29 +00:00
Hamish Moffatt
74b64a8a0d Remove patch which isn't required for the specified upstream version 2008-06-17 07:08:32 +00:00
Hamish Moffatt
1738cf783f Fix missing punctuation 2008-06-17 05:29:48 +00:00
Peter Korsgaard
1d3c30176e lsof: bump version
Patch by Conrad Parker.
2008-06-16 12:29:44 +00:00
Peter Korsgaard
a1c98b4216 libvorbis: use BR2_SOFT_FLOAT to set default for tremor
Use BR2_SOFT_FLOAT to set default for tremor instead of hardcoded arch list.
2008-06-16 11:42:19 +00:00
Peter Korsgaard
cebf9e668d libvorbis: make tremor option description more clear
Also remove comment about not being implemented.
2008-06-16 11:42:16 +00:00
Peter Korsgaard
b1af0e64b1 libvorbis: remove BR2_PACKAGE_LIBVORBIS_HEADERS
We don't need per-package header install options now that we have
BR2_HAVE_DEVFILES (they are in fact useless as the files will get
overwritten/deleted anyway).
2008-06-16 11:34:29 +00:00
Peter Korsgaard
15c2bc40ad libvorbis: fix av32 typo in tremor default 2008-06-16 11:34:11 +00:00
Peter Korsgaard
7af711ab3d libvorbis: show comment if libogg isn't enabled, not if libvorbis isn't. 2008-06-16 11:26:56 +00:00
Peter Korsgaard
ba6586bea1 libogg: remove BR2_PACKAGE_LIBOGG_HEADERS
We don't need per-package header install options now that we have
BR2_HAVE_DEVFILES (they are in fact useless as the files will get
overwritten/deleted anyway).
2008-06-16 11:25:25 +00:00
Peter Korsgaard
f4c708675f libogg: move header install to seperate target so it isn't always out-of-date 2008-06-16 11:16:28 +00:00
Peter Korsgaard
97321b01e0 libogg: fix libogg.a target
Based on patch by Conrad Parker.
2008-06-16 11:16:10 +00:00
Peter Korsgaard
2b57bfa365 python: fix hostpython target.
Remove invalid hyphen in front of -$(MAKE) in the middle of a subshell

Patch by Conrad Parker.
2008-06-16 11:15:51 +00:00
Peter Korsgaard
568fffd769 file: bump version
Patch by Conrad Parker.
2008-06-16 11:15:31 +00:00
Peter Korsgaard
4cd1ceb76d php: fix s/EXIT/EXT/ typo in simplexml select 2008-06-16 09:49:47 +00:00
Peter Korsgaard
37b778b71c dnsmasq: touch target after make 2008-06-15 20:44:15 +00:00
Peter Korsgaard
62b1c6a1c2 valgrind: don't add pkgconfig files to target 2008-06-15 20:44:10 +00:00
Peter Korsgaard
1d141bcfd1 valgrind: there is no vgskin_none.so anymore, use coregrind/valgrind instead 2008-06-15 20:44:05 +00:00
Peter Korsgaard
e1cfbc5645 dbus: depend on exact XML dep so it isn't always considered out-of-date 2008-06-15 20:20:33 +00:00
Peter Korsgaard
01da93b218 valgrind: needs kernel headers (and doesn't respect CFLAGS) 2008-06-15 19:17:23 +00:00
Peter Korsgaard
e34521b47e libxslt: use select instead of depends for pkgconfig like other packages
There's not much point in using depends instead of select for pkgconfig as
it's a host tool, E.G. it doesn't add anything to the rootfs.

At the same time, strip Config.in of trailing spaces.
2008-06-15 17:48:33 +00:00
Peter Korsgaard
565e05c8a1 packages: fix pkgconfig depencies and select pkgconfig where needed 2008-06-14 21:01:16 +00:00
Peter Korsgaard
43f18ea31c dbus-glib: don't depend on host pkg-config 2008-06-14 21:01:07 +00:00
Peter Korsgaard
40af930421 package/Makefile.autotools.in: support 'make external-deps' 2008-06-14 21:01:03 +00:00
Peter Korsgaard
6eb60364c4 pkgconfig: bump version and cleanup
Upgrade to pkgconfig 0.23 which has native sysroot support (buggy,
but easily fixable), which allows us to get rid of pkgconfig-filter.sh.
At the same time cleanup the makefile.
2008-06-14 21:00:59 +00:00
Peter Korsgaard
e147608e7d busybox 1.10.3 patch 2008-06-13 20:49:35 +00:00
Peter Korsgaard
b51e205521 avahi: make sure usr/lib/ exists 2008-06-13 14:19:13 +00:00
Peter Korsgaard
c27f4963b5 expat: make sure usr/lib/ exists 2008-06-13 13:31:41 +00:00
Hamish Moffatt
40cee2a9fc Publish $(LIBTOOL) variable and use it in the libusb dependencies, so that
libusb isn't rebuilt every time.
2008-06-13 10:01:03 +00:00
Peter Korsgaard
c498d3f9f3 libusb: bump patch version 2008-06-13 08:47:55 +00:00
Peter Korsgaard
f8ba68f28b libusb: depend on actual host-libtool binary
We need to depend on the actual host-libtool binary instead of the phony
host-libtool as libusb otherwise will get recompiled every time.
2008-06-13 08:45:35 +00:00
Hamish Moffatt
87d71cf83f Fix missing libtool when building libusb 2008-06-13 05:53:25 +00:00
Peter Korsgaard
68cd7d62ca busybox 1.10.x: bump version 2008-06-07 07:46:01 +00:00
Peter Korsgaard
3c9c983690 tslib: fix inputattach patch typos
Patch by Markus Heidelberg.

tslib should be changed to use inputattach from the input-tools package
instead though.
2008-06-03 10:17:44 +00:00
Arnar Mar Sigurðsson
8548fd0951 Fix my own broken mistakes 2008-06-01 21:35:14 +00:00
Arnar Mar Sigurðsson
ea354de4e6 Change to menuconfig and make it right. 2008-06-01 21:17:28 +00:00
Arnar Mar Sigurðsson
a9aa94d1be Add missing depends 2008-06-01 19:42:14 +00:00
Arnar Mar Sigurðsson
3d3aacff88 Cosmetic fixes 2008-06-01 19:28:44 +00:00
Arnar Mar Sigurðsson
d11272f159 Added database menu to config (maybe move the other databases under it to remove the mess from the main package menu)
Added mysql 5.1 client package, can be used to provide mysql support for PHP. Note: This package has only been tested on AVR32.
2008-06-01 18:08:48 +00:00
Arnar Mar Sigurðsson
4d953ef59f Dump php to version 5.2.6 and add SimpleXML extension to config menu 2008-06-01 18:04:13 +00:00
Arnar Mar Sigurðsson
65063afec9 Add option to set default site to download package source from. FreeBSD ports mirrors (like: ftp2.uk.freebsd.org/pub/FreeBSD/ports/distfiles) are a good place to find almost all of the source packages. 2008-06-01 17:58:48 +00:00
Peter Korsgaard
e7bdf94241 busybox: additional 1.10.2 fixes 2008-05-31 12:58:22 +00:00
Peter Korsgaard
c35b4dbc5d sqlite: bump version 2008-05-31 07:28:17 +00:00
Peter Korsgaard
bfb1e1e9f1 package: ifplugd package 2008-05-31 07:28:12 +00:00
Peter Korsgaard
abf69d676f busybox: 1.10.2 patches 2008-05-31 07:28:04 +00:00
Peter Korsgaard
ff1b7e871f Makefile: honor silent (-s) flag 2008-05-31 07:27:52 +00:00
Hamish Moffatt
fc95a74012 Fix dependencies to enable autoreconf, without rebuilding every time 2008-05-28 06:54:02 +00:00
Hamish Moffatt
6485701676 Fix dependency on host-autoconf 2008-05-28 02:12:52 +00:00
Hamish Moffatt
06aae8eaf7 Remove bashisms 2008-05-28 01:21:45 +00:00
Ulf Samuelsson
7bcbde3760 Remove superfluos slash character from MPFR_SITE 2008-05-22 21:40:50 +00:00
Ulf Samuelsson
e533d8544c Build iptables using a single process 2008-05-22 21:39:22 +00:00
Ulf Samuelsson
ef3e95f2e4 Build fbset using a single process 2008-05-22 21:37:24 +00:00
Ulf Samuelsson
b2e06a8e71 Doom WAD's depend on Doom 2008-05-22 21:32:26 +00:00
Ulf Samuelsson
a201f07005 Add end-of-line at last line of freetype.mk 2008-05-22 21:30:44 +00:00
Ulf Samuelsson
fb5144e589 add SVG selection to Qtopia 4 and fix strip command 2008-05-21 05:52:12 +00:00
Ulf Samuelsson
6c5f3f2ec8 Bump qtopia version 2008-05-21 05:48:38 +00:00
Ulf Samuelsson
99304e81e7 Update lockfile-progs version 2008-05-20 21:35:55 +00:00
Ulf Samuelsson
b6de9af8f4 Bump sip lib versions 2008-05-11 06:47:14 +00:00
Ulf Samuelsson
6f5a065162 Bump ntfs-3g version 2008-05-11 06:46:20 +00:00
Ulf Samuelsson
1b74540f58 Bump qtopia version 2008-05-11 06:45:47 +00:00
Ulf Samuelsson
d83b940590 Bump portage version 2008-05-11 06:45:17 +00:00
Ulf Samuelsson
a37d07ee0e Bump joystick version 2008-05-11 06:44:20 +00:00
Ulf Samuelsson
90cdafbaac Bump lm-sensors version 2008-05-11 06:43:50 +00:00
Ulf Samuelsson
b219f5b067 Bump mdadm version 2008-05-11 06:43:22 +00:00
Ulf Samuelsson
29a7dd1c10 Bump mutt version 2008-05-11 06:41:33 +00:00
Peter Korsgaard
63c97a8c8b busybox: bump version 2008-05-09 10:00:59 +00:00
Peter Korsgaard
371c487a0d busybox: additional 1.10.1 patches 2008-05-05 17:17:00 +00:00
John Voltz
1a596bfe2f pkgconfig fix for docker 2008-05-02 11:20:00 +00:00
Nigel Kukard
bce15df3be * Added screen
The cross compile fix is unavoidable
2008-05-01 19:33:44 +00:00
John Voltz
47cb123718 fix broken patch 2008-05-01 19:16:49 +00:00
Nigel Kukard
02d713dcdd * Fixed bash patches 2008-05-01 19:07:58 +00:00
John Voltz
1aac1affcd remove libdir-la.patch, handled by Makefile.autotools.in 2008-05-01 19:03:48 +00:00
John Voltz
7a03a3b0da remove libdir-la.patch, handled by Makefile.autotools.in 2008-05-01 19:01:10 +00:00
John Voltz
5308aac5ce fix festival file downloaders 2008-05-01 14:11:30 +00:00
John Voltz
f11fa22d0e remove unnecessary libdir-la.patch patches and modify Makefile.autotools.in to patch libtool automatically. 2008-05-01 14:07:11 +00:00
John Voltz
ac6ab6a254 patch for xserver tslib support 2008-05-01 14:03:20 +00:00
Nigel Kukard
4b751965ef * Sync'd bash patches to upstream 2008-04-29 20:03:03 +00:00
Peter Korsgaard
8fdb0e25e6 busybox: 1.10.1 patches 2008-04-29 06:53:55 +00:00
Nigel Kukard
509fe4a6de * Bump version to 5.1.1
* Use bzip2 compression (rpms can have gzip or bzip2 payloads)
* -j1, rpm cannot build with more than 1 thread
2008-04-29 05:04:14 +00:00
Nigel Kukard
e2e55698db * Bump to 5.1.0
* Use fnctl for locking
2008-04-27 09:51:32 +00:00
John Voltz
b111b8087f Change freetype makefile to fix $(STAGING_DIR)/usr/bin/freetype-config 2008-04-25 16:45:49 +00:00
John Voltz
8312d8350d Change cups makefile to fix $(STAGING_DIR)/usr/bin/cups-config 2008-04-25 16:45:27 +00:00
Peter Korsgaard
5a390fda4d package: s/$(STRIP)/$(STRIPCMD)/ 2008-04-25 13:43:00 +00:00
John Voltz
3d1359184f reverting r21851 2008-04-25 11:45:28 +00:00
John Voltz
da0ec1ce4c update qtopia snapshot version and fix problem with qmake generated makefiles being unable to find the toolchain 2008-04-24 18:44:30 +00:00
John Voltz
83096989f9 add libiconv and framework for vlc 2008-04-24 18:35:44 +00:00
John Voltz
fbf6f0c968 remove unused JAMVM_DIR_PREFIX 2008-04-24 18:13:02 +00:00
John Voltz
3dfdc14180 add pcre 2008-04-24 16:56:06 +00:00
John Voltz
676797d57f add oprofile 2008-04-24 16:54:29 +00:00
John Voltz
143b049cce make ng-spice use the proper header directory 2008-04-24 16:52:16 +00:00
John Voltz
bd6b49f697 bump to 0.97.1, removed patch as it has been already applied in upstream revision 0.97.0 (http://gcc.gnu.org/bugzilla/buglist.cgi?product=classpath&target_milestone=0.97)
also fix change in package path that prevented patches from being applied
2008-04-24 16:48:20 +00:00
John Voltz
43b77c7ee5 remove arch specific mistake 2008-04-24 14:26:48 +00:00
John Voltz
29a18d8bbc remove trailing space 2008-04-24 14:25:09 +00:00
John Voltz
17e3358c6d revert 21840 2008-04-24 14:24:02 +00:00
John Voltz
5ecb9d616b revert commit 21832 2008-04-24 14:04:23 +00:00
John Voltz
bc308ce68d add selectable commit id to mtd-utils 2008-04-24 13:26:25 +00:00
John Voltz
09aa3b987c remove arch-prefix from binary filename 2008-04-24 13:25:02 +00:00
John Voltz
138dc3d7dc select docker with xstroke so xstroke has a place to live 2008-04-24 13:23:28 +00:00
John Voltz
910017dfc6 update webkit version 2008-04-24 13:22:34 +00:00
John Voltz
2d1edaa485 some fixes for X 2008-04-24 13:22:14 +00:00
John Voltz
d74dfa37fc update lighttpd 2008-04-24 13:18:50 +00:00
John Voltz
9f54342f16 make sure xslt uses the right xml2 headers 2008-04-24 13:18:03 +00:00
John Voltz
b1d3d742dc small fix for libdaemon 2008-04-24 13:16:39 +00:00
John Voltz
3e6cd8a58b more options for expat, move install to /usr 2008-04-24 13:15:30 +00:00
John Voltz
4cf1c1bb0f small fix for alsamixergui 2008-04-24 13:14:25 +00:00
Peter Korsgaard
b4173a87fe fbset: remove unneeded avr32 patch
Reported by Hans-Christian Egtvedt.
2008-04-24 10:35:57 +00:00
Peter Korsgaard
a549f9b5a0 fbv: use .patch.$ARCH naming convention 2008-04-24 09:03:25 +00:00
Peter Korsgaard
167ada823b fbset: use .patch.$ARCH naming convention 2008-04-24 09:03:22 +00:00
Peter Korsgaard
445cde11bf strace: use .patch.$ARCH naming convention 2008-04-24 09:03:19 +00:00
Peter Korsgaard
ec02c78dd4 sqlite: bump version 2008-04-24 09:03:05 +00:00
Peter Korsgaard
c71479f8fd qtopia4: use .patch.$ARCH naming convention 2008-04-23 15:27:15 +00:00
Peter Korsgaard
7581683ef8 busybox: bump version 2008-04-22 09:37:22 +00:00
Peter Korsgaard
12ea7146cb blockdev: sort entries alphabetically 2008-04-19 20:44:13 +00:00
Nigel Kukard
ecec30c20f * This fix is included upstream as from 0.0.8 2008-04-19 05:59:07 +00:00
Peter Korsgaard
ab954a6ce6 buildroot: devmem2 package 2008-04-18 13:54:50 +00:00
Nigel Kukard
c326efd987 * Updated bootutils to new release 2008-04-17 18:00:14 +00:00
Nigel Kukard
3aa71890f3 * Added FIX for rindex/index, will patch util-linux aswell and submit upstream 2008-04-17 13:47:29 +00:00
Nigel Kukard
8ecdbf6a63 * Reverted index/rindex fix 2008-04-17 13:40:46 +00:00
Nigel Kukard
af8401ed3c * Convert bootutils to autotools 2008-04-17 13:28:46 +00:00
Nigel Kukard
6bdcf9c361 * Fix _llseek not being defined in some cases
* Add index & rindex defines if they're not defined either (legacy susv4 functions)
2008-04-17 13:23:20 +00:00
Hamish Moffatt
51114afc64 Added package for axel download accelerator 2008-04-17 04:52:57 +00:00
Nigel Kukard
613fd8488f * Disable DB3 mutexes in rpm, this caused a segfault after a "Function Not Implemented" error 2008-04-15 08:25:32 +00:00
Nigel Kukard
6fd44d68ed * Added rpm 2008-04-14 10:56:41 +00:00
Peter Korsgaard
e9d3884e01 haserl: depend on haserl binary in TARGET_DIR and also cleanup TARGET_DIR. 2008-04-12 13:26:57 +00:00
Nigel Kukard
59a9c02e13 * Added neon 2008-04-12 09:56:15 +00:00
Nigel Kukard
9fadf8ade5 * Added popt 2008-04-12 09:51:21 +00:00
Nigel Kukard
d114386c45 * Added beecrypt 2008-04-12 09:45:49 +00:00
Nigel Kukard
7978ff879b * Remove libbeecrypt, I'll add beecrypt-with-autotools shortly 2008-04-12 09:44:42 +00:00
Peter Korsgaard
ab36f50a82 buildroot: add libart package 2008-04-11 11:31:40 +00:00
John Voltz
aa4522b333 remove devdir config option from alsa lib, should use mdev rule instead 2008-04-10 19:25:10 +00:00
Nigel Kukard
46528496e9 * Fixed additional ncurses library install path 2008-04-10 08:17:14 +00:00
Nigel Kukard
d6b3ef5148 * Fixed copy-and-paste error, incorrect description
* Fixed another copy-and-paste error, weird space/tab mixes
- Thanks Hamish Moffatt
2008-04-10 05:14:53 +00:00
Nigel Kukard
d284bd5b8f Some package use ncurses libpanel/libform/libmenu, this config allows to selectively
copy them to the target filesystem at the same time at the main library is installed.
-Patch by Michel (BusError)
2008-04-09 11:38:48 +00:00
Nigel Kukard
1a09aaf047 * Fixed URL for libbeecrypt 2008-04-09 10:22:22 +00:00
Nigel Kukard
eaf3fcc137 * Added libbeecrypt (requirement for rpm5) 2008-04-09 09:57:25 +00:00
Nigel Kukard
65ee2746a4 * Removed dropbear init patch
* Added dropbear init script
* Added more verbose messages about key generation
2008-04-09 07:35:12 +00:00
Nigel Kukard
82b6fbe4e2 * Generate keys for dropbear only when starting
* Generate keys silently
2008-04-08 17:47:29 +00:00
Nigel Kukard
8e94f301eb * Fixed bootutils url to point to projects website and not project page on freshmeat 2008-04-08 14:45:32 +00:00
Nigel Kukard
08cb25116d * Added bootutils 2008-04-08 13:09:29 +00:00
Nigel Kukard
ae7bc8da7a * Bump pciutils version 2008-04-08 13:06:07 +00:00
Hamish Moffatt
f9bd1cbd32 Remove configuration item for git commit ID, as our patches are version-specific.
Upgrade to a newer version than the previous default.
Fix parallel compile issue.
Fix issue with quoting of URL.
2008-04-08 04:18:11 +00:00
John Voltz
09351e5814 another minor installer fix for festival 2008-04-07 19:26:02 +00:00
Peter Korsgaard
47a184e03c haserl: bump version 2008-04-07 07:59:08 +00:00
Peter Korsgaard
a2e3e3de81 haserl: get rid of minor version in config names
Rename haserl config options to 0.8.x / 0.9.x so the config names
don't change every time the version is bumped (similar to busysbox package).
2008-04-07 07:59:03 +00:00
Hamish Moffatt
60c314e304 Add support for setting the image base address 2008-04-07 01:45:41 +00:00
Peter Korsgaard
8e4ba2b5fc buildroot: add input-tools package (evtest, inputattach, jscal, jstest) 2008-04-06 19:59:21 +00:00
Ulf Samuelsson
6db7ee17dd Make sure XML deps are available before building dbus 2008-04-06 13:32:59 +00:00
Nigel Kukard
296a0308e0 * udev will not install if you remove project_build_*/uclibc/root and project_build_*/uclibc/.root ... this sets the dependency on the target binary so if its removed, its installed again 2008-04-06 10:35:22 +00:00
John Voltz
a9a48e7de8 change festival url to stable version 2008-04-04 18:03:12 +00:00
John Voltz
871b078241 fix for festival install patch 2008-04-04 12:23:28 +00:00
Peter Korsgaard
60dac8ff44 busybox-1.6.0.config: disable TASKSET.
Disable CONFIG_TASKSET as it only compiles if
sched_{g,s}etaffinity support is available.
2008-04-04 07:17:34 +00:00
Hamish Moffatt
e59659d5b3 More unbreaking. These cosmetic directory renames don't seem to be working out very well.. 2008-04-04 00:13:56 +00:00
John Voltz
da53e2e09e add festival speech synthesis package from University of Edinburgh 2008-04-03 17:13:46 +00:00
Peter Korsgaard
f2f4131081 diffutils: cleanup makefile
Cleanup configure args, strip executables in TARGET_DIR and
honor BR2_ENABLE_LOCALE.
2008-04-03 11:44:09 +00:00
Peter Korsgaard
ba3892380b gzip: cleanup makefile
Cleanup configure args, strip executables in TARGET_DIR, install
info / manpages into TARGET_DIR/usr/share/ and fixup
convenience aliases (gunzip, zcat, zdiff, ..)
2008-04-03 11:30:13 +00:00
Peter Korsgaard
93b377d6e2 package/editors: fix patch-kernel.sh arguments 2008-04-03 09:32:52 +00:00
Peter Korsgaard
0c33ede996 gzip, diff, grub: bump versions
Patch by andrewma (closes #2754)
2008-04-03 09:28:56 +00:00
Hamish Moffatt
fe6088d9d4 Unbreak the bridge-utils package.. 2008-04-03 04:10:14 +00:00
Peter Korsgaard
90ee3a0561 pkgconfig: Return appropriate error code from pkgconfig script
Patch by Will Newton.

Currently the wrapper script for pkgconfig clobbers the return status
of pkgconfig. This is a problem for example when someone tries to run
"pkgconfig --exists". This patch should allow the correct return code
to be passed through. Note it uses the "pipefail" option that was
introduced with bash 3.
2008-04-01 15:29:03 +00:00
Peter Korsgaard
fd4c4ad6ec thttpd: remove unused files
Patch by Simon Pasch
2008-04-01 14:50:40 +00:00
Peter Korsgaard
18932cb003 thttpd: fix thttpd_wrapper name
Patch by Simon Pasch.
2008-04-01 12:26:49 +00:00
Peter Korsgaard
e556bff41d Makefile.autotools.in: Do uninstall in staging/target dirs on -clean 2008-04-01 10:30:32 +00:00
Peter Korsgaard
c9477eea89 busybox: additional 1.10.0 fix 2008-04-01 10:00:00 +00:00
Peter Korsgaard
34274164d9 buildroot: additional -clean target fixes
Patch by Hebbar.
2008-04-01 07:03:07 +00:00
Peter Korsgaard
ea471ffff9 direct: don't fail clean target if directory doesn't exist
Patch by Hebbar.
2008-04-01 06:51:59 +00:00
Peter Korsgaard
f1e2d3e671 expat: cleanup configure arguments 2008-03-31 20:09:06 +00:00
Peter Korsgaard
056d35f9f0 avahi: bump version 2008-03-31 19:56:58 +00:00
Peter Korsgaard
1b6ffcb7ed avahi: make sure /etc/dbus-1/system.d exists in target dir 2008-03-31 19:43:50 +00:00
Peter Korsgaard
6b8ffd5024 dbus: use dbus-daemon as target for staging_dir installation
Use dbus-daemon as target for staging_dir installation instead of
library, as that changes name with soname changes.
2008-03-31 19:36:08 +00:00
Peter Korsgaard
714b375fd2 sqlite: cleanup configure arguments 2008-03-31 15:07:48 +00:00
Peter Korsgaard
345be8bc36 ncurses: cleanup /usr/lib/terminfo symlink handling 2008-03-31 14:44:32 +00:00
Peter Korsgaard
9021b9f21e readline: ignore errors in target-clean target 2008-03-31 14:32:38 +00:00
Peter Korsgaard
9a70301cbe avahi: depend on dbus-daemon in staging_dir
Depend on dbus-daemon in staging_dir instead of in target_dir as
fakeroot updates the timestamp on the target_dir version every time,
so the avahi makefile thinks it always needs to recompile avahi.
2008-03-31 14:28:38 +00:00
Peter Korsgaard
db0748c0fd concierge: cleanup (white space + unneeded mkdir) 2008-03-31 09:51:59 +00:00
Ulf Samuelsson
0be9560cb5 Add webif package 2008-03-30 20:40:53 +00:00
Ulf Samuelsson
4b45fed006 Add example package 2008-03-30 20:39:41 +00:00
Peter Korsgaard
399a1f27fa busybox: additional 1.10.0 fixes 2008-03-30 14:37:06 +00:00
Ulf Samuelsson
a778e32b8e libglib12 cleanup 2008-03-30 07:06:12 +00:00
Peter Korsgaard
d0e5797a62 ace of penguins: cleanup help text 2008-03-28 21:42:43 +00:00
Peter Korsgaard
77d133d27e package: move java packages to package/java sub directory 2008-03-28 10:40:45 +00:00
Peter Korsgaard
3d3775e3cd AUTOTARGETS: also support non-version-dependent arch specific patches 2008-03-28 10:40:28 +00:00
Peter Korsgaard
a7c3ddc4e0 jamvm: use official version instead of hacked up avr32 sources
Cleanup avr32 mess and apply it as a patch to the official version only
if arch = avr32 so it doesn't harm other archs.
2008-03-28 10:40:08 +00:00
Peter Korsgaard
8b64a86e8c AUTOTARGETS: support arch specific *.patch.$(ARCH) patches 2008-03-28 10:39:55 +00:00
Peter Korsgaard
60739c33d3 ipkg: use http url 2008-03-28 10:39:48 +00:00
Peter Korsgaard
604737b2e8 jamvm.mk: remove trailing spaces 2008-03-28 10:39:38 +00:00
Peter Korsgaard
fa95ecfb96 classpath: cleanup help text 2008-03-28 10:39:27 +00:00
Peter Korsgaard
0d0cf0f56b packages: enable java submenu per default like the other submenus 2008-03-28 10:39:21 +00:00
Peter Korsgaard
0f98222750 concierge: cleanup help text 2008-03-28 07:53:02 +00:00
Jason Spence
53a740fcd6 Added udpcast package. 2008-03-28 02:54:42 +00:00
Peter Korsgaard
311886d913 sqlite: bump version 2008-03-27 19:37:29 +00:00
Peter Korsgaard
e31e0f6817 dropbear: bump version 2008-03-27 15:59:39 +00:00
Peter Korsgaard
dfe689229d buildroot: cleanup <package>-clean targets.
Based on input from Arndt Kritzner & Bernhard Fischer.
2008-03-27 15:42:42 +00:00
Peter Korsgaard
584e60c797 libusb: correctly install into STAGING_DIR/usr
Closes #2494
2008-03-27 13:00:31 +00:00
Peter Korsgaard
9c078e173a busybox: remove unused configs/patches 2008-03-26 21:53:15 +00:00
Peter Korsgaard
49a411ea73 busybox: bump 1.7.x and 1.8.x versions 2008-03-26 21:49:58 +00:00
Peter Korsgaard
968402ca27 nano: fix install location
Fix typo in install location. Reported by Simon Pasch.
2008-03-26 13:55:18 +00:00
Hamish Moffatt
bb4906c5f8 Remove old mtd snapshot option, as the source tarball is no longer available
Add option to fetch a snapshot from the mtd-utils git (via gitweb)
Snapshot version provides UBI tools also
2008-03-26 06:35:31 +00:00
Hamish Moffatt
af510f4e19 Applied patch from Nathanael D. Noblet <nathanael@gnat.ca> to fix
broken GNU download paths. Also fix gnuchess, xboard and classpath
packages to use $(BR2_GNU_MIRROR) rather than hardcoded urls.
2008-03-26 03:28:09 +00:00
Peter Korsgaard
18679d10a1 busybox: add 1.10.0 release 2008-03-25 14:38:45 +00:00
Peter Korsgaard
85f8ba8a76 php: hide extensions menu if not enabled 2008-03-25 08:49:38 +00:00
Nigel Kukard
4ba30531cf * Woops ... comitted the wrong patch file :(, fixed now. 2008-03-24 19:42:58 +00:00
Nigel Kukard
ddd12b34b3 * Strace requires both if_packet.h and netlink.h
- Force detection of these in configure by supplying environment 
  variables

For them to be detected by configure may require a much more 
invasive approach by patching configure.ac and regenerating
apon build.
2008-03-24 19:29:34 +00:00
Nigel Kukard
627b968404 * Updated susv3 legacy patch for xfsprogs
- Changed to unix file format
- Added fix for rtcp/xfs_rtcp.c, where I missed one or two legacy function calls
2008-03-24 19:23:37 +00:00
Nigel Kukard
5e2371c427 * Updated mdadm to version 2.6.4 2008-03-24 19:19:16 +00:00
John Voltz
fcc6d9936d Fixed xfsprogs to build without needing bzero & bcopy. Patch by Nigel Kukard 2008-03-21 18:01:46 +00:00
John Voltz
ecf565e090 Ltrace version changed, cannot find the old version on any debian mirrors. Patch by Nigel Kukard. 2008-03-21 17:57:42 +00:00
John Voltz
69ae3cec84 confusing busybox config option description patch, busybox can be built as shared libs, hardlinks ... etc. rename to full install. Patch from Nigel Kukard 2008-03-21 17:56:00 +00:00
Peter Korsgaard
7c54beb870 busybox: bump version (1.9.2) 2008-03-21 10:14:15 +00:00
John Voltz
63364eb82d add docker dependency to xstroke 2008-03-20 16:55:57 +00:00
John Voltz
0c368b715f add alsamixergui and docker packages 2008-03-20 16:55:37 +00:00
John Voltz
3f488a4b09 some fixes for fltk 2008-03-20 16:54:51 +00:00
Hamish Moffatt
aa73d17530 Don't use long options to start-stop-daemon as they may be disabled in the busybox configuration 2008-03-18 00:20:24 +00:00
Peter Korsgaard
be36fc319e busybox: additional 1.9.1 patches 2008-03-17 19:44:43 +00:00
Peter Korsgaard
2e5685b3a8 sdl: Fix include files install.
Patch sdl-config rpath setting rather than setting exec-prefix and
using DESTDIR as the SDL makefile uses prefix for some files,
and exec-prefix for others leading to double $(STAGING_DIR) prefix.
2008-03-17 16:39:03 +00:00
Peter Korsgaard
d683677b2a fakeroot: fix tarball name
Reported by Hamish Moffatt.
2008-03-13 07:38:10 +00:00
John Voltz
b6a3e46ad2 patch to replace legacy bzero with memset in wireless-tools 2008-03-12 19:04:14 +00:00
John Voltz
fb66bb3f58 patch to replace legacy bzero with memset in tslib 2008-03-12 19:03:20 +00:00
John Voltz
cd1d1fa6de fix dbus makefile to install with or without stripping 2008-03-12 14:51:32 +00:00
John Voltz
5d472aa583 Fixed URL for fakeroot sources 2008-03-12 13:57:59 +00:00
John Voltz
c0224396d8 Fix Qtopia Core 4 compile and installation and bump to version 4.4.0 2008-03-12 13:53:02 +00:00
John Voltz
41f6b79ff7 added more debugging options for packages 2008-03-12 13:07:10 +00:00
Peter Korsgaard
71ec990c96 fakeroot: update patch for 1.9.3
Patch by Sunil Gupta.
2008-03-11 19:31:44 +00:00
John Voltz
0f95603ed8 updated samba version 2008-03-11 19:13:38 +00:00
Peter Korsgaard
25a7363f5d buildroot: use BR2_KERNEL_MIRROR everywhere
Based on patch by Nigel Kukard.
2008-03-11 18:54:17 +00:00
John Voltz
1beaf12098 added debug option 2008-03-11 18:15:30 +00:00