summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2009-01-11sudo: use Debian as upstreamPeter Korsgaard
As we are using a Debian/Ubuntu patch, it makes more sense to get the tarball from there as well.
2009-01-11Change name form DIRECTFB_MAJOR to DIRECTFB_VERSION_MAJOR, make patches ↵Ulf Samuelsson
version dependent
2009-01-11Make sure SDL finds DirectFB headers ,if usedUlf Samuelsson
2009-01-11Remove irda.mk from build, since it is totally brokenUlf Samuelsson
2009-01-11Change name from raidtools to raidtools2Ulf Samuelsson
2009-01-11Change name from PYTHON_VERSION_SHORT to PYTHON_VERSION_MAJORUlf Samuelsson
2009-01-11Update package/Config.in for irda-utils, fusion and linux-fusionUlf Samuelsson
2009-01-11Add latest linux-fusion to allow DirectFB to buildUlf Samuelsson
Remove old fusion which only copies some files
2009-01-11Use correct goal for libraw1394.soUlf Samuelsson
2009-01-11Make sure alsa-lib build with correct python versionUlf Samuelsson
2009-01-11Bump php version since source is removed due to security riskUlf Samuelsson
2009-01-11Move SUDO_SITE to ATMEL_MIRROR, No cross-compiler patches for later versions ↵Ulf Samuelsson
which does not build without, fix installation
2009-01-11For some reason we ended up with a link-loop. This does not.Thomas Lundquist
2009-01-10We do not need gtk-doc on the target (and hopefully not in staging.. )Thomas Lundquist
2009-01-10Get rid of a host-dependency.Thomas Lundquist
2009-01-10Wrtie? nto mee!Thomas Lundquist
2009-01-10Nice to point out dependencies on host.Thomas Lundquist
2009-01-10Buop version of olsr to 0.5.6 which builds correctlyUlf Samuelsson
2009-01-10Bump version of ntfs-3g to 1-5130, This will build in lib regardless of prefix=Ulf Samuelsson
2009-01-10Use correct path to source for libsndfileUlf Samuelsson
2009-01-10liberation internal dependencies are correctedUlf Samuelsson
2009-01-10Previous vtun was version 2.6.Ulf Samuelsson
This does not buld because its "configure" requires that -llzo contains "lzolx_decompress". "vtun" does not build, evenm if liblzo is available. The LZO package currently used by buildroot does not contain ANY reference to "lzolx_decompress" "vtun" has been upgraded to 3.0.2 and now builds OK, but is yet to be tested on a target. The previous patch containing three diffs, has been broken up into three files. The second patch fails. This patch tries to replace a perl script ($(VTUN_DIR)/scripts/vtund.rc.debian) with a shell script with the same name. In vtun-3.0.2, vtund.rc.debian is a shell script which is fairly similar to the shell script provided by the patch. For now, it has been decided not to replace this shell script with the script generated by the patch for 2.6 vtun will thus be built with the 3.0.2 vtund.rc.debian. The start-stop-daemon parameters and other things in this script may be inappropriate for something based on busybox. I will leave the decision which script to use, the 2-6 script or the 3.0.2 script to someone else. Both files are kept in the directory, but should be removed once it has been decided what to do about this script. Signed-Off by: Ulf Samuelsson <ulf.samuelsson@atmel.com>
2009-01-09ed: bump version, convert to Makefile.autotools.in formatPeter Korsgaard
2009-01-09grep: convert to Makefile.autotools.in formatPeter Korsgaard
2009-01-09grep: bump version, use GNU_MIRRORPeter Korsgaard
2009-01-08Do not add PATCH_VERSION to PORTAGE_VERSION if patch is not applied, time to ↵Ulf Samuelsson
upgarde to 2.1.6?
2009-01-08mtd: mark 20050122 snapshot as deprecatedPeter Korsgaard
2009-01-08strace: fix AVR32 arch patches and refresh all patches to apply cleanHans-Christian Egtvedt
This patch updates the AVR32 arch patches for strace 4.5.18 and refreshes all the other patches so they apply clean. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2009-01-08neon: s/exapt/expat/Peter Korsgaard
2009-01-08freetype: mark ancient 2.2 version as deprecatedPeter Korsgaard
2009-01-06openssl: remove uclibc-susv3-legacy hunk from avr32 patchPeter Korsgaard
2009-01-05add .empty files for git-svnPeter Korsgaard
git-svn (and git) doesn't handle empty directories, so add .empty files to those dirs like elsewhere in buildroot. Those empty directories are normally not a big deal, but the recent changes to u-boot broke the build.
2009-01-04Use target ar & ranlib when generating static archives, the host tools were ↵Nigel Kukard
being used when libltdl.a was being generated
2009-01-04We don't need to set CC, AR, RANLIB when installing and uninstallingNigel Kukard
2009-01-04Use target ar & ranlib when generating static archives, libm4.a was being ↵Nigel Kukard
built with the host ar and ranlib
2009-01-03* Simplify the screen install, no versioned binaries, no symlink to ↵Nigel Kukard
versioned binary
2009-01-03rsync doesn't support install-exec, override RSYNC_INSTALL_TARGET_OPT to ↵Nigel Kukard
install non-stripped
2009-01-02* Fix format of the pciutils pci.ids.gz data fileNigel Kukard
- If ZLIB is present the filename of pci.ids is changed to pci.ids.gz but its not compressed, add a compressor to ensure its gzipped
2009-01-02Bump socat version, optionally add configure variablesUlf Samuelsson
2009-01-01buildroot: set SHELL instead of messing around with CONFIG_SHELLPeter Korsgaard
Simply set SHELL to bash instead of adding CONFIG_SHELL to all shell invocations. CONFIG_SHELL is still set, as it is used by kconfig.
2009-01-01* Bump release of bootutils to 0.0.9Nigel Kukard
2009-01-01* Running the make for lvm2 in parallel can cause build failures, revert to -j1Nigel Kukard
2009-01-01* Bumped to version 1.41.3Nigel Kukard
- Disable tls - rel-libs is now implemented upstream - Install ext4 tools aswell
2009-01-01* Removed duplicate PCIUTILS_VERSIONNigel Kukard
* When installing pci.ids[.gz] the -D means create all components leading up, using $(@D) does not include the filename, the last directory component is then /usr/share. pci.ids[.gz] is therefore created as /usr/share/misc (misc being the filename). Using $@ fixes this, the directory path is created and the file is installed as /usr/share/misc/pci.ids[.gz] .
2009-01-01* By default pciutils build of libpci.a uses the host ar/ranlib, force the ↵Nigel Kukard
use of the target tools
2009-01-01* Bumped lvm2 to 2.02.43Nigel Kukard
- By default the build uses host ar/ranlib to generate the static lvm library used, force the target tools to be used instead
2008-12-31* Select zlib support in neon for rpmNigel Kukard
2008-12-31* Bumped xfsprogs to 2.10.2Nigel Kukard
- Remvoed susv3 legacy patch which was comitted upstream - Forecefully set some configure results which appear to of been silently ignored in the past
2008-12-31* Refined building of neon optionsNigel Kukard
- Added support to build with or without zlib support
2008-12-31* Bump rpm to 5.1.6Nigel Kukard
- Remove patches comitted upstream - Exclude tools we don't need - Fix bundled magic mime data