summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* fix shared library buildingMike Frysinger2005-09-086-30/+1847
|
* dont need patch, is already a config optMike Frysinger2005-09-081-56/+0
|
* fall back to /dev/urandom if /dev/random is out of entropy Bug 138 by rirelandMike Frysinger2005-09-082-2/+59
|
* grab patch from OE to fix cross-compilingMike Frysinger2005-09-082-1/+15
|
* samrobb writes in Bug 233: only clean host sed if we built itMike Frysinger2005-09-081-0/+5
|
* disable some drivers, touchup build system, and install into STAGING_DIR prefixMike Frysinger2005-09-082-5/+24
|
* build with prefix set to STAGING_DIR so the generated .la file has correct pathsMike Frysinger2005-09-081-2/+2
|
* add optional support for freetype #372 by pnoffkeMike Frysinger2005-09-082-2/+13
|
* grab some fixes from Gentoo to enable shared library support, add a ↵Mike Frysinger2005-09-083-12/+175
| | | | jpeg-dirclean target, and cleanup the build in general
* version bump to 1.2.9 and merge staging_dir fixes by Patrick NoffkeMike Frysinger2005-09-081-4/+6
|
* add a libpng-dirclean target and alias png to libpngMike Frysinger2005-09-081-1/+5
|
* version bump to 2.6.6Mike Frysinger2005-09-082-12/+1
|
* only build host-file if we need itMike Frysinger2005-09-081-1/+1
|
* touchup build processMike Frysinger2005-08-301-2/+3
|
* some patches from GentooMike Frysinger2005-08-302-0/+124
|
* ver bump to 1.3.8Mike Frysinger2005-08-301-1/+1
|
* Build 'file' for the host as well as the target. If the host system has a ↵"Steven J. Hill"2005-08-302-15/+50
| | | | 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.
* david_bachelart writes in Bug 181: make defconfig is trying to find ↵Mike Frysinger2005-08-281-1/+1
| | | | "defconfig" file instead of ".defconfig"
* marcusbrutus writes in Bug 393: version 3.0.2 no longer exists, upstream has ↵Mike Frysinger2005-08-281-1/+1
| | | | released 3.0.3 of dhcp
* daisuke writes in Bug 397: This patch updates the iptables package to build ↵Mike Frysinger2005-08-281-1/+1
| | | | version 1.3.3. The 1.3.3 version of iptables adds additional features.
* daisuke writes in Bug 401: This patch updates the ncurses package to build ↵Mike Frysinger2005-08-282-25/+13
| | | | version 5.4. The 5.4 version of ncurses adds additional features.
* update to latest versionMike Frysinger2005-08-201-13/+7
|
* add support for sdl by Patrick NoffkeMike Frysinger2005-08-193-0/+69
|
* Changes to allow compilation with GCC-4.1.0."Steven J. Hill"2005-08-184-5/+116
|
* file-4.15 is out and it supports cross-compiling :DMike Frysinger2005-08-182-31/+1
|
* busybox-1.01 has been releasedMike Frysinger2005-08-181-1/+1
|
* The coreutils configure script is a steaming <many explitives deletedEric Andersen2005-08-151-0/+30
| | | | | | 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.
* apply patches when requested toEric Andersen2005-08-151-0/+1
|
* Change root_fs_$(ARCH) to rootfs.$(ARCH)Eric Andersen2005-08-131-1/+1
|
* update to python-2.4.1 with the help of open embeddedMike Frysinger2005-08-132-43/+32
|
* forgot to commit thisMike Frysinger2005-08-111-0/+13
|
* portage needs pythonMike Frysinger2005-08-111-0/+1
|
* fix screwy patch handlingEric Andersen2005-08-101-1/+1
|
* minor updateEric Andersen2005-08-101-6/+9
|
* updateEric Andersen2005-08-102-51/+3
|
* Make strace behave for arm, which for 2.4.x lacks __NR_exit_groupEric Andersen2005-08-091-0/+15
|
* some platforms (such as arm with 2.4.x kernel headers) lackEric Andersen2005-08-091-0/+21
| | | | __NR_fremovexattr and thus need special case handling
* Rather than adjusting the way ldso allocates memory, for theEric Andersen2005-08-083-0/+226
| | | | | time being simply add a series of suppressions to make valgrind ignore all memory mmaped by uClibc's ldso.
* Fix some broken dependanciesEric Andersen2005-08-082-3/+6
|
* Prevent problems with fakeroot possibly trying to use stale host filesystemEric Andersen2005-08-081-11/+11
| | | | inodes by carefully regenerating fakeroot.env from package specific files.
* use the new gnuconfig stuffMike Frysinger2005-08-043-3/+3
|
* add support for fetching latest config.{sub,guess} files from config cvsMike Frysinger2005-08-0422-0/+5231
|
* whitespace syncMike Frysinger2005-08-041-2/+2
|
* Allow packages to use fakeroot. To accomodate this, convert allEric Andersen2005-08-041-2/+4
| | | | target filesystem creation tools to also use fakeroot.
* Fix it up so ltp builds and installs itself properly so it isEric Andersen2005-08-042-22/+100
| | | | 100% ready to run on the target device.
* Add BR2_CROSS_TOOLCHAIN_TARGET_UTILS to allow bundling of some useful debugManuel Novoa III2005-08-041-0/+5
| | | | | apps with a deployed cross toolchain. Should probably do ltrace as well... Also, add another compat symlink for cross gdb.
* dont use xargsMike Frysinger2005-08-031-1/+1
|
* fixes for superhMike Frysinger2005-08-032-0/+38
|
* new version (4.5.12)Mike Frysinger2005-08-031-1/+2
|
* Move buildroot-used bin/sed (binary or symlink) into TOOL_BUILD_DIR instead ↵Manuel Novoa III2005-08-031-15/+17
| | | | of STAGING_DIR, since the latter could be a standalone cross toolchain dir.