Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-19 | pango: fix host build | Peter Korsgaard | |
pango likes to rerun it's configure script at make time, and it then fails to find the correct pkg-config files (it finds the ones ins STAGING_DIR) causing problems if they are not compatible. Fix it by setting PKG_CONFIG_PATH in it's make environment. | |||
2009-03-19 | package: add STAMP_DIR and use for host builds | Peter Korsgaard | |
Move stamp (dependency) files outside the (version specific) source directories, so other packages can hardcode dependencies on them instead of having to use <PACKAGE>_VERSION variables. This is important as the variables in the make rules are evaluated when the rules is seen, which might be before the dependent makefile is parsed (and hence <PACKAGE>_VERSION variable is known, screwing up stuff. The downside of this is that the package isn't automatically rebuilt when the version changes (E.G. by a svn update) and you now also have to remove the stamp files next to $(BUILD_DIR)/<PACKAGE>-* to force a rebuild. | |||
2009-03-19 | liboil: don't build examples | Peter Korsgaard | |
Add patch missing from r25053. | |||
2009-03-19 | pkg-config: rename pkgconfig to pkg-config | Peter Korsgaard | |
This matches upstream tarball, doesn't screw up existing .config's with BR2_PACKAGE_PKGCONFIG and makes sure the patch gets applied for target compilation. | |||
2009-03-19 | busybox: 1.13.3 ash fix | Peter Korsgaard | |
2009-03-19 | pkgconfig: make sure host compile target isn't considered out of date | Peter Korsgaard | |
2009-03-18 | kernel-headers: adjust patch names for 2.6.28.8 | Peter Korsgaard | |
2009-03-18 | pango: use same with/without-x setting for host build as for target | Peter Korsgaard | |
Ensures identical pango.modules contents | |||
2009-03-18 | pango: generate pango.modules at build time rather than run time | Peter Korsgaard | |
Generate pango.modules using the host tools instead of setting up an init script to do it at run time. Also apply patches to host build to get identical pango.modules file. | |||
2009-03-18 | avahi: fix python path | Peter Korsgaard | |
2009-03-18 | libgtk2: build host version, use it for build time binaries | Peter Korsgaard | |
2009-03-18 | pango: add host version | Peter Korsgaard | |
2009-03-18 | cairo: remove unneeded _INSTALL_STAGING_OPT setting | Peter Korsgaard | |
2009-03-18 | cairo: add host version | Peter Korsgaard | |
2009-03-18 | freetype: add host version | Peter Korsgaard | |
2009-03-18 | freetype: cleanup target install | Peter Korsgaard | |
2009-03-18 | freetype: bump version | Peter Korsgaard | |
2009-03-18 | freetype: get rid of ancient 2.2.1 version | Peter Korsgaard | |
2009-03-18 | freetype: fixup help text indentation | Peter Korsgaard | |
2009-03-18 | expat: fixup help text | Peter Korsgaard | |
2009-03-18 | fontconfig: fixup help text indentation | Peter Korsgaard | |
2009-03-18 | pixman: add host version | Peter Korsgaard | |
2009-03-18 | pixman: fixup help text indentation | Peter Korsgaard | |
2009-03-18 | atk: add host version | Peter Korsgaard | |
2009-03-18 | atk: small cleanup | Peter Korsgaard | |
2009-03-18 | libglib2: no longer needs glib2-dev package on host | Peter Korsgaard | |
2009-03-18 | pkgconfig: add pkgconfig package for target | Peter Korsgaard | |
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 | pkgconfig: use pkg-config-*-host build dir for host version | Peter Korsgaard | |
2009-03-18 | pkgconfig: install into HOST_DIR | Peter Korsgaard | |
2009-03-18 | package: add dbus-python | Peter Korsgaard | |
2009-03-18 | alsa-lib: don't force EABI for ARM | Peter Korsgaard | |
Closes #191. | |||
2009-03-18 | kernel-headers: bump 2.6.27.x version | Peter Korsgaard | |
2009-03-17 | avahi: enable glib / gtk support if available | Peter Korsgaard | |
2009-03-17 | libglib2: pkgconfig patch no longer needed as we have HOST_DIR in path | Peter Korsgaard | |
2009-03-17 | kernel-headers: bump 2.6.28.x version | Peter Korsgaard | |
2009-03-17 | dbus-glib: bump version and convert to Makefile.autotools.in format | Peter Korsgaard | |
This at the same times fixes the staging dir install, so stuff needing dbus-glib is able to build. | |||
2009-03-17 | Makefile.autotools.in: use TARGET_PATH for compile step | Peter Korsgaard | |
This ensures that the correct build tools are found rather than the host versions (glib-genmarshal, ..) | |||
2009-03-17 | package: add HOST_DIR to target path | Peter Korsgaard | |
2009-03-17 | package: fix host path | Peter Korsgaard | |
And generate dbus introspect xml for dbus-glib. | |||
2009-03-16 | dbus: add host-dbus support | Peter Korsgaard | |
2009-03-16 | expat: add host-expat support | Peter Korsgaard | |
2009-03-16 | package/Makefile.in: search $(HOST_DIR) for host includes / libraries | Peter Korsgaard | |
2009-03-16 | expat: convert to Makefile.autotools.in format | Peter Korsgaard | |
2009-03-16 | libgtk2: small cleanup | Peter Korsgaard | |
2009-03-16 | dbus: compile with X support if libX11 is available | Peter Korsgaard | |
2009-03-16 | libgtk2: init script: make sure /etc/gtk-2.0 exists | Peter Korsgaard | |
2009-03-16 | libglib2: build host version for build-time binaries | Peter Korsgaard | |
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 | iptables: doesn't use glib | Peter Korsgaard | |
2009-03-16 | Makefile: introduce $(HOST_DIR) for host binaries | Peter Korsgaard | |
Add HOST_DIR directory handling. HOST_DIR should be used just like STAGING_DIR, but for host files instead of target ones. | |||
2009-03-16 | automake: minor cleanup | Peter Korsgaard | |