Peter Korsgaard
9ce75bf893
dbus: fix xml dependency and stop continous rebuilds
2009-01-30 13:54:47 +00:00
Peter Korsgaard
e4051615c4
dbus: revert r25156 (Fix dbus dependency on libxml2, without rebuild, works but may need refinement)
...
As discussed on the list - Too complicated and wrong.
2009-01-30 13:54:42 +00:00
Peter Korsgaard
92bd25c9eb
toolchain: fix up GNU_TARGET_NAME link and target_utils location
...
The GNU_TARGET_NAME symlink and target_utils location were not correctly
adjusted to match the move of the toolchain to $(STAGING_DIR)/usr,
creating dangling symlinks.
2009-01-30 13:34:42 +00:00
Daniel Laird
b8d6dff991
qte.mk: Add a 'comment' to indicate the need for NPTL threads
...
Make sure the developer is informed why a package is not
visable and that they need to have a NPTL enabled
toolchain.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-30 11:30:21 +00:00
Daniel Laird
777de7caa5
qte.mk: Use depends on for toolchain features
...
Buildroot is adopting depends on for toolchain features and
select for packages. Make this change in this file.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-30 10:49:59 +00:00
Peter Korsgaard
a72794391a
readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/
...
Package configs should start with BR2_PACKAGE_.
2009-01-30 09:54:59 +00:00
Peter Korsgaard
ebf47824cc
readline: remove BR2_PACKAGE_READLINE_TARGET configuration option
...
Other packages don't have this, and several packages are depending on
readline where they actually want readline-target instead.
2009-01-30 09:50:13 +00:00
Peter Korsgaard
7eec8ea560
readline: remove redundant BR2_PACKAGE_READLINE_HEADERS configuration
...
Header files on target is globally controlled by BR2_HAVE_DEVFILES.
2009-01-30 09:50:02 +00:00
Ulf Samuelsson
4b25f84ab9
Fix dbus dependency on libxml2, without rebuild, works but may need refinement
2009-01-30 07:40:14 +00:00
Peter Korsgaard
ae46e5bc89
mysql-client: remove test / benchmark stuff from target (saves ~70MB)
2009-01-29 21:33:32 +00:00
Peter Korsgaard
97515c6cae
sqlite: bump version
...
Fixes several database corruption bugs
2009-01-29 19:49:22 +00:00
Peter Korsgaard
6e7f92310a
busybox: rebuild if .config changed
...
As reported on irc - Fixes busybox-menuconfig
2009-01-29 11:29:49 +00:00
Peter Korsgaard
85d756d5cc
busybox: remove unused handling of ancient versions no longer in BR
2009-01-29 11:27:20 +00:00
Peter Korsgaard
8186a3edee
gamin: fix build
...
Dependencies were wrong, and it didn't build without largefile support.
2009-01-29 10:13:02 +00:00
Peter Korsgaard
d459b1bc3d
Add radvd to the list of packages
...
Add radvd, the IPv6 router advertisement daemon.
Signed-off-by: Amand Tihon <amand.tihon@alrj.org>
2009-01-28 21:38:49 +00:00
Peter Korsgaard
2389a4591b
xpdf: depends on freetype, so select it in kconfig as well
2009-01-28 20:09:03 +00:00
Daniel Laird
30f4e13c03
autoconf.mk: Bounce version to 2.63
...
Have been having various issues with multiple jobs (-jX) and building
autoconf. Turns out that v2.63 has fixed this. So bounce version
to a working version.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-28 15:35:39 +00:00
Peter Korsgaard
c8cfd7b510
alsa-lib: fix build with largefile on 32bit archs
...
Thanks to Will Wagner <will_wagner@carallon.com> for reporting and working
with upstream to get it fixed. Patch from alsa-lib.git.
2009-01-28 15:33:08 +00:00
Peter Korsgaard
7b83993c3e
avahi-autoipd: fix issue with repeated builds
...
The avahi-autoipd target install step adds /var/lib/avahi-autoipd as a
symlink to /tmp/avahi-autoipd, which is fine, except if your /var/lib is
already a symlink to /tmp (E.G. like the default target_skeleton is).
If that's the case, then you end up adding a /tmp/avahi-autoipd symlink
pointing to itself, causing subsequent builds to fail
(Too many levels of symbolic links in the ln -sf call). Fix it by simply
first removing the symlink if it's there.
2009-01-28 15:12:05 +00:00
Nigel Kukard
d608e26d48
xfs is a mainline filesystem with no alternative regarding tools in busybox, remove depend on deprecated
2009-01-28 13:16:27 +00:00
Nigel Kukard
1c5e72a98c
* Cleanup of prefix
2009-01-28 13:14:51 +00:00
Peter Korsgaard
45616607b4
Makefile.autotools.in: add FOO_MAKE for packages needing to use $(MAKE1)
...
As requested on irc.
2009-01-28 06:32:28 +00:00
Peter Korsgaard
0441f3c64b
webkit: depend on C++ + wchar support in toolkit, as icu needs it
2009-01-27 15:10:08 +00:00
Peter Korsgaard
c6da11ea45
webkit: don't depend on X server
2009-01-27 15:02:40 +00:00
Peter Korsgaard
0053483c96
libxml2: stop continous rerun of post-extract target
...
Touch stamp file (seems to have been missed by r23656).
2009-01-27 15:02:34 +00:00
Peter Korsgaard
b84a6adc28
icu: needs wchar support in toolchain as well
2009-01-27 15:02:29 +00:00
Peter Korsgaard
ad9402dba5
icu: add project url to help text
2009-01-27 15:02:25 +00:00
Peter Korsgaard
c0fd0f62f9
icu: needs C++ support in toolchain
2009-01-27 15:02:22 +00:00
Peter Korsgaard
f2b2e82138
webkit: revert r24983 (Disable webkit (with comment) if X is not available)
...
Webkit doesn't need X.
2009-01-27 15:02:13 +00:00
Peter Korsgaard
814ca6d548
alsa-lib: fix typo in -source target
2009-01-27 05:43:29 +00:00
Peter Korsgaard
33cabc1cb6
libcgicc: don't build demos
...
And remove unneeded patch for demos while we're at it.
2009-01-26 19:41:47 +00:00
Peter Korsgaard
d6803a8a56
libcgicc: install to usr/lib
2009-01-26 19:41:32 +00:00
Peter Korsgaard
d1d142dd91
package/: depend on toolchain C++ config, don't use select
...
select should only be used for package (library) dependencies.
2009-01-26 19:19:10 +00:00
Peter Korsgaard
e496ff2141
libcgicc: depend on toolchain config, don't use select
...
select should only be used for package (library) dependencies.
2009-01-26 19:14:18 +00:00
Peter Korsgaard
e03683e066
libglib2: move HOST_GLIB detection to glib package
...
Makes more sense to have it here, and easier to change once we start
building host-glib.
2009-01-26 19:10:41 +00:00
Peter Korsgaard
68bc1e172e
libglib2: halt build early with description if host glib-genmarshal isn't found
2009-01-26 18:17:57 +00:00
Peter Korsgaard
132b010efc
acpid: remove unused legacy patches
...
As discussed on the list.
2009-01-26 15:28:05 +00:00
Peter Korsgaard
4d097fe8f9
liboil: don't build examples
2009-01-26 14:49:37 +00:00
Peter Korsgaard
2440801bd1
mplayer: add -fomit-frame-pointer for i386
...
This seems to be required to compile some of the inline asm.
This solves the following compiler errors:
h264.c: In function 'decode_cabac_residual':
h264.c:6158: warning: passing argument 4 of 'decode_significance_8x8_x86' discards qualifiers from pointer target type
cabac.h: In function 'get_cabac_noinline':
cabac.h:513: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
cabac.h:513: error: 'asm' operand has impossible constraints
While searching several weeks ago, I hit the following URL, which
unfortunately currently doesn't seem to work anymore and I can't
remember what the bug was about.
Also see http://bugs.uclibc.org/view.php?id=4604
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-01-26 09:22:52 +00:00
Peter Korsgaard
3c0dea728e
mplayer: add patch due to missing sys/timeb.h
...
This include file is only available, if uClibc is compiled with
UCLIBC_SUSV3_LEGACY defined and ftime() is not needed in this part of
mplayer at all.
This solves the following compiler error:
win32.c:67:23: error: sys/timeb.h: No such file or directory
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-01-26 09:22:47 +00:00
Peter Korsgaard
1510bb58fe
libsexy: remove trailing newline from r24996
2009-01-26 06:30:59 +00:00
Peter Korsgaard
329f68e794
asterisk: mark as BROKEN and remove obsolete patch
...
Asterisk seems to have moved to a auto* build system, so the .mk has to be
more or less completely rewritten.
2009-01-26 06:28:03 +00:00
Peter Korsgaard
3ba91efea2
irda-utils: totally broken packages should depend on BROKEN, not DEPRECATED
...
Or we should simply delete the dir.
2009-01-26 06:13:06 +00:00
Peter Korsgaard
7e3d659e8c
mysql_client: fix deps and clean up configure args
...
mysql client needs ncurses, readline and C++
2009-01-26 05:51:31 +00:00
Ulf Samuelsson
8e2390fdaf
Add help for packages without AVR32 support
2009-01-26 00:34:02 +00:00
Ulf Samuelsson
ebcaf669f2
Add comment on brokenness of Asterisk
2009-01-26 00:16:11 +00:00
Ulf Samuelsson
67750e96de
deprecate libfloat, package is obsolete
2009-01-26 00:14:56 +00:00
Ulf Samuelsson
7af4d10d17
Deprecate ltt, package is obsolete and replaced by ltt-ng
2009-01-26 00:14:19 +00:00
Ulf Samuelsson
fab832dd57
Deprecate modutils, only for ancient 2.4 kernels
2009-01-26 00:13:29 +00:00
Ulf Samuelsson
6360be7fe1
Deprecate irda-utils, makefile totally broken
2009-01-26 00:12:47 +00:00
Ulf Samuelsson
a6ab997f6f
Deprecate xfsprogs, no support for XFS in Buildroot
2009-01-26 00:12:02 +00:00
Ulf Samuelsson
d45093b23a
reinstitute comment thaat spooler does not work
2009-01-25 23:51:54 +00:00
Ulf Samuelsson
b5a4f6247c
Add explanation why examples are disabled for liboil
2009-01-25 23:47:47 +00:00
Ulf Samuelsson
51a28ab3d3
Avoid the use of subshell in microperl
2009-01-25 23:44:53 +00:00
Ulf Samuelsson
9dc75a871b
Fix exec-prefix for libeXosip2
2009-01-25 23:32:13 +00:00
Ulf Samuelsson
dd31a9d285
exec-profix fix for cups
2009-01-25 23:16:11 +00:00
Ulf Samuelsson
cf965728d2
Fix spelling error, causing php to use host includes, add patching and unpacked targets
2009-01-25 20:59:30 +00:00
Ulf Samuelsson
9d68c3bdb2
Stop dbus continuos rebuild, fix deps
2009-01-25 20:55:31 +00:00
Ulf Samuelsson
119562f2de
Make cups build, support perl/php option
2009-01-25 20:53:43 +00:00
Ulf Samuelsson
690ba839c0
Support libiconv option for popt
2009-01-25 20:50:59 +00:00
Ulf Samuelsson
6dc301e0be
Use prefix=/usr for libeXosip2
2009-01-25 20:44:23 +00:00
Peter Korsgaard
ae3e3d1325
qtopia4: fix and improve color/pixel depths config
...
Also fix whitespace and use an existing variable for qmake.conf, which
was forgotten in r23828, though it's only commented out.
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-01-25 20:19:06 +00:00
Peter Korsgaard
f85f2de174
Makefile: globally define variables used at different places
...
$(comma) and $(space) are used in packages and the toolchain.
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-01-25 20:19:01 +00:00
Ulf Samuelsson
d7cb72db64
Part of NcFTP depends on ncurses, create dependencies, if needed
2009-01-25 08:18:35 +00:00
Ulf Samuelsson
df8f9549fd
liboil make fails on ARM with release toolset for a few unneeded examples due to use of hidden __clz_tab, do not build them for now, but problem may need further examination
2009-01-25 08:16:53 +00:00
Ulf Samuelsson
ed7f49bf49
Fix make problems with perl
2009-01-25 08:14:37 +00:00
Ulf Samuelsson
81a9f04114
Make toolchain configration to fix mpg123 global and move to Makefile
2009-01-24 11:27:47 +00:00
Peter Korsgaard
b3f1b6a02e
mpg123: remove unused legacy patch
2009-01-24 10:31:32 +00:00
Peter Korsgaard
38a1831b51
freetype: fix typo
2009-01-24 10:20:36 +00:00
Ulf Samuelsson
a467f95953
Add fix to mpg123 for bug in ARM release toolchain causing segment violation, bug reported to gcc bugzilla
2009-01-24 10:15:05 +00:00
Peter Korsgaard
309ff4f976
freetype: only depend on zlib if it is available
...
The dependency is only there so zlib gets built before freetype if it's
available (for shared configure cache)
2009-01-24 08:31:22 +00:00
Peter Korsgaard
fd80603320
libsexy: unbreak build
...
libsexy doesn't depend on libX11, but it does need libxml2.
2009-01-24 06:44:13 +00:00
Peter Korsgaard
085163341a
Revert r24982 (Disable libsexy (with comment) if X is not available)
...
It's wrong, libsexy doesn't depend on an X server.
2009-01-24 06:44:04 +00:00
Ulf Samuelsson
9f71646cf1
Make sure libdnet does not find unsupported libcheck, in host
2009-01-24 06:25:40 +00:00
Ulf Samuelsson
2b192f0815
Fix static lib dep for ncurses
2009-01-23 23:02:15 +00:00
Peter Korsgaard
e7eda55f00
package/: remove deprecated and broken raidtool2 package
2009-01-23 20:38:05 +00:00
Ulf Samuelsson
b44a99026e
Use default configure options to allow sawman build to complete with ccache
2009-01-23 17:50:34 +00:00
Ulf Samuelsson
e202b5c378
Disable webkit (with comment) if X is not available
2009-01-23 17:49:07 +00:00
Ulf Samuelsson
7a69b7a3f6
Disable libsexy (with comment) if X is not available
2009-01-23 17:48:49 +00:00
Daniel Laird
bf8203de71
gst-plugins-good: Fix style issues and use of --disable-png.
...
Update ordering and configure options.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-23 10:39:35 +00:00
Ulf Samuelsson
c7f715639c
Add workarounds for alsa-utils
2009-01-22 23:06:28 +00:00
Ulf Samuelsson
ea8a25f932
Use /usr/lib for ncurses instead of /lib
2009-01-22 22:58:55 +00:00
Ulf Samuelsson
d04321356a
Use /usr/lib for slang instead of /lib
2009-01-22 22:58:29 +00:00
Daniel Laird
9caca74d26
package/multimedia/gst-plugins-good/Config.in
...
package/multimedia/gst-plugins-good/gst-plugins-good.mk
Always disable ESD
Move JPEG/PNG
Add BZIP2/ZLIB options as posted by Markus
Add LIBXML2 dependency for annodex
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-22 11:01:56 +00:00
Daniel Laird
6d496c4e6a
package/multimedia/gst-plugins-good/Config.in
...
Use select instead of depends on as it makes clear what people
need rather than hiding options based on choices they dont
know they need to make.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-22 08:09:53 +00:00
Ulf Samuelsson
0496551eac
Make sure ln command does not break if link exist
2009-01-22 07:51:28 +00:00
Peter Korsgaard
5f79c0bf44
libconfuse: fix build by removing -Werror flag
2009-01-21 20:45:10 +00:00
Peter Korsgaard
b6dbf2eb86
openssl: fix build without largefile support
2009-01-21 20:31:47 +00:00
Peter Korsgaard
2e02904b04
directfb: fix compilation error on ppc (linux/config.h is long gone)
2009-01-21 19:20:13 +00:00
Peter Korsgaard
0b62a657cf
directfb: bump version and convert to Makefile.autotools.in format
...
Patch by Sven Neumann <s.neumann@phase-zero.de>
2009-01-21 19:20:08 +00:00
Peter Korsgaard
9f89b9bad9
directfb: tarball moved to Old/
2009-01-21 15:49:17 +00:00
Daniel Laird
87d040ee50
package/multimedia/gst-plugins-good/gst-plugins-good.mk
...
package/multimedia/gst-plugins-good/Config.in
gst-plugins-good does not build unless some package dependencies are forced.
This patch allows you to turn off some of the plugins with these dependencies and hides
others that require some packages (like PNG/JPEG)
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-21 13:33:21 +00:00
Ulf Samuelsson
6e20da741b
Remove reference to query_modules in oprofile, does not exist in linux-2.6. oprofile now builds for ARM
2009-01-21 07:09:41 +00:00
Ulf Samuelsson
98186f1d47
add patch form cgicc'upstream, build now completes\!
2009-01-21 00:27:11 +00:00
Ulf Samuelsson
02407b4c05
include string.h when building cgicc, add libcgicc-unpacked, and clean up libcgicc.mk - still does not build OK
2009-01-21 00:21:43 +00:00
Ulf Samuelsson
a57170cb02
add kismet-unpacked target, fix lack of include for memset etc.
2009-01-21 00:17:03 +00:00
Ulf Samuelsson
d7d5b3852e
Fix circular dependency
2009-01-20 22:38:39 +00:00
Ulf Samuelsson
b9df282721
Make libbz2.so point at libbz2.so.1.0.4 in /usr/lib (correct) instead of in /lib
2009-01-20 22:25:55 +00:00
Ulf Samuelsson
324f61f798
Bump xerces-c to latest stable, ARM build now completes
2009-01-20 21:34:46 +00:00
Ulf Samuelsson
678496e167
Bump lzma to latest stable, ARM build now completes
2009-01-20 21:33:57 +00:00
Ulf Samuelsson
ad862e2ffb
Libraries for dbus-glib are in /usr/lib, depend on expat
2009-01-20 21:32:43 +00:00
Peter Korsgaard
31647bd0c6
mtd/mtd-utils: mkfs.jffs2: fix device_table handling
2009-01-20 20:06:36 +00:00
Peter Korsgaard
40e98127de
busybox: 1.13.2 tar fix
2009-01-20 19:26:54 +00:00
Peter Korsgaard
dc8ff28549
mtd/mtd-utils: sys/acl.h patch is needed for host-mkfs.jffs2 as well
...
The host stuff seems pretty broken though as we don't build a host version
of liblzo.
2009-01-20 14:17:58 +00:00
Peter Korsgaard
81dc300b4d
mplayer: fix non-largefile build
2009-01-20 09:29:50 +00:00
Peter Korsgaard
999026df2b
mplayer: fix configure for powerpc-linux
2009-01-20 09:12:06 +00:00
Peter Korsgaard
49c682dcab
mplayer: force cross-compile mode
2009-01-20 09:11:57 +00:00
Peter Korsgaard
17c17213f1
libmad: unbreak build with gcc-4.3.x
...
libmad used the long deprecated -fforce-mem gcc flag, which no longer is
recognized in gcc-4.3.x. It has long been a noop, so simply remove it.
2009-01-20 08:51:15 +00:00
Hans-Christian Egtvedt
877a486ac9
mplayer: add patch to fix compilation against alsa-lib 1.0.18
...
This adds a patch to fix compilation against alsa-lib 1.0.18. It is basically a
grab of the change from mplayer repository. It also refreshes the other patches
so they apply clean.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2009-01-20 06:17:12 +00:00
Peter Korsgaard
983780cc9a
busybox: 1.13.2 depmod fix
2009-01-19 12:34:38 +00:00
Peter Korsgaard
bc65432230
toolchain: introduce HOSTCC_VERSION and fix gcc-4.3.x build with old host CCs
...
gcc < 4.2.0 doesn't support -Wno-overlength-stings, but gcc-4.3.x configure
fails to detect that, breaking the build.
Work around it by detecting the host gcc version (and store in HOSTCC_VERSION)
and set the proper configure variables for gcc < 4.2.0.
2009-01-19 09:18:46 +00:00
Peter Korsgaard
4bcbf87c99
lsof, m4: use variables from BR instead of uclibc
...
UCLIB_HAS_.* is not defined in Buildroot space, so the conditions always
evaluate to the same result. Use appropriate Buildroot variables.
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-01-18 14:22:30 +00:00
Peter Korsgaard
675b479c2f
Kconfig: remove 'default n' and 'default no' (see r22874)
...
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-01-18 14:20:18 +00:00
Ulf Samuelsson
6ce30eef5a
Cleanup libgtk2, and prepare for 2.15
2009-01-18 10:57:23 +00:00
Ulf Samuelsson
ebca742682
Change use of rint, which is only supported for X86 in uClibc to generic rounding
2009-01-18 10:53:06 +00:00
Ulf Samuelsson
6da70de503
The liboil Makefile will use "-mcpu=vfp" when building for ARM.
...
The VFP is only available for a few ARM CPUs at the moment,
so this breaks the liboil build.
A patch is available upstream which only enables "-mfpu=vfp"
if "--enable-vfp" is given to "configure".
Autotools needs to be run for liboil for this to take effect.
A new configuration BR2_VFP_FLOAT is added to allow enabling vfp.
If this is "yes", then "-mfpu=vfp" is added to CFLAGS.
2009-01-18 10:51:53 +00:00
Thomas Lundquist
c86f23b770
Getting rid of a bit more configure options that's been centralized.
2009-01-18 09:26:28 +00:00
Thomas Lundquist
6b00041b87
Finish the gtk-doc stuff and start on the smae thing with LARGEFILE and NLS.
2009-01-18 00:05:57 +00:00
Thomas Lundquist
fa2273f409
Easier with one place for configure options for disabling gtk-doc
2009-01-17 10:11:12 +00:00
Ulf Samuelsson
22ba8bcf0e
Ensure glib-1.2 builds a static library
2009-01-17 02:13:15 +00:00
Ulf Samuelsson
03e3b81d4c
Make alsa-lib depend on libpython, if new BR2_PACKAGE_ALSA_LIB_PYTHON is selected
2009-01-17 00:19:06 +00:00
Ulf Samuelsson
2326230ea0
Fix legacy strings for alsa-utils & remove man pages
2009-01-16 22:06:49 +00:00
Ulf Samuelsson
e4c50fe464
libeXosip2 requires libosip2
2009-01-16 21:19:50 +00:00
Ulf Samuelsson
d597e790bc
Fix libglib2 build when LIBICONV is selected, clean up versioning
2009-01-16 21:18:08 +00:00
Peter Korsgaard
28a229e8da
package: remove tinylogin
...
It's ancient and upstream is gone, people should just use the login stuff
in busybox instead.
2009-01-16 13:56:23 +00:00
Peter Korsgaard
98467f92c4
xerces: tarball moved to archive.apache.org
2009-01-16 13:27:08 +00:00
Peter Korsgaard
901ad7cbc8
quagga: tarball moved to attic/ subdir
2009-01-16 13:23:56 +00:00
Peter Korsgaard
280c871e50
openswan: tarball moved to old/ subdir
2009-01-16 13:21:33 +00:00
Peter Korsgaard
6beda1f236
package/mpfr: fix make source-check/external-deps issue
2009-01-16 12:34:44 +00:00
Peter Korsgaard
1e1e6395b6
package/dm: fix DOWNLOAD fallout
2009-01-16 12:34:40 +00:00
Peter Korsgaard
3e06e4cec6
DOWNLOAD: don't use := assignment for function implementation
...
:= causes the function parameters to get evaluated at definition time
instead of implementation time, which is kind of silly for a function.
Fixes make source-check / external-deps
2009-01-16 12:30:07 +00:00
Peter Korsgaard
3ff43a6838
buildroot: convert remaining WGET users to DOWNLOAD helper
2009-01-16 12:07:53 +00:00
Peter Korsgaard
4a7bfd2775
package/: convert to DOWNLOAD helper
2009-01-16 11:42:52 +00:00
Peter Korsgaard
d58636d765
buildroot: add BR2_BACKUP_SITE and DOWNLOAD helper
...
This is the long requested backup mirror support. So far only enabled
for Makefile.autotools.in, but there's no reason why we cannot use
DOWNLOAD everywhere.
Notice, I'm still syncing http://buildroot.uclibc.org/downloads/sources/
2009-01-16 10:27:48 +00:00
Daniel Laird
ada9baf7b9
package/freetype/freetype.mk: Fix editing of freetype-config
...
Found that the editing of freetypr-config was not quite enough.
Changed it and looked at freetype-config --cflags, --libs and got the values
I expected.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-16 09:02:51 +00:00
Ulf Samuelsson
49d32869e0
Always create shared python library, if python is created, needed by multiple packages
2009-01-15 06:28:05 +00:00
Ulf Samuelsson
23b948f5be
Make acpid patch depend on VERSION
2009-01-14 23:54:02 +00:00
Ulf Samuelsson
76224bc019
Change TTCP_BUILD_DIR to TTCP_DIR
2009-01-14 23:53:20 +00:00
Ulf Samuelsson
afa1babac5
Kismet needs dbus to build
2009-01-14 23:51:32 +00:00
Ulf Samuelsson
65d2a21b67
Bump vpnc version and remove build of man pages, which breaks when cross compiling
2009-01-14 23:50:44 +00:00
Ulf Samuelsson
4f78c090a4
libeXosip2 is dependent on libosip2
2009-01-14 23:49:24 +00:00
Ulf Samuelsson
f3c2eed5d8
Update deprecated bmove to memmove in ttcp
2009-01-14 22:52:31 +00:00
Ulf Samuelsson
0267841fe5
Force use of HOST_GLIB instead of /usr/bin for libgtk2
2009-01-14 22:11:13 +00:00
Ulf Samuelsson
f1df706a85
Update deprecated bcopy,bcmp,bzero to mem* in mrouted
2009-01-14 22:08:36 +00:00
Ulf Samuelsson
30ffbbe5ad
Remove references to sys/timeb.h in libupnp configure, ftime is removed from source already
2009-01-14 22:07:17 +00:00
Ulf Samuelsson
9224d668f5
Add mrouted-unpacked target
2009-01-14 22:05:19 +00:00
Daniel Laird
6e12b4f1c7
package/multimedia/gstreamer/gstreamer.mk: Fix missing \
...
Fix stupid typo.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-14 16:52:10 +00:00
Daniel Laird
0d5ded862c
package/multimedia/gstreamer
...
package/multimedia/gst-plugins-*: I do not want docs installed in rootfs.
Stop it installing the docs in the ROOTFS by using the same fix
as has been applied to cairo.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-14 14:38:18 +00:00
Thomas Lundquist
caf9ed7bff
Better to use the correct --without
2009-01-14 13:36:36 +00:00
Thomas Lundquist
dd771221ff
Woops, we do need /dev/null, not a directory with html in it.
2009-01-14 12:26:30 +00:00