summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2005-09-08grab patch from OE to fix cross-compilingMike Frysinger
2005-09-08samrobb writes in Bug 233: only clean host sed if we built itMike Frysinger
2005-09-08disable some drivers, touchup build system, and install into STAGING_DIR prefixMike Frysinger
2005-09-08build with prefix set to STAGING_DIR so the generated .la file has correct pathsMike Frysinger
2005-09-08add optional support for freetype #372 by pnoffkeMike Frysinger
2005-09-08grab some fixes from Gentoo to enable shared library support, add a ↵Mike Frysinger
jpeg-dirclean target, and cleanup the build in general
2005-09-08version bump to 1.2.9 and merge staging_dir fixes by Patrick NoffkeMike Frysinger
2005-09-08add a libpng-dirclean target and alias png to libpngMike Frysinger
2005-09-08version bump to 2.6.6Mike Frysinger
2005-09-08only build host-file if we need itMike Frysinger
2005-08-30touchup build processMike Frysinger
2005-08-30some patches from GentooMike Frysinger
2005-08-30ver bump to 1.3.8Mike Frysinger
2005-08-30Build 'file' for the host as well as the target. If the host system has a ↵"Steven J. Hill"
version older than that being built for buildroot, the target build will fail. So, we build 'file' for the host and add actually add '$(TOOL_BUILD_DIR)/bin' to the TARGET_PATH so that it takes precedence over the host system version.
2005-08-28 david_bachelart writes in Bug 181: make defconfig is trying to find ↵Mike Frysinger
"defconfig" file instead of ".defconfig"
2005-08-28marcusbrutus writes in Bug 393: version 3.0.2 no longer exists, upstream has ↵Mike Frysinger
released 3.0.3 of dhcp
2005-08-28daisuke writes in Bug 397: This patch updates the iptables package to build ↵Mike Frysinger
version 1.3.3. The 1.3.3 version of iptables adds additional features.
2005-08-28daisuke writes in Bug 401: This patch updates the ncurses package to build ↵Mike Frysinger
version 5.4. The 5.4 version of ncurses adds additional features.
2005-08-20update to latest versionMike Frysinger
2005-08-19add support for sdl by Patrick NoffkeMike Frysinger
2005-08-18Changes to allow compilation with GCC-4.1.0."Steven J. Hill"
2005-08-18file-4.15 is out and it supports cross-compiling :DMike Frysinger
2005-08-18busybox-1.01 has been releasedMike Frysinger
2005-08-15The coreutils configure script is a steaming <many explitives deletedEric Andersen
in the interest of our younger readers>. This works around some of the worst damage, thus allowing utils such as 'df' to properly cross compile so that ltp will produce proper results.
2005-08-15apply patches when requested toEric Andersen
2005-08-13Change root_fs_$(ARCH) to rootfs.$(ARCH)Eric Andersen
2005-08-13update to python-2.4.1 with the help of open embeddedMike Frysinger
2005-08-11forgot to commit thisMike Frysinger
2005-08-11portage needs pythonMike Frysinger
2005-08-10fix screwy patch handlingEric Andersen
2005-08-10minor updateEric Andersen
2005-08-10updateEric Andersen
2005-08-09Make strace behave for arm, which for 2.4.x lacks __NR_exit_groupEric Andersen
2005-08-09some platforms (such as arm with 2.4.x kernel headers) lackEric Andersen
__NR_fremovexattr and thus need special case handling
2005-08-08Rather than adjusting the way ldso allocates memory, for theEric Andersen
time being simply add a series of suppressions to make valgrind ignore all memory mmaped by uClibc's ldso.
2005-08-08Fix some broken dependanciesEric Andersen
2005-08-08Prevent problems with fakeroot possibly trying to use stale host filesystemEric Andersen
inodes by carefully regenerating fakeroot.env from package specific files.
2005-08-04use the new gnuconfig stuffMike Frysinger
2005-08-04add support for fetching latest config.{sub,guess} files from config cvsMike Frysinger
2005-08-04whitespace syncMike Frysinger
2005-08-04Allow packages to use fakeroot. To accomodate this, convert allEric Andersen
target filesystem creation tools to also use fakeroot.
2005-08-04Fix it up so ltp builds and installs itself properly so it isEric Andersen
100% ready to run on the target device.
2005-08-04Add BR2_CROSS_TOOLCHAIN_TARGET_UTILS to allow bundling of some useful debugManuel Novoa III
apps with a deployed cross toolchain. Should probably do ltrace as well... Also, add another compat symlink for cross gdb.
2005-08-03dont use xargsMike Frysinger
2005-08-03fixes for superhMike Frysinger
2005-08-03new version (4.5.12)Mike Frysinger
2005-08-03Move buildroot-used bin/sed (binary or symlink) into TOOL_BUILD_DIR instead ↵Manuel Novoa III
of STAGING_DIR, since the latter could be a standalone cross toolchain dir.
2005-08-03put back support for generating .config.cmdEric Andersen
2005-08-02also remove support/mksignames.cEric Andersen
2005-08-02Hopefully this will teach bash to get signals correct when cross compiled.Eric Andersen