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
4311f0fe39
package: fix host path
...
And generate dbus introspect xml for dbus-glib.
2009-03-17 13:48:15 +00:00
Peter Korsgaard
94d915ed43
expat: add host-expat support
2009-03-16 20:58:12 +00:00
Peter Korsgaard
58aaf75481
expat: convert to Makefile.autotools.in format
2009-03-16 20:58:04 +00:00
Peter Korsgaard
4a7bfd2775
package/: convert to DOWNLOAD helper
2009-01-16 11:42:52 +00:00
Peter Korsgaard
ac1d92c425
package/: get rid of unneeded $(strip ..)
2008-12-08 08:15:27 +00:00
Peter Korsgaard
c27f4963b5
expat: make sure usr/lib/ exists
2008-06-13 13:31:41 +00:00
John Voltz
5ecb9d616b
revert commit 21832
2008-04-24 14:04:23 +00:00
John Voltz
3e6cd8a58b
more options for expat, move install to /usr
2008-04-24 13:15:30 +00:00
Peter Korsgaard
f1e2d3e671
expat: cleanup configure arguments
2008-03-31 20:09:06 +00:00
Hamish Moffatt
03d6531962
Run $(CONFIG_UPDATE) after unpacking sources
...
Patch from Dan Nicolaescu
2008-02-12 00:35:03 +00:00
Bernhard Reutner-Fischer
14a71561a3
- just use the strip binary to avoid confusing libtool (quotes)
...
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-10-01 16:15:31 +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
e4ead9c13c
Remove switches if sstrip is run
2007-08-21 01:53:57 +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
8d55544c0b
Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib for expat
2007-08-11 23:03:04 +00:00
Ulf Samuelsson
b064adfc0f
Use correct DEST_DIR for expat
2007-08-11 18:25:17 +00:00
Bernhard Reutner-Fischer
c779748845
- add missing dirclean target (Cristian Ionescu-Idbohrn)
2007-07-08 13:55:49 +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
a56ecc4aee
- bump version and correct install dirs (Julien Letessier)
2007-06-25 08:37:23 +00:00
Peter Korsgaard
39b88e3691
Strip lib even if soname changes
2007-05-09 11:46:47 +00:00
Eric Andersen
85d7f6f05f
fixup package LDFLAGS handling
2007-03-13 22:59:59 +00:00
Eric Andersen
a64b9018e0
lose the extra space
2007-01-15 21:27:17 +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
Eric Andersen
0c26484881
fix dependancies and install paths
2007-01-11 07:25:01 +00:00
Bernhard Reutner-Fischer
6e2823c1fa
- add and use BR2_BZCAT config option.
2006-11-17 15:43:51 +00:00
Bernhard Reutner-Fischer
cc352925b4
- update to 2.0.0 and correct site.
2006-08-24 22:00:36 +00:00
David Anders
2bf4d83653
added expat package per case 0000087
2006-01-23 20:10:12 +00:00