Peter Korsgaard
77754571b2
pkgconfig: add pkgconfig package for target
...
The host versions shouldn't be visible in Kconfig, so remove the
reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets
with host-.
At the same time add pkgconfig for the target (E.G. for development) and
let BR2_PACKAGE_PKGCONFIG control that package.
Notice: all defconfigs in the tree have been updated, but make sure to
disable the pkgconfig package (unless you want it) if you use an external
config, otherwise you'll end up with pkgconfig and glib2 in the target.
2009-03-18 19:19:10 +00:00
Peter Korsgaard
4a7bfd2775
package/: convert to DOWNLOAD helper
2009-01-16 11:42:52 +00:00
Daniel Laird
0875bc85bb
package/alsa-lib/alsa-lib.mk
...
package/gettext/gettext.mk: Both of these components look for iconv when configuring so need to be dependent.
Both of these packages can be built with libiconv support. If libiconv is enabled and these are built first
then some configure variables get stored in the system cache and then libiconv is not used properly.
If libiconv is selected by user make sure it is built before either of these packages are built.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-13 10:26:28 +00:00
Peter Korsgaard
ac1d92c425
package/: get rid of unneeded $(strip ..)
2008-12-08 08:15:27 +00:00
Peter Korsgaard
9042d92943
Strip gettext libraries on the target
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2008-10-27 09:45:44 +00:00
Peter Korsgaard
a649ed0da0
gettext: also remove from staging on -clean
2008-07-23 10:35:50 +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
565e05c8a1
packages: fix pkgconfig depencies and select pkgconfig where needed
2008-06-14 21:01:16 +00:00
Peter Korsgaard
34274164d9
buildroot: additional -clean target fixes
...
Patch by Hebbar.
2008-04-01 07:03:07 +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
efa0423110
buildroot: Use BR2_GNU_MIRROR everywhere
...
Patch by Nigel Kukard.
2008-03-11 08:17:17 +00:00
Bernhard Reutner-Fischer
e4c6340a94
- cleanup and fixes (Cristian Ionescu-Idbohrn)
2007-09-17 12:30:31 +00:00
Ulf Samuelsson
12259e3d57
Add target to unpack gettext
2007-09-05 06:50:53 +00:00
Bernhard Reutner-Fischer
6547bced93
- global whitespace trimming
2007-08-22 12:35:41 +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
Ulf Samuelsson
cb5a9d639e
Use shared library for gettext as default
2007-08-12 23:36:27 +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
Ulf Samuelsson
0155044c85
Remove bad definition of LD to allow building of shared libraries
2007-07-27 07:29:22 +00:00
Ulf Samuelsson
9633b737bc
Update Config of gettext subdir
2007-07-23 08:35:06 +00:00
Ulf Samuelsson
5dce7d3005
Temporarily allow static libgettext library option to ensure build can complete for ARM
2007-07-16 10:00:29 +00:00
Ulf Samuelsson
e1621a4a2a
Use <package>_VERSION in all <package>.mk instead of <package>_VER
2007-07-11 14:06:06 +00:00
Bernhard Reutner-Fischer
d92e6430d2
- make it compile.
2007-07-08 18:58:48 +00:00
Bernhard Reutner-Fischer
74d518dc2a
- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS
...
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-06-27 12:01:27 +00:00
Bernhard Reutner-Fischer
057f971934
- bump version
2007-06-20 12:10:48 +00:00
Eric Andersen
85d7f6f05f
fixup package LDFLAGS handling
2007-03-13 22:59:59 +00:00
"Steven J. Hill"
3c28ac0881
Fix building of gettext/libintl when using an external toolchain.
2007-02-06 18:17:08 +00:00
"Steven J. Hill"
0105ad9699
Remove all of the binaries except for the one used for the target even though it is a MIPS binary and cannot be used. This package is still crap.
2007-01-16 01:29:38 +00:00
Eric Andersen
58c49926d2
do not install build stuff into the target unless specifically asked to do so
2007-01-15 21:28:15 +00:00
Eric Andersen
732d94d25f
fixup a whole steaming pile of insanity. When packages are configured,
...
they should be configured with --prefix=/usr and we then need to use
make DESTDIR=$(STAGING_DIR) install to get things installed into the
staging directory. The current situation for many packages, which use
--prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled
into the binary itself.
This also adds in a pile of libtool fixups. Between broken pkgconfig,
broken libtool handling, and broken --prefix settings, its a wonder
things have worked as well as they have up till now.
-Erik
2007-01-14 03:52:21 +00:00
"Steven J. Hill"
0f4f9f729f
Make gettext have its own definition.
2007-01-14 03:09:47 +00:00
Eric Andersen
6637a4698e
fix install such that pkg-config setup is correct
2007-01-10 10:30:10 +00:00
Eric Andersen
b302239b13
fix gettext so it will actually compile and install
2007-01-10 06:05:18 +00:00
Bernhard Reutner-Fischer
6342c83201
- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971
...
Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-10-01 15:17:52 +00:00
Mike Frysinger
7f408ff90f
ver bump to 0.14.6
2006-07-20 00:06:52 +00:00
Eric Andersen
4856369541
don't use ftp for gnu stuff, a few version bumps as well,
...
based on a patch from Fu Yunhui
2006-06-23 07:29:40 +00:00
David Anders
805a6379ec
added patch to fix progname per case 0000879
2006-05-24 14:57:27 +00:00
David Anders
4c67c2a6f5
changed the installation prefixes for target
2006-05-24 14:41:30 +00:00
David Anders
9f9e02025e
add option to select target installation per case 0000519
2006-01-25 17:47:03 +00:00
Mike Frysinger
dfebda0014
remove extra space after touch
2005-11-24 06:53:24 +00:00
Eric Andersen
d06645d8ed
There is no need to have a separate 'Makefile.in' file in the
...
general case, therefore, combine the toplevel Makefile options
such as setting TARGETS into the per-package *.mk file
2005-02-10 03:06:39 +00:00
Mike Frysinger
ab798b88d9
merge help descriptions written by Tom Cameron
2004-12-24 09:23:11 +00:00
Mike Frysinger
669c766261
use $TARGET_CFLAGS
2004-10-11 20:33:27 +00:00
Eric Andersen
bb05a9ad46
Make the TAR_VERBOSITY option a bit more sane
2004-10-09 21:19:47 +00:00
Mike Frysinger
3a7b488366
use $(TAR_VERBOSITY)
2004-10-09 19:05:40 +00:00
Mike Frysinger
45d41095b4
update make targets
2004-10-09 18:46:20 +00:00
Eric Andersen
f694016136
final step in buildroot facelift
2004-10-09 06:13:40 +00:00
Eric Andersen
73f7be8290
Remove the old 'make' directory, and populate the new 'package'
...
directory.
2004-10-09 01:24:28 +00:00