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
01bcd0320e
libglib2: build host version for build-time binaries
...
Build host version of glib in HOST_DIR and use the build-time binaries
from there instead of relying on what is installed on the host.
2009-03-16 15:49:03 +00:00
Peter Korsgaard
4a7bfd2775
package/: convert to DOWNLOAD helper
2009-01-16 11:42:52 +00:00
Ulf Samuelsson
54695cc01a
Use HOST_GLIB for glib installation instead of /usr/bin
2009-01-13 21:02:43 +00:00
Peter Korsgaard
ac1d92c425
package/: get rid of unneeded $(strip ..)
2008-12-08 08:15:27 +00:00
Peter Korsgaard
9f07b39f65
package: Kconfig: use menu instead of menuconfig for sub menus
...
As discussed on the list - These things should normally not be
(un)selectable.
2008-11-14 12:59:14 +00:00
Peter Korsgaard
cab350013e
libpng: fix Makefile.autotools.in fallout
...
libpng used to have the 'png' Makefile alias, which some packages used
in their dependencies list.
With the move to Makefile.autotools.in this is now gone, so update the
packages to match.
2008-11-02 19:21:17 +00:00
Peter Korsgaard
785d6cc6d0
package: remove redundant pkg-config variables
...
Also remove some redundant or predefined configure/make args in these
packages.
Patch by Markus Heidelberg.
2008-10-26 19:57:55 +00:00
Peter Korsgaard
3b471d7aa1
concierge: fix paths
...
Patch by Markus Heidelberg <markus.heidelberg@web.de>
2008-09-07 14:31:28 +00:00
Peter Korsgaard
02a623ddf9
buildroot: remove trailing spaces
...
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
sed -i 's/ \+$//' $i;
done
2008-08-04 19:07:05 +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
John Voltz
fbf6f0c968
remove unused JAMVM_DIR_PREFIX
2008-04-24 18:13:02 +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
Peter Korsgaard
db0748c0fd
concierge: cleanup (white space + unneeded mkdir)
2008-03-31 09:51:59 +00:00
Peter Korsgaard
77d133d27e
package: move java packages to package/java sub directory
2008-03-28 10:40:45 +00:00