summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
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
2008-12-31busybox: bump 1.12.x / 1.13.x versionsPeter Korsgaard
2008-12-31libgtk2: add init script to create /etc/gtk-2.0/gdk-pixbuf.loadersPeter Korsgaard
It would be nicer to do this at compile time, but then we would need to compile libgtk2 for the host as well.
2008-12-31pango: add init script to create /etc/pango/pango.modulesPeter Korsgaard
It would be nicer to do this at compile time, but then we would need to compile pango for the host as well.
2008-12-31libcurl/libglade: touch _HOOK_POST_INSTALL targetPeter Korsgaard
2008-12-30busybox: 1.13.1 dc fixPeter Korsgaard
2008-12-30package: remove default y from xserver selectionPeter Korsgaard
2008-12-29xlib needs wchar support, so require it for tinyx as wellPeter Korsgaard
2008-12-29pango: fix download urlPeter Korsgaard
Reported by Berns.
2008-12-29libglib2: fix download urlPeter Korsgaard
Reported by Berns.
2008-12-29gmpc: fix typoPeter Korsgaard
Thanks to Thomas for noticing.
2008-12-29busybox; fix iptunnel compile with 2.6.28 headers (from r24253)Peter Korsgaard
2008-12-29gmpc: needs libglade as wellPeter Korsgaard
2008-12-28package: make X server selection a choice and fix tinyx prefixPeter Korsgaard
2008-12-28package: add gmpc (gtk musicpd client) packagePeter Korsgaard
2008-12-28netsnmp: don't list openssl as a hard dependencyPeter Korsgaard
netsnmp can be compiled without ssl support, so don't list it as a hard dependency and only compile in support if enabled by the user.
2008-12-28libcurl: add dummy curl-* targetsPeter Korsgaard
2008-12-28libcurl: compile with openssl support if availablePeter Korsgaard
2008-12-28curl: rename to libcurl so Makefile.autotools.in can find patchesPeter Korsgaard
2008-12-28openssl: fix uclibc 0.9.30 buildPeter Korsgaard
2008-12-28netsnmp: bump version, fixes security hole in snmpv3Peter Korsgaard
2008-12-28curl: convert to Makefile.autotools.in format, bump versionPeter Korsgaard
2008-12-28curl: remove unused legacy patchesPeter Korsgaard
2008-12-27libmpd: no need for autoreconf now we don't patch configure.ac anymorePeter Korsgaard
2008-12-27package: add libgladePeter Korsgaard
2008-12-27pango: bump versionPeter Korsgaard
2008-12-26directfb-examples fixesThomas Petazzoni
* Do not install to the staging dir inside the target install target, since it has already been done in the staging install target. * Strip the binaries installed in the target. * Properly create the target installation stamp. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2008-12-26libmpd: get rid of < glib2.16 workaroundPeter Korsgaard
2008-12-26libglib2: bump versionPeter Korsgaard