summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2008-06-23lm-sensors: bump version and cleanupPeter Korsgaard
- Bump version to 3.0.2 which no longer needs libsysfs - Set MACHINE correctly, so it doesn't try to build isa stuff for non-i386 - Cleanup make invocation
2008-06-23lm-sensors: clean libsensors* from usr/lib, not libPeter Korsgaard
2008-06-20libxml2: strip libraries in TARGET_DIRPeter Korsgaard
And cleanup libxml2.mk trailing whitespace while we're at it.
2008-06-20dbus: depend on libxml2-install-staging instead for libxml2Peter Korsgaard
Makefile.autools.in doesn't have proper dependencies set up for the .stamp files, so use the libxml2-install-staging target instead. This does unfortunately mean that dbus is always considered out of date, but atleast it works.
2008-06-20budybox: 1.10.3 udhcpc fixPeter Korsgaard
2008-06-19buildroot: s/depends/depends on/Peter Korsgaard
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
2008-06-19package/config: add gettext helperPeter Korsgaard
From Bernhards tree (2b693d78)
2008-06-19package/config: rebase from upstream (2.6.24.4)Peter Korsgaard
From Bernhards tree (1af211ea)
2008-06-19package/config: rebase from upstream (2.6.23.14)Peter Korsgaard
From Bernhards tree (2737cfdd)
2008-06-19package/config: cygwin fixPeter Korsgaard
- pass HOST_LOADLIBES down to make mconf for cygwin - fix link-order WRT HOST_LOADLIBES From Bernhards tree (91018d95)
2008-06-18nbd: bump version and depend on glib2Peter Korsgaard
Patch by Thiago A. Correa.
2008-06-18proftpd: remove unneeded susv3 legacy patchPeter Korsgaard
2008-06-18dnsmasq: use awk instead of nawkPeter Korsgaard
2008-06-18proftp: bump version and fix compilation on 2.6.24+Peter Korsgaard
Based on patch by Thiago A. Corrêa.
2008-06-18usbutils: select libusbPeter Korsgaard
2008-06-17Fix options to configureHamish Moffatt
2008-06-17Remove patch which isn't required for the specified upstream versionHamish Moffatt
2008-06-17Fix missing punctuationHamish Moffatt
2008-06-16lsof: bump versionPeter Korsgaard
Patch by Conrad Parker.
2008-06-16libvorbis: use BR2_SOFT_FLOAT to set default for tremorPeter Korsgaard
Use BR2_SOFT_FLOAT to set default for tremor instead of hardcoded arch list.
2008-06-16libvorbis: make tremor option description more clearPeter Korsgaard
Also remove comment about not being implemented.
2008-06-16libvorbis: remove BR2_PACKAGE_LIBVORBIS_HEADERSPeter Korsgaard
We don't need per-package header install options now that we have BR2_HAVE_DEVFILES (they are in fact useless as the files will get overwritten/deleted anyway).
2008-06-16libvorbis: fix av32 typo in tremor defaultPeter Korsgaard
2008-06-16libvorbis: show comment if libogg isn't enabled, not if libvorbis isn't.Peter Korsgaard
2008-06-16libogg: remove BR2_PACKAGE_LIBOGG_HEADERSPeter Korsgaard
We don't need per-package header install options now that we have BR2_HAVE_DEVFILES (they are in fact useless as the files will get overwritten/deleted anyway).
2008-06-16libogg: move header install to seperate target so it isn't always out-of-datePeter Korsgaard
2008-06-16libogg: fix libogg.a targetPeter Korsgaard
Based on patch by Conrad Parker.
2008-06-16python: fix hostpython target.Peter Korsgaard
Remove invalid hyphen in front of -$(MAKE) in the middle of a subshell Patch by Conrad Parker.
2008-06-16file: bump versionPeter Korsgaard
Patch by Conrad Parker.
2008-06-16php: fix s/EXIT/EXT/ typo in simplexml selectPeter Korsgaard
2008-06-15dnsmasq: touch target after makePeter Korsgaard
2008-06-15valgrind: don't add pkgconfig files to targetPeter Korsgaard
2008-06-15valgrind: there is no vgskin_none.so anymore, use coregrind/valgrind insteadPeter Korsgaard
2008-06-15dbus: depend on exact XML dep so it isn't always considered out-of-datePeter Korsgaard
2008-06-15valgrind: needs kernel headers (and doesn't respect CFLAGS)Peter Korsgaard
2008-06-15libxslt: use select instead of depends for pkgconfig like other packagesPeter Korsgaard
There's not much point in using depends instead of select for pkgconfig as it's a host tool, E.G. it doesn't add anything to the rootfs. At the same time, strip Config.in of trailing spaces.
2008-06-14packages: fix pkgconfig depencies and select pkgconfig where neededPeter Korsgaard
2008-06-14dbus-glib: don't depend on host pkg-configPeter Korsgaard
2008-06-14package/Makefile.autotools.in: support 'make external-deps'Peter Korsgaard
2008-06-14pkgconfig: bump version and cleanupPeter Korsgaard
Upgrade to pkgconfig 0.23 which has native sysroot support (buggy, but easily fixable), which allows us to get rid of pkgconfig-filter.sh. At the same time cleanup the makefile.
2008-06-13busybox 1.10.3 patchPeter Korsgaard
2008-06-13avahi: make sure usr/lib/ existsPeter Korsgaard
2008-06-13expat: make sure usr/lib/ existsPeter Korsgaard
2008-06-13Publish $(LIBTOOL) variable and use it in the libusb dependencies, so thatHamish Moffatt
libusb isn't rebuilt every time.
2008-06-13libusb: bump patch versionPeter Korsgaard
2008-06-13libusb: depend on actual host-libtool binaryPeter Korsgaard
We need to depend on the actual host-libtool binary instead of the phony host-libtool as libusb otherwise will get recompiled every time.
2008-06-13Fix missing libtool when building libusbHamish Moffatt
2008-06-07busybox 1.10.x: bump versionPeter Korsgaard
2008-06-03tslib: fix inputattach patch typosPeter Korsgaard
Patch by Markus Heidelberg. tslib should be changed to use inputattach from the input-tools package instead though.
2008-06-01Fix my own broken mistakesArnar Mar SigurĂ°sson