Bernhard Reutner-Fischer
b6c3bd5817
- use proper include dir (Simon Pasch)
...
- cleanup a little while at it
2007-08-22 13:30:49 +00:00
Bernhard Reutner-Fischer
6547bced93
- global whitespace trimming
2007-08-22 12:35:41 +00:00
Bernhard Reutner-Fischer
3471ebe0a3
- random whitespace cleanup
2007-08-22 11:47:22 +00:00
Bernhard Reutner-Fischer
e1c81b6327
- fix unpacking the tarballs, minor cleanups while at it.
2007-08-22 10:11:18 +00:00
Bernhard Reutner-Fischer
514cdef23f
- use the BZCAT/ZCAT as configured by the user
2007-08-22 10:06:25 +00:00
Bernhard Reutner-Fischer
956d3eb78b
- semicolon touchup. No other changes
2007-08-22 09:56:41 +00:00
Bernhard Reutner-Fischer
293b09786c
- fix patch regex
2007-08-22 09:44:25 +00:00
Ulf Samuelsson
f6ce32c0ea
Remove bzero dependencies in bash
2007-08-22 09:41:37 +00:00
Ulf Samuelsson
81001579bc
Fix bad patch naming scheme
2007-08-22 09:29:49 +00:00
Bernhard Reutner-Fischer
e06abe6fba
- more cleanup (Cristian Ionescu-Idbohrn)
2007-08-21 19:35:08 +00:00
Bernhard Reutner-Fischer
fb9d19603c
- fixup whitespace damage after ulf
2007-08-21 19:33:00 +00:00
Bernhard Reutner-Fischer
6c6cb06709
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)
2007-08-21 19:20:18 +00:00
Bernhard Reutner-Fischer
95783cd95d
- remove a superfluous semicolon
2007-08-21 19:13:14 +00:00
Bernhard Reutner-Fischer
4989666333
- pull in patches from debian.
2007-08-21 18:30:54 +00:00
Bernhard Reutner-Fischer
1dbe6e3396
- our dependencies are project specific. First (untested) attempt to take this fact into account.
...
Will need to try to copy eventual pre-existing project-specific deps back
to package/config in order not to mess up the corresponding timestamps (to avoid superfluous rebuilds)..
2007-08-21 17:56:47 +00:00
Bernhard Reutner-Fischer
1e3c369df8
- move the PROJECT variable setting to a more sensible place
2007-08-21 17:14:56 +00:00
Bernhard Reutner-Fischer
b978dbdc72
- honour BR2_HAVE_MANPAGES
2007-08-21 17:00:18 +00:00
Bernhard Reutner-Fischer
02430b3be0
- bump version to 2.2.6
2007-08-21 16:51:46 +00:00
Bernhard Reutner-Fischer
e99518277a
- add handling of lzma for the host (unconditionally for now)
...
- remove non-working attempt to install an lzma to the host via sudo
2007-08-21 15:33:33 +00:00
Ulf Samuelsson
3cca2a310d
Use $(BZCAT) instead of bzcat
2007-08-21 14:27:57 +00:00
Bernhard Reutner-Fischer
5795931894
- add BR2_HAVE_MANPAGE and BR2_HAVE_INFOPAGE. Selecting these will keep the
...
respective documentation on your target filesystem.
2007-08-21 14:20:59 +00:00
Bernhard Reutner-Fischer
1aa33d8aab
- fix installation of dbus.
2007-08-21 12:09:53 +00:00
Bernhard Reutner-Fischer
7b403ada37
- sed -i -e "/\-[[:space:]]*mkdir[[:space:]][[:space:]]*-p/s/-[[:space:]]*mkdir/mkdir/g"
...
(want to know about errors if mkdir failed). Thanks to Cristian Ionescu-Idbohrn for pointing this out
2007-08-21 11:25:30 +00:00
Bernhard Reutner-Fischer
f88b8e0bf3
- a few more cleanups (Cristian Ionescu-Idbohrn)
2007-08-21 10:40:18 +00:00
Bernhard Reutner-Fischer
df7222a2e5
- fix patching in the correct target cflags (Thiago A. Corr^ea)
2007-08-21 08:31:19 +00:00
Ulf Samuelsson
e4ead9c13c
Remove switches if sstrip is run
2007-08-21 01:53:57 +00:00
Ulf Samuelsson
1038cfab38
Reintroduce possibility to use old makefile for tiny-x as a test
2007-08-21 01:39:29 +00:00
Ulf Samuelsson
02b8e6e087
Fix configure problem with libdaemon, by patching result from autotools
2007-08-21 01:32:37 +00:00
Ulf Samuelsson
cf55419b3f
SED away some whitespace
2007-08-20 17:21:16 +00:00
Ulf Samuelsson
31c6dc3b6d
Cleanup dnsmasq
2007-08-20 09:25:47 +00:00
Ulf Samuelsson
7783ca0233
Make sure directories are available before install of dhcp targets
2007-08-20 05:03:21 +00:00
Ulf Samuelsson
ed96d7f92c
Update configs for distcc, diffutils and freetype
2007-08-19 23:16:47 +00:00
Ulf Samuelsson
cdb7c0167b
Replace non-working 'make uninstall' for 'package/patch' with simple 'rm'
2007-08-19 21:44:58 +00:00
Ulf Samuelsson
8a7a669cd5
move tcpdump from lib to usr/lib, simplify configure, general cleanup
2007-08-19 21:17:48 +00:00
Ulf Samuelsson
5036dd45b2
openntpd cleanup
2007-08-19 21:13:08 +00:00
Ulf Samuelsson
78f528763b
libpcap cleanup
2007-08-19 21:11:15 +00:00
Ulf Samuelsson
4955099de0
Från: Brad House <brad@mainstreetsoftworks.com>
...
Till: buildroot@uclibc.org
Ämne: [Buildroot] [patch] php fixes and updates
Datum: Tue, 14 Aug 2007 16:39:03 -0400 (22.39 CEST)
Changes:
- fastcgi config option
- force php to find the php.ini in /etc (it seems to default
to /lib for some reason)
- build with posix support, a lot of php scripts require
this apparently
- strip the php binary when installing to TARGET_DIR
- actually 'uninstall' php on a php-clean
-Brad
2007-08-19 21:02:46 +00:00
Ulf Samuelsson
f60308be15
Från: Brad House <brad@mainstreetsoftworks.com>
...
Till: buildroot@uclibc.org
Ämne: [Buildroot] [patch] libxml2 install fails because of missing directory
Datum: Tue, 14 Aug 2007 16:34:34 -0400 (22.34 CEST)
If libxml2 is installed before $(TARGET_DIR)/usr/lib is created,
it fails because it can't copy the library over.
Also, the dependency tree is a bit messed up. libxml2.a should
only be installed if target-headers is specified, it's 4MB
on my system and the only .a file I found in my TARGET_DIR
(target-headers was not specified).
The attached patch fixes the above problems.
-Brad
2007-08-19 20:59:37 +00:00
Ulf Samuelsson
5d2be04979
Move fakeroot temps from STAGING_DIR to PROJECT_BUILD_DIR
2007-08-16 18:19:42 +00:00
Ulf Samuelsson
0a9af49e0b
Ensure lzma is built *before* linux, allow system installation in /usr/local/bin
2007-08-16 18:17:39 +00:00
Ulf Samuelsson
406eeeeeb7
Allow user to configure PROGRAM_INVOCATION_NAME
2007-08-15 22:35:26 +00:00
Ulf Samuelsson
e4bbaa38c3
Cleanup of udev, build libvolume_id.la
2007-08-15 22:31:25 +00:00
Ulf Samuelsson
5350f5931e
Sync volume_id version to 0.79.0 matching udev-114
2007-08-15 15:47:51 +00:00
Ulf Samuelsson
8118da1449
Use /usr/include as std include in Xorg
2007-08-15 09:46:29 +00:00
Ulf Samuelsson
7cd62f1c7c
No parallel make of mdnsresponder
2007-08-15 07:31:12 +00:00
Ulf Samuelsson
bb361d15b0
rxvt hardwired for X11R6, so ensure dependency is OK
2007-08-14 08:44:28 +00:00
Ulf Samuelsson
02c5d11736
Add links to 'usr/include/freetype2/freetype' to 'include' and 'usr/include'. Add PHONY targets
2007-08-14 06:28:01 +00:00
Ulf Samuelsson
f12b2e4a82
Remove cirular dependencies
2007-08-14 06:18:02 +00:00
Ulf Samuelsson
3966e30541
Change udev target from udev to udevd. Add .PHONY targets. Rearrange targets
2007-08-14 06:16:08 +00:00
Ulf Samuelsson
ff2c1c8cd7
Avoid circular dependency
2007-08-13 21:30:02 +00:00
Ulf Samuelsson
5283c21dda
Only build tinyX if WCHAR and LOCALE is enabled
2007-08-13 20:49:58 +00:00
Ulf Samuelsson
58300145dc
Include header file defining MB_CUR_MAX to TinyX
2007-08-13 20:10:36 +00:00
Ulf Samuelsson
7a87c0dacb
Allow use of uclibc string routines in TinyX
2007-08-13 20:07:31 +00:00
Ulf Samuelsson
5081b43120
Store openssl files in /usr/lib/ssl
2007-08-13 19:35:08 +00:00
Ulf Samuelsson
28294fe798
Remove ntp patch which fails to apply, add TODO for later fixing
2007-08-13 19:33:36 +00:00
Ulf Samuelsson
25baeb899e
Fix libdir path for libfakeroot.la
2007-08-13 08:12:20 +00:00
Ulf Samuelsson
d6a4c8a6f8
Add dependency to linux-fusion, if DirectFB is built with multi
2007-08-13 06:14:15 +00:00
Ulf Samuelsson
e4c6ed5625
Bump version of dialog, make it build
2007-08-13 00:12:49 +00:00
Ulf Samuelsson
a9c93263ea
Bump version of lvm2
2007-08-12 23:38:26 +00:00
Ulf Samuelsson
048700a3d1
grep depends on gettext
2007-08-12 23:36:57 +00:00
Ulf Samuelsson
cb5a9d639e
Use shared library for gettext as default
2007-08-12 23:36:27 +00:00
Ulf Samuelsson
8360efdcc1
grep depends on gettext
2007-08-12 23:35:20 +00:00
Ulf Samuelsson
488f5d7964
Avoid killing /usr/include when cleaning 'hal'
2007-08-12 23:33:44 +00:00
Ulf Samuelsson
8e234f526a
Cleanup of SDL to make it build
2007-08-12 23:31:36 +00:00
Ulf Samuelsson
1644a077bc
fix DirectFB *.la path's
2007-08-12 23:30:06 +00:00
Ulf Samuelsson
96e7648788
fix liblzmadec.la paths
2007-08-12 23:28:48 +00:00
Ulf Samuelsson
65db09138e
fix libsysfs.la paths
2007-08-12 23:27:38 +00:00
Ulf Samuelsson
fee06da798
Bump version of DirectFB to 1.0.0 and add dependency on TSLIB
2007-08-12 18:21:27 +00:00
Ulf Samuelsson
dcab96b108
Add support for fusion linux module
2007-08-12 18:19:45 +00:00
Ulf Samuelsson
2582f551f3
Move .PHONY to front in sed
2007-08-12 18:14:49 +00:00
Ulf Samuelsson
e63e6104e5
Make DirectFB buildable by removing sysfs, enabling sdl
2007-08-12 14:40:16 +00:00
Ulf Samuelsson
bb3d681876
expat has --prefix=usr, so remove /usr from other switches
2007-08-12 14:13:39 +00:00
Ulf Samuelsson
0c88f52fa8
Use new x11r7 configs
2007-08-12 14:11:02 +00:00
Ulf Samuelsson
7f056e9e21
Make paths to expat available to fontconfig
2007-08-12 12:05:55 +00:00
Ulf Samuelsson
dbe16cdb5f
install libdevmapper.h to allow dm to build
2007-08-12 11:59:51 +00:00
Ulf Samuelsson
eec58d106f
Add tslib package
2007-08-12 11:34:03 +00:00
Ulf Samuelsson
54f3d3330c
Add matchbox package
2007-08-12 11:31:06 +00:00
Ulf Samuelsson
9ec80630a1
Highlight dependencies for mpatrol
2007-08-12 00:37:01 +00:00
Ulf Samuelsson
83f82272dd
Avoid building packages requiring WCHAR, when not enabled
2007-08-12 00:14:58 +00:00
Ulf Samuelsson
7c0e91174c
Remove unknown NLS option from ed
2007-08-12 00:03:23 +00:00
Ulf Samuelsson
17facb94c5
Avoid error msg when TARGET_DIR/bin is created for the umpteenth time
2007-08-11 23:57:19 +00:00
Ulf Samuelsson
6452ee886f
Use a valid script file for lighttpd in target
2007-08-11 23:35:07 +00:00
Ulf Samuelsson
2b747e3a14
Force build of ncurses, when uemacs is selected
2007-08-11 23:33:22 +00:00
Ulf Samuelsson
784ebe7b7d
Use package/libdrm instead of package/x11r7/libdrm
2007-08-11 23:31:41 +00:00
Ulf Samuelsson
79de352725
Use ncurses instead of curses lib for uemacs
2007-08-11 23:22:40 +00:00
Ulf Samuelsson
8d55544c0b
Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib for expat
2007-08-11 23:03:04 +00:00
Ulf Samuelsson
a2e5113512
Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib
2007-08-11 22:26:56 +00:00
Ulf Samuelsson
927c01dd4a
Fix mismatch in SDL patch naming convention
2007-08-11 22:09:09 +00:00
Ulf Samuelsson
7cf18d30ae
Use /usr/lib instead of /lib for directfb
2007-08-11 21:53:18 +00:00
Ulf Samuelsson
97d886ce42
Run $\(CONFIG_UPDATE\) in the unpack rules for sdl, Use $\(MAKE1\)
2007-08-11 21:47:51 +00:00
Ulf Samuelsson
1a57c9b420
Run $\(CONFIG_UPDATE\) in the unpack rules for iperf, libgcrypt,libgpg-error, lzo
2007-08-11 21:47:28 +00:00
Ulf Samuelsson
6d5a835fb7
Move newt files from /lib to /usr/lib etc.
2007-08-11 19:01:12 +00:00
Ulf Samuelsson
cdb736cea0
Bump dropbear to 0.50, /dev/urandom is now default
2007-08-11 18:43:58 +00:00
Ulf Samuelsson
b064adfc0f
Use correct DEST_DIR for expat
2007-08-11 18:25:17 +00:00
Ulf Samuelsson
20af51a7d7
Reintroduce dependencies on tinyx for libgtk[1]2 and cairo
2007-08-11 17:03:04 +00:00
Ulf Samuelsson
be62f652d6
Bump version of openssl, add threads
2007-08-11 16:55:52 +00:00
Ulf Samuelsson
a0fb5669a7
Remove udev-install patch (merged into Makefile)
2007-08-11 16:52:57 +00:00
Ulf Samuelsson
673e3ca2e4
Bump udev version, add rules
2007-08-11 16:50:49 +00:00
Ulf Samuelsson
28625ea369
Add mdnsresponder package
2007-08-11 16:44:54 +00:00
Ulf Samuelsson
34335d0295
Correct mesa3d-source, use correct patch directory
2007-08-11 10:08:13 +00:00
Eric Andersen
73b19cffde
doh, missed a spot
2007-08-11 00:12:33 +00:00
Eric Andersen
a7e49eb2af
Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn't
...
quite work yet for me, but this clearly is a huge project and not having it
quite work on the first pass is hardly unexpected. We definately want this
stuff in buildroot.
2007-08-10 19:07:51 +00:00
Eric Andersen
7aa1c59ebf
fixup compile
2007-08-10 18:53:34 +00:00
Ulf Samuelsson
963c2f1a27
Revert bad patch
2007-08-10 14:44:48 +00:00
Peter Korsgaard
6c0c83fb56
Use cross ldconfig instead of host version
2007-08-08 14:58:47 +00:00
Ulf Samuelsson
1b50c35b01
Add php package
2007-08-07 17:47:03 +00:00
Ulf Samuelsson
e1875d3ba2
Cleanup libxml2
2007-08-07 17:27:59 +00:00
Ulf Samuelsson
39435919e8
Allo configuration of libdaemon
2007-08-06 19:41:40 +00:00
Bernhard Reutner-Fischer
d8fb2f52b7
- fix bug introduced by ulf in r19378.
2007-08-05 14:00:05 +00:00
Bernhard Reutner-Fischer
ad28120a5f
- download times out; use debian instead
2007-08-05 12:21:11 +00:00
Bernhard Reutner-Fischer
1c26f03b19
- download disappeared, use debian instead
2007-08-05 12:10:35 +00:00
Peter Korsgaard
c8344a74f8
Bumped version
2007-08-02 13:43:04 +00:00
Ulf Samuelsson
8bea462499
Build correct target in libmad
2007-08-01 22:34:50 +00:00
Ulf Samuelsson
e13233e166
Make avahi select LIBDAEMON instead of depending on it.
2007-08-01 15:52:57 +00:00
Peter Korsgaard
3de86a029a
Bumped version
2007-08-01 09:53:01 +00:00
Ulf Samuelsson
419cdf292e
Revert bad patch of mpg123
2007-08-01 08:54:56 +00:00
Ulf Samuelsson
a625383444
Cleanup fbv
2007-08-01 08:37:14 +00:00
Ulf Samuelsson
888547638e
Cleanup libpng, use usr/lib
2007-08-01 08:36:11 +00:00
Ulf Samuelsson
fc58d10c2c
Cleanup libungif, use usr/lib
2007-08-01 08:35:13 +00:00
Ulf Samuelsson
f038aa73e7
Update config for module-init-tools
2007-07-31 22:41:06 +00:00
Ulf Samuelsson
8df9b2733f
Only build cvs and libxml2 if WCHAR is enabled
2007-07-31 22:40:13 +00:00
Ulf Samuelsson
aac3c1bbec
Ensure host make is used when building 'make'
2007-07-31 18:40:17 +00:00
Ulf Samuelsson
dc1552aab0
Install modutils first to STAGING_DIR, then copy to TARGET_DIR
2007-07-31 18:37:52 +00:00
Ulf Samuelsson
bcbc0c1a06
Use TARGET_CONFIGURE_OPTS in openssh
2007-07-31 18:33:19 +00:00
Ulf Samuelsson
453dfec563
Use TARGET_CONFIGURE_OPTS in tinyX
2007-07-31 18:31:58 +00:00
Bernhard Reutner-Fischer
bbd251a075
- add possibility to select different flavours of strip (or none at all for debugging purposes)
2007-07-31 18:06:50 +00:00
Bernhard Reutner-Fischer
dd8226a46d
- lzma needs a CXX cross-compiler
...
- minor cleanups while at it
2007-07-31 16:13:00 +00:00
Bernhard Reutner-Fischer
cd1819ee15
- nil the CXX env var if we don't have a CXX cross-compiler
2007-07-31 15:10:55 +00:00
Ulf Samuelsson
fc3fd8afd2
Use TARGET_CONFIGURE_ARGS in some packages lacking
2007-07-30 18:17:13 +00:00
Bernhard Reutner-Fischer
9ac1a29d41
- install libslang.a into the correct dir (/usr/lib)
...
- remove installed stuff from the staging-dir on -clean
2007-07-30 10:13:50 +00:00
Bernhard Reutner-Fischer
7c82793dcc
- use correct dirs for the staging_dir (Cristian Ionescu-Idbohrn)
2007-07-30 10:06:24 +00:00
Ulf Samuelsson
01be4a3b10
Cleanup of libpng
2007-07-29 07:14:01 +00:00
Ulf Samuelsson
814f5f42b1
Change space to tab
2007-07-28 23:17:27 +00:00
Ulf Samuelsson
fa9fc5aafa
Replace space by tabs
2007-07-28 23:02:26 +00:00
Ulf Samuelsson
19ab5e67fe
Use only single job to build Samba
2007-07-28 21:51:58 +00:00
Ulf Samuelsson
adc08132dc
Cleanup of libid3tag
2007-07-28 17:30:05 +00:00
Ulf Samuelsson
8e1d0f34f7
Add colourdepth support to Qtopia config
2007-07-28 17:26:18 +00:00
Ulf Samuelsson
e806708e3f
Use correct path for alsa-lib
2007-07-28 17:14:06 +00:00
Ulf Samuelsson
4bf70ccf2e
Use correct extension for libmad library
2007-07-28 17:09:44 +00:00
Ulf Samuelsson
5de012b0c7
Bump version of mpg123,use configure, change site to Sourceforge
2007-07-28 17:05:38 +00:00
Ulf Samuelsson
821eed4e12
Add avr32 patch for libmad
2007-07-28 16:49:16 +00:00
Ulf Samuelsson
721149dc8d
Cleanup of thttpd package
2007-07-28 16:46:36 +00:00
Ulf Samuelsson
a8231c393e
Update config's of ntp
2007-07-28 16:41:44 +00:00
Ulf Samuelsson
5d19a1f5ae
Be more specific for coreutils patches
2007-07-28 16:39:06 +00:00
Ulf Samuelsson
de0764bec4
Add dependency to libmad for libid3tag
2007-07-28 16:02:07 +00:00
Ulf Samuelsson
fdda0233d8
Cleanup + ALSA support for madplay
2007-07-28 15:57:09 +00:00
Ulf Samuelsson
412a8dbcbd
Add AVR32 patch for mplayer
2007-07-28 15:43:29 +00:00
Ulf Samuelsson
e90eef2e9b
Add AVR32 patch for Qtopia
2007-07-28 15:41:26 +00:00
Ulf Samuelsson
922655cdf9
Build argus with correct options
2007-07-28 15:38:58 +00:00
Ulf Samuelsson
a1025ef45c
Add libaio package
2007-07-28 15:37:11 +00:00
Ulf Samuelsson
87e9deb129
Add gadgetfs package
2007-07-28 15:30:20 +00:00
Ulf Samuelsson
5159757290
Use correct build options for Quagga
2007-07-28 15:23:35 +00:00
Ulf Samuelsson
03d8e89d93
Update config for proftpd
2007-07-28 15:21:54 +00:00
Ulf Samuelsson
c88787a293
Fix environment for iptables
2007-07-28 15:09:19 +00:00
Bernhard Reutner-Fischer
8ca822def1
- for cross-depmod26 we need to add module-init-tools to the HOST_SOURCE for the 'source' target
2007-07-27 14:43:36 +00:00
Bernhard Reutner-Fischer
61a80acfa9
- a separate Video menu is redundant WRT the Graphic submenu
2007-07-27 12:47:58 +00:00
Bernhard Reutner-Fischer
153b1beaeb
- fix building mconf with curses flags
...
- make sure to rm .config when the first 'make menuconfig' was interrupted and thus no .config.cmd was created.
2007-07-27 12:37:30 +00:00
Ulf Samuelsson
fff865894d
Ensure each target is copied, run libtool --finish
2007-07-27 07:48:56 +00:00
Ulf Samuelsson
8b841c2a89
Use correct binary in 'at' to avoid rebuilds
2007-07-27 07:38:48 +00:00
Ulf Samuelsson
dfdf88d25b
Make sure tn5250 uses the correct include path
2007-07-27 07:35:49 +00:00
Ulf Samuelsson
a0511a1291
Patch kexec inside makefile
2007-07-27 07:34:44 +00:00
Ulf Samuelsson
0155044c85
Remove bad definition of LD to allow building of shared libraries
2007-07-27 07:29:22 +00:00
Ulf Samuelsson
cd84eefcea
Use better Sandbox site
2007-07-25 17:41:15 +00:00
Ulf Samuelsson
cf9e85c6b5
Make SDL seled DirectFB
2007-07-25 17:39:26 +00:00
Ulf Samuelsson
0f5c291296
Fix tn5250 package
2007-07-25 17:37:50 +00:00
Ulf Samuelsson
97ead09d64
Bump version of portage/sandbox to allow build
2007-07-25 11:40:09 +00:00
Bernhard Reutner-Fischer
699b63b8c4
- no features with Apple Inc. (Heikki Lindholm)
2007-07-24 18:20:46 +00:00
Bernhard Reutner-Fischer
75e4ffffd3
- fix brackets if socketcall or ipc are not available (Yann E. MORIN)
2007-07-24 17:59:15 +00:00
Bernhard Reutner-Fischer
c5757aad70
- add a choice for Xserver selection.
...
This is ment as a suggestion Re: http://lists.busybox.net/lists/buildroot/2007-July/003835.html
2007-07-24 17:48:58 +00:00
Ulf Samuelsson
049f3fc20a
Remove extra ':' from qte make
2007-07-24 14:14:36 +00:00
Ulf Samuelsson
90d64ed2bf
Fix some bugs in libxml2 make
2007-07-24 14:12:38 +00:00
Ulf Samuelsson
cc4cb291a4
Use known Buildroot symbols for linux in pcmcia
2007-07-24 14:10:03 +00:00
Ulf Samuelsson
bb9ded22bf
Bump ImageMagick version
2007-07-24 14:08:02 +00:00
Ulf Samuelsson
cb726c166d
Patch correctly kexec, make sure utils is built using HOSTCC
2007-07-24 14:06:13 +00:00
Ulf Samuelsson
87edde00ee
Cleanup of libungif package
2007-07-23 19:05:43 +00:00
Ulf Samuelsson
428f66a247
Make AVAHI depend on libdaemon
2007-07-23 15:00:37 +00:00
Ulf Samuelsson
dbdce5dfc5
Cleanup of mplayer package
2007-07-23 12:40:43 +00:00
Ulf Samuelsson
a1144a9341
Cleanup fbset package
2007-07-23 12:33:22 +00:00
Ulf Samuelsson
92de080e0b
Cleanup imagemagick package
2007-07-23 12:26:49 +00:00
Ulf Samuelsson
d6a17c0597
cleanup fbv package
2007-07-23 12:22:37 +00:00
Ulf Samuelsson
71ed851f44
cleanup fbv package
2007-07-23 12:19:59 +00:00
Ulf Samuelsson
5fa1ff25ad
cleanup alsa-utils
2007-07-23 12:03:24 +00:00
Bernhard Reutner-Fischer
85580c38a7
- fix typo in previous commit
2007-07-23 12:03:17 +00:00
Ulf Samuelsson
eb89ad4257
cleanup alsa-lib
2007-07-23 12:02:35 +00:00
Ulf Samuelsson
e750d9b676
Undo conditional configuration for fbv and fbset
2007-07-23 12:01:05 +00:00
Bernhard Reutner-Fischer
58002d40e9
- iff the cross-compiler supports certain mtune,march,mabi flags then use them for the packages.
...
This should make it obvious if the wrong compiler is used to build the target.
2007-07-23 11:37:25 +00:00
Bernhard Reutner-Fischer
f8cc31c604
- for autoconf'ed packages like these there is no need to pass TARGET_CONFIGURE_OPTS to make
2007-07-23 11:35:26 +00:00
Bernhard Reutner-Fischer
2942e44004
- just use the TARGET_CC
2007-07-23 11:34:30 +00:00
Bernhard Reutner-Fischer
e0fc615c1e
- add runlevel script for later use
2007-07-23 11:00:59 +00:00
Ulf Samuelsson
0ad937e915
Add AVR32 support for strace
2007-07-23 10:26:23 +00:00
Ulf Samuelsson
f5d9ad3c7d
Update config for tiff package
2007-07-23 10:03:14 +00:00
Ulf Samuelsson
407899d899
Update openswan package with bugfixes
2007-07-23 09:45:23 +00:00
Ulf Samuelsson
e1e3b7a5ec
Add imagemagick package
2007-07-23 09:06:34 +00:00
Ulf Samuelsson
316aa9a192
Add fbset 'frame buffer set' package
2007-07-23 09:00:58 +00:00
Ulf Samuelsson
96a8fc9f59
Add fbv 'frame buffer viewer' package
2007-07-23 08:59:10 +00:00
Ulf Samuelsson
aa25036b4d
Remove unneeded patch from new dnsmasq version
2007-07-23 08:54:47 +00:00
Ulf Samuelsson
97b27732c6
Bump version of dnsmasq, with new patches
2007-07-23 08:47:32 +00:00
Ulf Samuelsson
9633b737bc
Update Config of gettext subdir
2007-07-23 08:35:06 +00:00
Ulf Samuelsson
d37c4ad70e
Add some additional terminals to ncurses
2007-07-23 08:33:41 +00:00
Ulf Samuelsson
260db3b0fb
All libungif package
2007-07-23 08:23:54 +00:00