Commit Graph

4122 Commits

Author SHA1 Message Date
Peter Korsgaard
e34521b47e libxslt: use select instead of depends for pkgconfig like other packages
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-15 17:48:33 +00:00
Peter Korsgaard
565e05c8a1 packages: fix pkgconfig depencies and select pkgconfig where needed 2008-06-14 21:01:16 +00:00
Peter Korsgaard
43f18ea31c dbus-glib: don't depend on host pkg-config 2008-06-14 21:01:07 +00:00
Peter Korsgaard
40af930421 package/Makefile.autotools.in: support 'make external-deps' 2008-06-14 21:01:03 +00:00
Peter Korsgaard
6eb60364c4 pkgconfig: bump version and cleanup
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-14 21:00:59 +00:00
Peter Korsgaard
e147608e7d busybox 1.10.3 patch 2008-06-13 20:49:35 +00:00
Peter Korsgaard
f85cd12c17 toolchain: also setup kernel headers when ext toolchain is used
Provide kernel headers when ext toolchain is used, so we can compile
packages which need them.
2008-06-13 14:28:57 +00:00
Peter Korsgaard
b51e205521 avahi: make sure usr/lib/ exists 2008-06-13 14:19:13 +00:00
Peter Korsgaard
1828845345 u-boot: don't depend on gcc (not needed and not provided by ext toolchain) 2008-06-13 13:46:42 +00:00
Peter Korsgaard
c27f4963b5 expat: make sure usr/lib/ exists 2008-06-13 13:31:41 +00:00
Peter Korsgaard
364405da5f toolchain: gcc 4.2.4 support 2008-06-13 11:49:42 +00:00
Hamish Moffatt
40cee2a9fc Publish $(LIBTOOL) variable and use it in the libusb dependencies, so that
libusb isn't rebuilt every time.
2008-06-13 10:01:03 +00:00
Peter Korsgaard
c498d3f9f3 libusb: bump patch version 2008-06-13 08:47:55 +00:00
Peter Korsgaard
f8ba68f28b libusb: depend on actual host-libtool binary
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-13 08:45:35 +00:00
Hamish Moffatt
87d71cf83f Fix missing libtool when building libusb 2008-06-13 05:53:25 +00:00
Peter Korsgaard
3094bf2b35 u-boot: cleanup arch handling
Thanks to Hamish Moffatt.
2008-06-12 07:27:48 +00:00
Peter Korsgaard
871896a93e u-boot: evaluate U_BOOT_ARCH at use time, rather than Makefile parse time
U_BOOT_ARCH seems to race with KERNEL_ARCH in some situations,
so it end up empty. It's only used once, so fix it by using a
use-time evaluated variable instead (=).
2008-06-11 13:07:03 +00:00
Peter Korsgaard
fc084dfefe kernel headers: bump 2.6.25.x version 2008-06-11 13:05:23 +00:00
Peter Korsgaard
a40fbe48c9 kernel headers: bump 2.6.25.x version 2008-06-07 09:40:16 +00:00
Peter Korsgaard
68cd7d62ca busybox 1.10.x: bump version 2008-06-07 07:46:01 +00:00
Peter Korsgaard
197ab1cef2 toolchain: also use arch/tune/abi options when softfloat is enabled
The ifeq/endif nesting was wrong, so arch/tune/abi options where only set in
the non-softfloat case.
2008-06-06 12:49:53 +00:00
Peter Korsgaard
3c9c983690 tslib: fix inputattach patch typos
Patch by Markus Heidelberg.

tslib should be changed to use inputattach from the input-tools package
instead though.
2008-06-03 10:17:44 +00:00
Peter Korsgaard
2e696981a6 kernel headers: add BR2_DEPRECATED / BR2_RECENT annotations to 2.6.2x 2008-06-02 12:25:24 +00:00
Peter Korsgaard
22454398f5 kernel headers: add 2.6.25.4 2008-06-02 12:25:20 +00:00
Peter Korsgaard
eff0dffca2 kernel headers: bump 2.6.24.x to 2.6.24.7 2008-06-02 12:25:17 +00:00
Arnar Mar Sigurðsson
8548fd0951 Fix my own broken mistakes 2008-06-01 21:35:14 +00:00
Arnar Mar Sigurðsson
ea354de4e6 Change to menuconfig and make it right. 2008-06-01 21:17:28 +00:00
Arnar Mar Sigurðsson
a9aa94d1be Add missing depends 2008-06-01 19:42:14 +00:00
Arnar Mar Sigurðsson
3d3aacff88 Cosmetic fixes 2008-06-01 19:28:44 +00:00
Arnar Mar Sigurðsson
d11272f159 Added database menu to config (maybe move the other databases under it to remove the mess from the main package menu)
Added mysql 5.1 client package, can be used to provide mysql support for PHP. Note: This package has only been tested on AVR32.
2008-06-01 18:08:48 +00:00
Arnar Mar Sigurðsson
4d953ef59f Dump php to version 5.2.6 and add SimpleXML extension to config menu 2008-06-01 18:04:13 +00:00
Arnar Mar Sigurðsson
65063afec9 Add option to set default site to download package source from. FreeBSD ports mirrors (like: ftp2.uk.freebsd.org/pub/FreeBSD/ports/distfiles) are a good place to find almost all of the source packages. 2008-06-01 17:58:48 +00:00
Peter Korsgaard
e7bdf94241 busybox: additional 1.10.2 fixes 2008-05-31 12:58:22 +00:00
Peter Korsgaard
c35b4dbc5d sqlite: bump version 2008-05-31 07:28:17 +00:00
Peter Korsgaard
bfb1e1e9f1 package: ifplugd package 2008-05-31 07:28:12 +00:00
Peter Korsgaard
babe5b0486 uclibc-0.9.28.3: correct arch list (avr32 missing, stuff only in 0.9.29+) 2008-05-31 07:28:09 +00:00
Peter Korsgaard
abf69d676f busybox: 1.10.2 patches 2008-05-31 07:28:04 +00:00
Peter Korsgaard
00141805cb uclibc-0.9.28.3: fix config so oldconfig doesn't ask questions 2008-05-31 07:28:00 +00:00
Peter Korsgaard
f469324898 uclibc-0.9.29: handle powerpc subarch selection 2008-05-31 07:27:58 +00:00
Peter Korsgaard
ff1b7e871f Makefile: honor silent (-s) flag 2008-05-31 07:27:52 +00:00
Peter Korsgaard
db8eecfcea distclean: Don't delete $(IMAGE)
There is not much point in deleting $(IMAGE) as the entire binaries dir
is removed. Furthermore, $(IMAGE) is a prefix rather than a file name.
2008-05-31 07:27:47 +00:00
Peter Korsgaard
6d0862e422 generic target_skeleton: add /sys to fstab 2008-05-31 07:27:43 +00:00
Peter Korsgaard
5ec6ca9f20 generic target_skeleton: mark /sys with .empty file
/sys somehow didn't got an .empty file like the rest in r21586. Fixed.
2008-05-31 07:27:40 +00:00
Hamish Moffatt
fc95a74012 Fix dependencies to enable autoreconf, without rebuilding every time 2008-05-28 06:54:02 +00:00
Hamish Moffatt
6485701676 Fix dependency on host-autoconf 2008-05-28 02:12:52 +00:00
Hamish Moffatt
06aae8eaf7 Remove bashisms 2008-05-28 01:21:45 +00:00
Ulf Samuelsson
7bcbde3760 Remove superfluos slash character from MPFR_SITE 2008-05-22 21:40:50 +00:00
Ulf Samuelsson
e533d8544c Build iptables using a single process 2008-05-22 21:39:22 +00:00
Ulf Samuelsson
ef3e95f2e4 Build fbset using a single process 2008-05-22 21:37:24 +00:00
Ulf Samuelsson
b2e06a8e71 Doom WAD's depend on Doom 2008-05-22 21:32:26 +00:00