summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* ntfs-3g: remove extra white spacePeter Korsgaard2009-03-301-3/+0
|
* ntfs-3g: remove stray line added in r24738 (Bump version of ntfs-3g to 1-5130)Peter Korsgaard2009-03-301-1/+0
|
* busybox: 1.13.3 tail fixPeter Korsgaard2009-03-301-0/+12
|
* libX11: fix build on hosts without libx11-devPeter Korsgaard2009-03-293-41/+58
| | | | Make sure the build doesn't use keysymdef.h from the host.
* package: proper aclocal fixPeter Korsgaard2009-03-293-1/+8
| | | | | | | | | | Revert r25827 and instead copy over the host aclocal files of the stuff needed for auto* (libtool + pkgconfig). These logically belong with the target stuff, as they are used for the target auto* toolchain. Long term we should probably consider using aclocal --acdir=$(STAGING_DIR)/usr/share/aclocal, so the host .m4 files cannot interfere with the target build.
* Another external toolchain fixThomas Petazzoni2009-03-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | Change the definition of TARGET_LDFLAGS to use --sysroot $(STAGING_DIR) instead of -L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib. It fixes the following failure while trying to build mtd-utils : /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-unknown-linux-uclibcgnueabi-gcc -L/home/thomas/local/buildroot-output/build_arm/staging_dir/lib -L/home/thomas/local/buildroot-output/build_arm/staging_dir/usr/lib -o /home/thomas/local/buildroot-output/build_arm/mtd_orig/flash_eraseall /home/thomas/local/buildroot-output/build_arm/mtd_orig/crc32.o /home/thomas/local/buildroot-output/build_arm/mtd_orig/flash_eraseall.o /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/lib/gcc/arm-unknown-linux-uclibcgnueabi/4.3.2/../../../../arm-unknown-linux-uclibcgnueabi/bin/ld: cannot find /lib/libc.so.0 collect2: ld returned 1 exit status make[1]: *** [/home/thomas/local/buildroot-output/build_arm/mtd_orig/flash_eraseall] Error 1 At the same time, simplify the definition of TARGET_CFLAGS, because the -I$(STAGING_DIR)/include -I$(STAGING_DIR)/usr/include -I$(TOOLCHAIN_EXTERNAL_PATH)/$(TOOLCHAIN_EXTERNAL_PREFIX)/include are no longer necessary since we sysroot the toolchain in $(SYSROOT_DIR). This patch has no effect on non-external toolchain builds. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mplayer: disable LIVE555 Streaming MediaPeter Korsgaard2009-03-281-0/+1
| | | | | | | | | | | | LIVE555 was installed on the build system and was recognized by configure: Checking for LIVE555 Streaming Media libraries ... yes (using distribution version) Later this led to a linker error: ld: cannot find -lliveMedia Disable LIVE555, since it's not available in Buildroot. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
* package/mtd: don't enable rarely used commands by defaultPeter Korsgaard2009-03-261-5/+0
| | | | Most people don't need them, so don't enable mkfsjffs + doc tools by default.
* package/mtd: default to mtd-utils release, mark 20061007 snapshot as deprecatedPeter Korsgaard2009-03-261-1/+2
|
* mtd-utils.git: revert r24869 (convert to DOWNLOAD helper) to fix downloadPeter Korsgaard2009-03-261-1/+1
| | | | | | | Reported by Thomas Petazzoni. The git download doesn't work nicely with DOWNLOAD, so revert to the direct WGET handling.
* package/mtd: remove unneeded 'depends on BR2_PACKAGE_MTD'Peter Korsgaard2009-03-261-22/+0
| | | | The entire mtd handling is within an if BR2_PACKAGE_MTD conditional
* m4: provide download target (missing from r25810)Peter Korsgaard2009-03-261-0/+3
|
* /usr/share/aclocal is now in $(HOST_DIR) and not $(STAGING_DIR).Thomas Petazzoni2009-03-261-1/+1
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* util-linux: fix download URLPeter Korsgaard2009-03-261-1/+1
|
* wpa_supplicant: bump versionPeter Korsgaard2009-03-251-1/+1
| | | | Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>, closes #213.
* pango: host build needs automake/autoconfPeter Korsgaard2009-03-241-1/+1
|
* package: provide download target for host packagesPeter Korsgaard2009-03-2415-0/+45
|
* busybox: 1.13.3 hush fixPeter Korsgaard2009-03-241-0/+179
|
* libtool: cleanupPeter Korsgaard2009-03-232-124/+29
| | | | | - Convert into Makefile.autotools.in format for target build - Build host version in BUILD_DIR and install into HOST_DIR
* m4: cleanupPeter Korsgaard2009-03-232-103/+28
| | | | | - Convert into Makefile.autotools.in format for target build - Build host version in BUILD_DIR and install into HOST_DIR
* autoconf: cleanupPeter Korsgaard2009-03-232-109/+33
| | | | | - Convert into Makefile.autotools.in format for target build - Build host version in BUILD_DIR and install into HOST_DIR
* automake: cleanupPeter Korsgaard2009-03-231-113/+33
| | | | | - Convert into Makefile.autotools.in format for target build - Build host version in BUILD_DIR and install into HOST_DIR
* pkgconfig: really use make install for BR2_ENABLE_DEBUGPeter Korsgaard2009-03-231-1/+1
|
* package: auto* needs perlPeter Korsgaard2009-03-232-0/+2
|
* 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
|
* 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.
* 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-1913-190/+195
| | | | | | | | | | | | | | 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
|
* 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
|