summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* pkgconfig: really use make install for BR2_ENABLE_DEBUGPeter Korsgaard2009-03-231-1/+1
|
* package: auto* needs perlPeter Korsgaard2009-03-233-0/+3
|
* u-boot: remove empty dirs from r25796 (git-svn issue)Peter Korsgaard2009-03-230-0/+0
|
* u-boot: add 2009.03 releasePeter Korsgaard2009-03-231-2/+7
|
* u-boot: get rid of version specific patch dirsPeter Korsgaard2009-03-236-1/+1
| | | | All those dirs seem a bit excessive for a single patch
* xorg: needs LARGEFILE supportPeter Korsgaard2009-03-231-3/+3
| | | | For mesa3d/libpciaccess
* mesa3d: sync kconfig deps with makefilePeter Korsgaard2009-03-231-0/+6
|
* libpciaccess: needs large file supportPeter Korsgaard2009-03-231-0/+4
|
* target/generic: s/TTYSO/TTYS0/Peter Korsgaard2009-03-231-2/+2
| | | | Thanks to Hiroshi Shinji for noticing.
* dbus: fix for read-only rootfsPeter Korsgaard2009-03-232-0/+3
| | | | | Similar to how it's handled by avahi - Make sure /var/lib/dbus is a symlink to /tmp/dbus.
* target/generic: add kconfig for serial getty config (port + baudrate)Peter Korsgaard2009-03-204-3/+138
| | | | | These are the settings people most often want to tweak for embedded boards, so add kconfig variables to make it easy to do.
* target/device: wrap AMD preset in BR2_TARGET_AMD menuconfigPeter Korsgaard2009-03-201-0/+6
|
* target/generic: skeleton: add netdev group for dbusPeter Korsgaard2009-03-201-0/+1
|
* dbus: put local state files in /var and not /usr/varPeter Korsgaard2009-03-201-0/+1
| | | | For read only rootfs'es - Like it used to be.
* dbus: fix host buildPeter Korsgaard2009-03-191-1/+1
| | | | Hunk missing from r25755.
* avahi: gtk support needs libglade as wellPeter Korsgaard2009-03-192-3/+2
|
* pango: fix host buildPeter Korsgaard2009-03-191-1/+1
| | | | | | | | 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.
* package: add STAMP_DIR and use for host buildsPeter Korsgaard2009-03-1915-195/+203
| | | | | | | | | | | | | | 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.
* liboil: don't build examplesPeter Korsgaard2009-03-191-0/+34
| | | | Add patch missing from r25053.
* pkg-config: rename pkgconfig to pkg-configPeter Korsgaard2009-03-198-27/+27
| | | | | | 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.
* busybox: 1.13.3 ash fixPeter Korsgaard2009-03-191-0/+43
|
* pkgconfig: make sure host compile target isn't considered out of datePeter Korsgaard2009-03-191-0/+1
|
* kernel-headers: adjust patch names for 2.6.28.8Peter Korsgaard2009-03-183-0/+0
|
* pango: use same with/without-x setting for host build as for targetPeter Korsgaard2009-03-181-1/+1
| | | | Ensures identical pango.modules contents
* pango: generate pango.modules at build time rather than run timePeter Korsgaard2009-03-182-21/+4
| | | | | | 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.
* avahi: fix python pathPeter Korsgaard2009-03-181-2/+2
|
* libgtk2: build host version, use it for build time binariesPeter Korsgaard2009-03-181-3/+52
|
* pango: add host versionPeter Korsgaard2009-03-181-0/+43
|
* cairo: remove unneeded _INSTALL_STAGING_OPT settingPeter Korsgaard2009-03-181-1/+0
|
* cairo: add host versionPeter Korsgaard2009-03-182-0/+88
|
* freetype: add host versionPeter Korsgaard2009-03-181-0/+39
|
* freetype: cleanup target installPeter Korsgaard2009-03-181-3/+2
|
* freetype: bump versionPeter Korsgaard2009-03-182-1/+1
|
* freetype: get rid of ancient 2.2.1 versionPeter Korsgaard2009-03-183-100/+1
|
* freetype: fixup help text indentationPeter Korsgaard2009-03-181-2/+2
|
* expat: fixup help textPeter Korsgaard2009-03-181-2/+1
|
* fontconfig: fixup help text indentationPeter Korsgaard2009-03-181-3/+3
|
* pixman: add host versionPeter Korsgaard2009-03-181-0/+40
|
* pixman: fixup help text indentationPeter Korsgaard2009-03-181-3/+2
|
* atk: add host versionPeter Korsgaard2009-03-181-0/+43
|
* atk: small cleanupPeter Korsgaard2009-03-181-7/+7
|
* libglib2: no longer needs glib2-dev package on hostPeter Korsgaard2009-03-181-1/+0
|
* pkgconfig: add pkgconfig package for targetPeter Korsgaard2009-03-18100-120/+53
| | | | | | | | | | | | | 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.
* pkgconfig: use pkg-config-*-host build dir for host versionPeter Korsgaard2009-03-181-16/+18
|
* pkgconfig: install into HOST_DIRPeter Korsgaard2009-03-182-14/+13
|
* package: add dbus-pythonPeter Korsgaard2009-03-184-0/+64
|
* alsa-lib: don't force EABI for ARMPeter Korsgaard2009-03-181-4/+0
| | | | Closes #191.
* kernel-headers: bump 2.6.27.x versionPeter Korsgaard2009-03-181-1/+1
|
* avahi: enable glib / gtk support if availablePeter Korsgaard2009-03-171-3/+12
|
* libglib2: pkgconfig patch no longer needed as we have HOST_DIR in pathPeter Korsgaard2009-03-172-32/+0
|