Commit Graph

2465 Commits

Author SHA1 Message Date
Peter Korsgaard
87ac3fcaa4 buxybox: bump 1.10.x version 2008-06-26 06:50:59 +00:00
Hamish Moffatt
d624e8c0b4 Don't use a stamp file to note whether the package has been installed into the $(TARGET_DIR) 2008-06-26 06:50:44 +00:00
Hamish Moffatt
051ed92d24 Added mii-diag package 2008-06-26 06:43:33 +00:00
Thiago A. Corrêa
40da0ab47a Fix rdesktop build 2008-06-24 22:52:14 +00:00
Peter Korsgaard
39962a2162 BR2_GRAPHIC_SUPPORT: Fixup comment to make kconfig happy
It seems like kconfig nowadays don't like paranthesises is comments.

Reported by Harley.
2008-06-24 18:35:32 +00:00
Thiago A. Corrêa
7eda39aff7 Fix avahi compile when libexpat is not selected 2008-06-24 16:02:22 +00:00
Peter Korsgaard
f55ae3cdcf Makefile.autotools.in: also support source/source-check 2008-06-24 13:26:45 +00:00
Peter Korsgaard
32986b80d4 package/i2c-tools: I2C tools package
This package contains a heterogeneous set of I2C tools for Linux: a bus
probing tool, a chip dumper, register-level access helpers, EEPROM decoding
scripts, and more.

Based on patch by Michel (BusError).
2008-06-24 09:55:37 +00:00
Peter Korsgaard
ad348c0d7f samba: use generic samba.org location over http
Based on patch by Thiago A. Correa.
2008-06-24 08:36:37 +00:00
Peter Korsgaard
476c798231 lm-sensors: remove unused legacy patch 2008-06-23 11:53:47 +00:00
Peter Korsgaard
49adf4b01a lm-sensors: bump version and cleanup
- 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-23 11:53:41 +00:00
Peter Korsgaard
426cd57b26 lm-sensors: clean libsensors* from usr/lib, not lib 2008-06-23 11:53:35 +00:00
Peter Korsgaard
3402d4b4cf libxml2: strip libraries in TARGET_DIR
And cleanup libxml2.mk trailing whitespace while we're at it.
2008-06-20 21:45:27 +00:00
Peter Korsgaard
f49f4b2ac0 dbus: depend on libxml2-install-staging instead for libxml2
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-20 21:45:21 +00:00
Peter Korsgaard
72746ea389 budybox: 1.10.3 udhcpc fix 2008-06-20 18:38:44 +00:00
Peter Korsgaard
a5ac61715b buildroot: s/depends/depends on/
The new kconfig is more strict regarding depends/depends on, so fixup
the tree.
2008-06-19 19:06:25 +00:00
Peter Korsgaard
9991e8c7fb package/config: add gettext helper
From Bernhards tree (2b693d78)
2008-06-19 19:06:08 +00:00
Peter Korsgaard
e2c32ba54b package/config: rebase from upstream (2.6.24.4)
From Bernhards tree (1af211ea)
2008-06-19 08:11:51 +00:00
Peter Korsgaard
1b6f2e0f4c package/config: rebase from upstream (2.6.23.14)
From Bernhards tree (2737cfdd)
2008-06-19 08:11:43 +00:00
Peter Korsgaard
2c2796719a package/config: cygwin fix
- pass HOST_LOADLIBES down to make mconf for cygwin
- fix link-order WRT HOST_LOADLIBES

From Bernhards tree (91018d95)
2008-06-19 08:11:35 +00:00
Peter Korsgaard
f2057583bd nbd: bump version and depend on glib2
Patch by Thiago A. Correa.
2008-06-18 15:03:07 +00:00
Peter Korsgaard
a28e842fd2 proftpd: remove unneeded susv3 legacy patch 2008-06-18 14:21:28 +00:00
Peter Korsgaard
a0848fd267 dnsmasq: use awk instead of nawk 2008-06-18 13:12:00 +00:00
Peter Korsgaard
575721ee91 proftp: bump version and fix compilation on 2.6.24+
Based on patch by Thiago A. Corra.
2008-06-18 08:45:23 +00:00
Peter Korsgaard
93c736ca95 usbutils: select libusb 2008-06-18 08:45:12 +00:00
Hamish Moffatt
5b4b808a61 Fix options to configure 2008-06-17 07:22:29 +00:00
Hamish Moffatt
74b64a8a0d Remove patch which isn't required for the specified upstream version 2008-06-17 07:08:32 +00:00
Hamish Moffatt
1738cf783f Fix missing punctuation 2008-06-17 05:29:48 +00:00
Peter Korsgaard
1d3c30176e lsof: bump version
Patch by Conrad Parker.
2008-06-16 12:29:44 +00:00
Peter Korsgaard
a1c98b4216 libvorbis: use BR2_SOFT_FLOAT to set default for tremor
Use BR2_SOFT_FLOAT to set default for tremor instead of hardcoded arch list.
2008-06-16 11:42:19 +00:00
Peter Korsgaard
cebf9e668d libvorbis: make tremor option description more clear
Also remove comment about not being implemented.
2008-06-16 11:42:16 +00:00
Peter Korsgaard
b1af0e64b1 libvorbis: remove BR2_PACKAGE_LIBVORBIS_HEADERS
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-16 11:34:29 +00:00
Peter Korsgaard
15c2bc40ad libvorbis: fix av32 typo in tremor default 2008-06-16 11:34:11 +00:00
Peter Korsgaard
7af711ab3d libvorbis: show comment if libogg isn't enabled, not if libvorbis isn't. 2008-06-16 11:26:56 +00:00
Peter Korsgaard
ba6586bea1 libogg: remove BR2_PACKAGE_LIBOGG_HEADERS
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-16 11:25:25 +00:00
Peter Korsgaard
f4c708675f libogg: move header install to seperate target so it isn't always out-of-date 2008-06-16 11:16:28 +00:00
Peter Korsgaard
97321b01e0 libogg: fix libogg.a target
Based on patch by Conrad Parker.
2008-06-16 11:16:10 +00:00
Peter Korsgaard
2b57bfa365 python: fix hostpython target.
Remove invalid hyphen in front of -$(MAKE) in the middle of a subshell

Patch by Conrad Parker.
2008-06-16 11:15:51 +00:00
Peter Korsgaard
568fffd769 file: bump version
Patch by Conrad Parker.
2008-06-16 11:15:31 +00:00
Peter Korsgaard
4cd1ceb76d php: fix s/EXIT/EXT/ typo in simplexml select 2008-06-16 09:49:47 +00:00
Peter Korsgaard
37b778b71c dnsmasq: touch target after make 2008-06-15 20:44:15 +00:00
Peter Korsgaard
62b1c6a1c2 valgrind: don't add pkgconfig files to target 2008-06-15 20:44:10 +00:00
Peter Korsgaard
1d141bcfd1 valgrind: there is no vgskin_none.so anymore, use coregrind/valgrind instead 2008-06-15 20:44:05 +00:00
Peter Korsgaard
e1cfbc5645 dbus: depend on exact XML dep so it isn't always considered out-of-date 2008-06-15 20:20:33 +00:00
Peter Korsgaard
01da93b218 valgrind: needs kernel headers (and doesn't respect CFLAGS) 2008-06-15 19:17:23 +00:00
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
b51e205521 avahi: make sure usr/lib/ exists 2008-06-13 14:19:13 +00:00
Peter Korsgaard
c27f4963b5 expat: make sure usr/lib/ exists 2008-06-13 13:31:41 +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
68cd7d62ca busybox 1.10.x: bump version 2008-06-07 07:46:01 +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
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
abf69d676f busybox: 1.10.2 patches 2008-05-31 07:28:04 +00:00
Peter Korsgaard
ff1b7e871f Makefile: honor silent (-s) flag 2008-05-31 07:27:52 +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
Ulf Samuelsson
a201f07005 Add end-of-line at last line of freetype.mk 2008-05-22 21:30:44 +00:00
Ulf Samuelsson
fb5144e589 add SVG selection to Qtopia 4 and fix strip command 2008-05-21 05:52:12 +00:00
Ulf Samuelsson
6c5f3f2ec8 Bump qtopia version 2008-05-21 05:48:38 +00:00
Ulf Samuelsson
99304e81e7 Update lockfile-progs version 2008-05-20 21:35:55 +00:00
Ulf Samuelsson
b6de9af8f4 Bump sip lib versions 2008-05-11 06:47:14 +00:00
Ulf Samuelsson
6f5a065162 Bump ntfs-3g version 2008-05-11 06:46:20 +00:00
Ulf Samuelsson
1b74540f58 Bump qtopia version 2008-05-11 06:45:47 +00:00
Ulf Samuelsson
d83b940590 Bump portage version 2008-05-11 06:45:17 +00:00
Ulf Samuelsson
a37d07ee0e Bump joystick version 2008-05-11 06:44:20 +00:00
Ulf Samuelsson
90cdafbaac Bump lm-sensors version 2008-05-11 06:43:50 +00:00
Ulf Samuelsson
b219f5b067 Bump mdadm version 2008-05-11 06:43:22 +00:00
Ulf Samuelsson
29a7dd1c10 Bump mutt version 2008-05-11 06:41:33 +00:00
Peter Korsgaard
63c97a8c8b busybox: bump version 2008-05-09 10:00:59 +00:00
Peter Korsgaard
371c487a0d busybox: additional 1.10.1 patches 2008-05-05 17:17:00 +00:00
John Voltz
1a596bfe2f pkgconfig fix for docker 2008-05-02 11:20:00 +00:00
Nigel Kukard
bce15df3be * Added screen
The cross compile fix is unavoidable
2008-05-01 19:33:44 +00:00
John Voltz
47cb123718 fix broken patch 2008-05-01 19:16:49 +00:00
Nigel Kukard
02d713dcdd * Fixed bash patches 2008-05-01 19:07:58 +00:00
John Voltz
1aac1affcd remove libdir-la.patch, handled by Makefile.autotools.in 2008-05-01 19:03:48 +00:00
John Voltz
7a03a3b0da remove libdir-la.patch, handled by Makefile.autotools.in 2008-05-01 19:01:10 +00:00
John Voltz
5308aac5ce fix festival file downloaders 2008-05-01 14:11:30 +00:00
John Voltz
f11fa22d0e remove unnecessary libdir-la.patch patches and modify Makefile.autotools.in to patch libtool automatically. 2008-05-01 14:07:11 +00:00
John Voltz
ac6ab6a254 patch for xserver tslib support 2008-05-01 14:03:20 +00:00
Nigel Kukard
4b751965ef * Sync'd bash patches to upstream 2008-04-29 20:03:03 +00:00
Peter Korsgaard
8fdb0e25e6 busybox: 1.10.1 patches 2008-04-29 06:53:55 +00:00
Nigel Kukard
509fe4a6de * Bump version to 5.1.1
* Use bzip2 compression (rpms can have gzip or bzip2 payloads)
* -j1, rpm cannot build with more than 1 thread
2008-04-29 05:04:14 +00:00
Nigel Kukard
e2e55698db * Bump to 5.1.0
* Use fnctl for locking
2008-04-27 09:51:32 +00:00
John Voltz
b111b8087f Change freetype makefile to fix $(STAGING_DIR)/usr/bin/freetype-config 2008-04-25 16:45:49 +00:00
John Voltz
8312d8350d Change cups makefile to fix $(STAGING_DIR)/usr/bin/cups-config 2008-04-25 16:45:27 +00:00
Peter Korsgaard
5a390fda4d package: s/$(STRIP)/$(STRIPCMD)/ 2008-04-25 13:43:00 +00:00
John Voltz
3d1359184f reverting r21851 2008-04-25 11:45:28 +00:00
John Voltz
da0ec1ce4c update qtopia snapshot version and fix problem with qmake generated makefiles being unable to find the toolchain 2008-04-24 18:44:30 +00:00
John Voltz
83096989f9 add libiconv and framework for vlc 2008-04-24 18:35:44 +00:00
John Voltz
fbf6f0c968 remove unused JAMVM_DIR_PREFIX 2008-04-24 18:13:02 +00:00
John Voltz
3dfdc14180 add pcre 2008-04-24 16:56:06 +00:00
John Voltz
676797d57f add oprofile 2008-04-24 16:54:29 +00:00
John Voltz
143b049cce make ng-spice use the proper header directory 2008-04-24 16:52:16 +00:00
John Voltz
bd6b49f697 bump to 0.97.1, removed patch as it has been already applied in upstream revision 0.97.0 (http://gcc.gnu.org/bugzilla/buglist.cgi?product=classpath&target_milestone=0.97)
also fix change in package path that prevented patches from being applied
2008-04-24 16:48:20 +00:00
John Voltz
43b77c7ee5 remove arch specific mistake 2008-04-24 14:26:48 +00:00
John Voltz
29a18d8bbc remove trailing space 2008-04-24 14:25:09 +00:00
John Voltz
17e3358c6d revert 21840 2008-04-24 14:24:02 +00:00
John Voltz
5ecb9d616b revert commit 21832 2008-04-24 14:04:23 +00:00
John Voltz
bc308ce68d add selectable commit id to mtd-utils 2008-04-24 13:26:25 +00:00
John Voltz
09aa3b987c remove arch-prefix from binary filename 2008-04-24 13:25:02 +00:00
John Voltz
138dc3d7dc select docker with xstroke so xstroke has a place to live 2008-04-24 13:23:28 +00:00
John Voltz
910017dfc6 update webkit version 2008-04-24 13:22:34 +00:00
John Voltz
2d1edaa485 some fixes for X 2008-04-24 13:22:14 +00:00
John Voltz
d74dfa37fc update lighttpd 2008-04-24 13:18:50 +00:00
John Voltz
9f54342f16 make sure xslt uses the right xml2 headers 2008-04-24 13:18:03 +00:00
John Voltz
b1d3d742dc small fix for libdaemon 2008-04-24 13:16:39 +00:00
John Voltz
3e6cd8a58b more options for expat, move install to /usr 2008-04-24 13:15:30 +00:00
John Voltz
4cf1c1bb0f small fix for alsamixergui 2008-04-24 13:14:25 +00:00
Peter Korsgaard
b4173a87fe fbset: remove unneeded avr32 patch
Reported by Hans-Christian Egtvedt.
2008-04-24 10:35:57 +00:00
Peter Korsgaard
a549f9b5a0 fbv: use .patch.$ARCH naming convention 2008-04-24 09:03:25 +00:00
Peter Korsgaard
167ada823b fbset: use .patch.$ARCH naming convention 2008-04-24 09:03:22 +00:00
Peter Korsgaard
445cde11bf strace: use .patch.$ARCH naming convention 2008-04-24 09:03:19 +00:00
Peter Korsgaard
ec02c78dd4 sqlite: bump version 2008-04-24 09:03:05 +00:00
Peter Korsgaard
c71479f8fd qtopia4: use .patch.$ARCH naming convention 2008-04-23 15:27:15 +00:00
Peter Korsgaard
7581683ef8 busybox: bump version 2008-04-22 09:37:22 +00:00
Peter Korsgaard
12ea7146cb blockdev: sort entries alphabetically 2008-04-19 20:44:13 +00:00
Nigel Kukard
ecec30c20f * This fix is included upstream as from 0.0.8 2008-04-19 05:59:07 +00:00
Peter Korsgaard
ab954a6ce6 buildroot: devmem2 package 2008-04-18 13:54:50 +00:00
Nigel Kukard
c326efd987 * Updated bootutils to new release 2008-04-17 18:00:14 +00:00
Nigel Kukard
3aa71890f3 * Added FIX for rindex/index, will patch util-linux aswell and submit upstream 2008-04-17 13:47:29 +00:00
Nigel Kukard
8ecdbf6a63 * Reverted index/rindex fix 2008-04-17 13:40:46 +00:00
Nigel Kukard
af8401ed3c * Convert bootutils to autotools 2008-04-17 13:28:46 +00:00
Nigel Kukard
6bdcf9c361 * Fix _llseek not being defined in some cases
* Add index & rindex defines if they're not defined either (legacy susv4 functions)
2008-04-17 13:23:20 +00:00
Hamish Moffatt
51114afc64 Added package for axel download accelerator 2008-04-17 04:52:57 +00:00
Nigel Kukard
613fd8488f * Disable DB3 mutexes in rpm, this caused a segfault after a "Function Not Implemented" error 2008-04-15 08:25:32 +00:00
Nigel Kukard
6fd44d68ed * Added rpm 2008-04-14 10:56:41 +00:00
Peter Korsgaard
e9d3884e01 haserl: depend on haserl binary in TARGET_DIR and also cleanup TARGET_DIR. 2008-04-12 13:26:57 +00:00
Nigel Kukard
59a9c02e13 * Added neon 2008-04-12 09:56:15 +00:00
Nigel Kukard
9fadf8ade5 * Added popt 2008-04-12 09:51:21 +00:00
Nigel Kukard
d114386c45 * Added beecrypt 2008-04-12 09:45:49 +00:00
Nigel Kukard
7978ff879b * Remove libbeecrypt, I'll add beecrypt-with-autotools shortly 2008-04-12 09:44:42 +00:00
Peter Korsgaard
ab36f50a82 buildroot: add libart package 2008-04-11 11:31:40 +00:00
John Voltz
aa4522b333 remove devdir config option from alsa lib, should use mdev rule instead 2008-04-10 19:25:10 +00:00
Nigel Kukard
46528496e9 * Fixed additional ncurses library install path 2008-04-10 08:17:14 +00:00
Nigel Kukard
d6b3ef5148 * Fixed copy-and-paste error, incorrect description
* Fixed another copy-and-paste error, weird space/tab mixes
- Thanks Hamish Moffatt
2008-04-10 05:14:53 +00:00
Nigel Kukard
d284bd5b8f Some package use ncurses libpanel/libform/libmenu, this config allows to selectively
copy them to the target filesystem at the same time at the main library is installed.
-Patch by Michel (BusError)
2008-04-09 11:38:48 +00:00
Nigel Kukard
1a09aaf047 * Fixed URL for libbeecrypt 2008-04-09 10:22:22 +00:00
Nigel Kukard
eaf3fcc137 * Added libbeecrypt (requirement for rpm5) 2008-04-09 09:57:25 +00:00
Nigel Kukard
65ee2746a4 * Removed dropbear init patch
* Added dropbear init script
* Added more verbose messages about key generation
2008-04-09 07:35:12 +00:00
Nigel Kukard
82b6fbe4e2 * Generate keys for dropbear only when starting
* Generate keys silently
2008-04-08 17:47:29 +00:00
Nigel Kukard
8e94f301eb * Fixed bootutils url to point to projects website and not project page on freshmeat 2008-04-08 14:45:32 +00:00
Nigel Kukard
08cb25116d * Added bootutils 2008-04-08 13:09:29 +00:00
Nigel Kukard
ae7bc8da7a * Bump pciutils version 2008-04-08 13:06:07 +00:00
Hamish Moffatt
f9bd1cbd32 Remove configuration item for git commit ID, as our patches are version-specific.
Upgrade to a newer version than the previous default.
Fix parallel compile issue.
Fix issue with quoting of URL.
2008-04-08 04:18:11 +00:00
John Voltz
09351e5814 another minor installer fix for festival 2008-04-07 19:26:02 +00:00
Peter Korsgaard
47a184e03c haserl: bump version 2008-04-07 07:59:08 +00:00
Peter Korsgaard
a2e3e3de81 haserl: get rid of minor version in config names
Rename haserl config options to 0.8.x / 0.9.x so the config names
don't change every time the version is bumped (similar to busysbox package).
2008-04-07 07:59:03 +00:00
Hamish Moffatt
60c314e304 Add support for setting the image base address 2008-04-07 01:45:41 +00:00
Peter Korsgaard
8e4ba2b5fc buildroot: add input-tools package (evtest, inputattach, jscal, jstest) 2008-04-06 19:59:21 +00:00
Ulf Samuelsson
6db7ee17dd Make sure XML deps are available before building dbus 2008-04-06 13:32:59 +00:00
Nigel Kukard
296a0308e0 * udev will not install if you remove project_build_*/uclibc/root and project_build_*/uclibc/.root ... this sets the dependency on the target binary so if its removed, its installed again 2008-04-06 10:35:22 +00:00
John Voltz
a9a48e7de8 change festival url to stable version 2008-04-04 18:03:12 +00:00
John Voltz
871b078241 fix for festival install patch 2008-04-04 12:23:28 +00:00
Peter Korsgaard
60dac8ff44 busybox-1.6.0.config: disable TASKSET.
Disable CONFIG_TASKSET as it only compiles if
sched_{g,s}etaffinity support is available.
2008-04-04 07:17:34 +00:00
Hamish Moffatt
e59659d5b3 More unbreaking. These cosmetic directory renames don't seem to be working out very well.. 2008-04-04 00:13:56 +00:00
John Voltz
da53e2e09e add festival speech synthesis package from University of Edinburgh 2008-04-03 17:13:46 +00:00
Peter Korsgaard
f2f4131081 diffutils: cleanup makefile
Cleanup configure args, strip executables in TARGET_DIR and
honor BR2_ENABLE_LOCALE.
2008-04-03 11:44:09 +00:00
Peter Korsgaard
ba3892380b gzip: cleanup makefile
Cleanup configure args, strip executables in TARGET_DIR, install
info / manpages into TARGET_DIR/usr/share/ and fixup
convenience aliases (gunzip, zcat, zdiff, ..)
2008-04-03 11:30:13 +00:00
Peter Korsgaard
93b377d6e2 package/editors: fix patch-kernel.sh arguments 2008-04-03 09:32:52 +00:00
Peter Korsgaard
0c33ede996 gzip, diff, grub: bump versions
Patch by andrewma (closes #2754)
2008-04-03 09:28:56 +00:00
Hamish Moffatt
fe6088d9d4 Unbreak the bridge-utils package.. 2008-04-03 04:10:14 +00:00
Peter Korsgaard
90ee3a0561 pkgconfig: Return appropriate error code from pkgconfig script
Patch by Will Newton.

Currently the wrapper script for pkgconfig clobbers the return status
of pkgconfig. This is a problem for example when someone tries to run
"pkgconfig --exists". This patch should allow the correct return code
to be passed through. Note it uses the "pipefail" option that was
introduced with bash 3.
2008-04-01 15:29:03 +00:00
Peter Korsgaard
fd4c4ad6ec thttpd: remove unused files
Patch by Simon Pasch
2008-04-01 14:50:40 +00:00
Peter Korsgaard
18932cb003 thttpd: fix thttpd_wrapper name
Patch by Simon Pasch.
2008-04-01 12:26:49 +00:00
Peter Korsgaard
e556bff41d Makefile.autotools.in: Do uninstall in staging/target dirs on -clean 2008-04-01 10:30:32 +00:00
Peter Korsgaard
c9477eea89 busybox: additional 1.10.0 fix 2008-04-01 10:00:00 +00:00
Peter Korsgaard
34274164d9 buildroot: additional -clean target fixes
Patch by Hebbar.
2008-04-01 07:03:07 +00:00
Peter Korsgaard
ea471ffff9 direct: don't fail clean target if directory doesn't exist
Patch by Hebbar.
2008-04-01 06:51:59 +00:00
Peter Korsgaard
f1e2d3e671 expat: cleanup configure arguments 2008-03-31 20:09:06 +00:00
Peter Korsgaard
056d35f9f0 avahi: bump version 2008-03-31 19:56:58 +00:00
Peter Korsgaard
1b6ffcb7ed avahi: make sure /etc/dbus-1/system.d exists in target dir 2008-03-31 19:43:50 +00:00
Peter Korsgaard
6b8ffd5024 dbus: use dbus-daemon as target for staging_dir installation
Use dbus-daemon as target for staging_dir installation instead of
library, as that changes name with soname changes.
2008-03-31 19:36:08 +00:00
Peter Korsgaard
714b375fd2 sqlite: cleanup configure arguments 2008-03-31 15:07:48 +00:00
Peter Korsgaard
345be8bc36 ncurses: cleanup /usr/lib/terminfo symlink handling 2008-03-31 14:44:32 +00:00
Peter Korsgaard
9021b9f21e readline: ignore errors in target-clean target 2008-03-31 14:32:38 +00:00
Peter Korsgaard
9a70301cbe avahi: depend on dbus-daemon in staging_dir
Depend on dbus-daemon in staging_dir instead of in target_dir as
fakeroot updates the timestamp on the target_dir version every time,
so the avahi makefile thinks it always needs to recompile avahi.
2008-03-31 14:28:38 +00:00
Peter Korsgaard
db0748c0fd concierge: cleanup (white space + unneeded mkdir) 2008-03-31 09:51:59 +00:00
Ulf Samuelsson
0be9560cb5 Add webif package 2008-03-30 20:40:53 +00:00
Ulf Samuelsson
4b45fed006 Add example package 2008-03-30 20:39:41 +00:00
Peter Korsgaard
399a1f27fa busybox: additional 1.10.0 fixes 2008-03-30 14:37:06 +00:00
Ulf Samuelsson
a778e32b8e libglib12 cleanup 2008-03-30 07:06:12 +00:00
Peter Korsgaard
d0e5797a62 ace of penguins: cleanup help text 2008-03-28 21:42:43 +00:00
Peter Korsgaard
77d133d27e package: move java packages to package/java sub directory 2008-03-28 10:40:45 +00:00
Peter Korsgaard
3d3775e3cd AUTOTARGETS: also support non-version-dependent arch specific patches 2008-03-28 10:40:28 +00:00
Peter Korsgaard
a7c3ddc4e0 jamvm: use official version instead of hacked up avr32 sources
Cleanup avr32 mess and apply it as a patch to the official version only
if arch = avr32 so it doesn't harm other archs.
2008-03-28 10:40:08 +00:00
Peter Korsgaard
8b64a86e8c AUTOTARGETS: support arch specific *.patch.$(ARCH) patches 2008-03-28 10:39:55 +00:00
Peter Korsgaard
60739c33d3 ipkg: use http url 2008-03-28 10:39:48 +00:00
Peter Korsgaard
604737b2e8 jamvm.mk: remove trailing spaces 2008-03-28 10:39:38 +00:00
Peter Korsgaard
fa95ecfb96 classpath: cleanup help text 2008-03-28 10:39:27 +00:00
Peter Korsgaard
0d0cf0f56b packages: enable java submenu per default like the other submenus 2008-03-28 10:39:21 +00:00
Peter Korsgaard
0f98222750 concierge: cleanup help text 2008-03-28 07:53:02 +00:00
Jason Spence
53a740fcd6 Added udpcast package. 2008-03-28 02:54:42 +00:00
Peter Korsgaard
311886d913 sqlite: bump version 2008-03-27 19:37:29 +00:00
Peter Korsgaard
e31e0f6817 dropbear: bump version 2008-03-27 15:59:39 +00:00
Peter Korsgaard
dfe689229d buildroot: cleanup <package>-clean targets.
Based on input from Arndt Kritzner & Bernhard Fischer.
2008-03-27 15:42:42 +00:00
Peter Korsgaard
584e60c797 libusb: correctly install into STAGING_DIR/usr
Closes #2494
2008-03-27 13:00:31 +00:00
Peter Korsgaard
9c078e173a busybox: remove unused configs/patches 2008-03-26 21:53:15 +00:00
Peter Korsgaard
49a411ea73 busybox: bump 1.7.x and 1.8.x versions 2008-03-26 21:49:58 +00:00
Peter Korsgaard
968402ca27 nano: fix install location
Fix typo in install location. Reported by Simon Pasch.
2008-03-26 13:55:18 +00:00
Hamish Moffatt
bb4906c5f8 Remove old mtd snapshot option, as the source tarball is no longer available
Add option to fetch a snapshot from the mtd-utils git (via gitweb)
Snapshot version provides UBI tools also
2008-03-26 06:35:31 +00:00
Hamish Moffatt
af510f4e19 Applied patch from Nathanael D. Noblet <nathanael@gnat.ca> to fix
broken GNU download paths. Also fix gnuchess, xboard and classpath
packages to use $(BR2_GNU_MIRROR) rather than hardcoded urls.
2008-03-26 03:28:09 +00:00
Peter Korsgaard
18679d10a1 busybox: add 1.10.0 release 2008-03-25 14:38:45 +00:00
Peter Korsgaard
85f8ba8a76 php: hide extensions menu if not enabled 2008-03-25 08:49:38 +00:00
Nigel Kukard
4ba30531cf * Woops ... comitted the wrong patch file :(, fixed now. 2008-03-24 19:42:58 +00:00
Nigel Kukard
ddd12b34b3 * Strace requires both if_packet.h and netlink.h
- Force detection of these in configure by supplying environment 
  variables

For them to be detected by configure may require a much more 
invasive approach by patching configure.ac and regenerating
apon build.
2008-03-24 19:29:34 +00:00
Nigel Kukard
627b968404 * Updated susv3 legacy patch for xfsprogs
- Changed to unix file format
- Added fix for rtcp/xfs_rtcp.c, where I missed one or two legacy function calls
2008-03-24 19:23:37 +00:00
Nigel Kukard
5e2371c427 * Updated mdadm to version 2.6.4 2008-03-24 19:19:16 +00:00
John Voltz
fcc6d9936d Fixed xfsprogs to build without needing bzero & bcopy. Patch by Nigel Kukard 2008-03-21 18:01:46 +00:00
John Voltz
ecf565e090 Ltrace version changed, cannot find the old version on any debian mirrors. Patch by Nigel Kukard. 2008-03-21 17:57:42 +00:00
John Voltz
69ae3cec84 confusing busybox config option description patch, busybox can be built as shared libs, hardlinks ... etc. rename to full install. Patch from Nigel Kukard 2008-03-21 17:56:00 +00:00
Peter Korsgaard
7c54beb870 busybox: bump version (1.9.2) 2008-03-21 10:14:15 +00:00
John Voltz
63364eb82d add docker dependency to xstroke 2008-03-20 16:55:57 +00:00
John Voltz
0c368b715f add alsamixergui and docker packages 2008-03-20 16:55:37 +00:00
John Voltz
3f488a4b09 some fixes for fltk 2008-03-20 16:54:51 +00:00
Hamish Moffatt
aa73d17530 Don't use long options to start-stop-daemon as they may be disabled in the busybox configuration 2008-03-18 00:20:24 +00:00
Peter Korsgaard
be36fc319e busybox: additional 1.9.1 patches 2008-03-17 19:44:43 +00:00
Peter Korsgaard
2e5685b3a8 sdl: Fix include files install.
Patch sdl-config rpath setting rather than setting exec-prefix and
using DESTDIR as the SDL makefile uses prefix for some files,
and exec-prefix for others leading to double $(STAGING_DIR) prefix.
2008-03-17 16:39:03 +00:00
Peter Korsgaard
d683677b2a fakeroot: fix tarball name
Reported by Hamish Moffatt.
2008-03-13 07:38:10 +00:00
John Voltz
b6a3e46ad2 patch to replace legacy bzero with memset in wireless-tools 2008-03-12 19:04:14 +00:00
John Voltz
fb66bb3f58 patch to replace legacy bzero with memset in tslib 2008-03-12 19:03:20 +00:00
John Voltz
cd1d1fa6de fix dbus makefile to install with or without stripping 2008-03-12 14:51:32 +00:00
John Voltz
5d472aa583 Fixed URL for fakeroot sources 2008-03-12 13:57:59 +00:00
John Voltz
c0224396d8 Fix Qtopia Core 4 compile and installation and bump to version 4.4.0 2008-03-12 13:53:02 +00:00
John Voltz
41f6b79ff7 added more debugging options for packages 2008-03-12 13:07:10 +00:00
Peter Korsgaard
71ec990c96 fakeroot: update patch for 1.9.3
Patch by Sunil Gupta.
2008-03-11 19:31:44 +00:00
John Voltz
0f95603ed8 updated samba version 2008-03-11 19:13:38 +00:00
Peter Korsgaard
25a7363f5d buildroot: use BR2_KERNEL_MIRROR everywhere
Based on patch by Nigel Kukard.
2008-03-11 18:54:17 +00:00
John Voltz
1beaf12098 added debug option 2008-03-11 18:15:30 +00:00
John Voltz
554fc8bc7f fixes for php makefile 2008-03-11 18:14:42 +00:00
John Voltz
1163cf741c added debug option 2008-03-11 18:12:15 +00:00
John Voltz
e73610e136 reverted last change 2008-03-11 17:52:40 +00:00
John Voltz
ea3a9122a6 fixed path to mpfr patch 2008-03-11 15:58:05 +00:00
John Voltz
e7befc8dfc removed patch for older fakeroot 2008-03-11 13:32:27 +00:00
John Voltz
1afe0e87c4 updated fakeroot version 2008-03-11 13:11:14 +00:00
Peter Korsgaard
efa0423110 buildroot: Use BR2_GNU_MIRROR everywhere
Patch by Nigel Kukard.
2008-03-11 08:17:17 +00:00
Peter Korsgaard
1af1c77554 busybox: remove config dependency on busybox-source
busybox-source target doesn't need to depend on the config file.
Patch by Simon Pasch.
2008-03-11 08:17:03 +00:00
John Voltz
7710aa356a cheanged rsync download url 2008-03-10 16:17:26 +00:00
John Voltz
bc67ca29d3 added dev files in target option 2008-03-10 15:22:43 +00:00
John Voltz
77ec383076 changed to use sourceforge variable 2008-03-10 15:15:57 +00:00
John Voltz
3773381d71 changed icu download location 2008-03-10 14:52:39 +00:00
John Voltz
cc254eb898 added missing patch 2008-03-08 21:33:40 +00:00
John Voltz
a35586ff06 added missing patch for libX11 2008-03-08 17:31:05 +00:00
John Voltz
1ec48b2e52 remove .a files from lib directories after install 2008-03-07 16:54:45 +00:00
John Voltz
7a15d38e01 shortened help line lengths 2008-03-07 14:12:14 +00:00
John Voltz
a6dca68c80 reverted ncurses makefile 2008-03-07 13:57:53 +00:00
Peter Korsgaard
6be5cb76b9 buildroot: SDL_mixer package
Based on patch from Hebbar.
2008-03-07 13:31:33 +00:00
Peter Korsgaard
5f6726bdfd sdl: cleanup configure args + sdl-config, fixup /lib vs /usr/lib 2008-03-07 13:31:24 +00:00
Peter Korsgaard
37fd644ab7 sdl: bump version 2008-03-07 13:31:16 +00:00
Peter Korsgaard
5ca52f571b sdl: remove unused legacy patch 2008-03-07 13:31:11 +00:00
Peter Korsgaard
0dc5a8d6fc sdl: remove wrong comment 2008-03-07 13:31:07 +00:00
Peter Korsgaard
c0a49f06fa nano: install to /usr/bin 2008-03-07 10:07:35 +00:00
Peter Korsgaard
8086897ed5 vim: config names should be lower case 2008-03-07 10:02:12 +00:00
Peter Korsgaard
d47bd2de38 buildroot: move editors under package/editors and merge menus
Based on patch by Arnar Mar Sig.
2008-03-07 10:00:04 +00:00
John Voltz
ad3270082c fixed ngspice install 2008-03-06 20:11:00 +00:00
John Voltz
61a3082080 fixed arch dependent option 2008-03-06 19:48:39 +00:00
John Voltz
f7e1c58a6c fixed pixman install 2008-03-06 18:48:43 +00:00
John Voltz
4a2d892edc fixed dbus makefile 2008-03-06 18:46:36 +00:00
John Voltz
b5c8c8cc0a updated config.in with all the new swag 2008-03-06 18:40:08 +00:00
John Voltz
de54a6ebc8 fixed nasty makefile bugs 2008-03-06 18:39:42 +00:00
John Voltz
8e2c4da5bf added xvkbd 2008-03-06 18:38:46 +00:00
John Voltz
e0caa0ccc3 added xstroke 2008-03-06 18:38:20 +00:00
John Voltz
2cbd4b2de5 added xpdf 2008-03-06 18:38:04 +00:00
John Voltz
bfdb1635b3 deprecate xorg 6.8 2008-03-06 18:37:29 +00:00
John Voltz
eea1d60258 added xboard 2008-03-06 18:36:54 +00:00
John Voltz
1a2b4af3fb updated xorg to version 7.3 and added all of the fonts 2008-03-06 18:36:12 +00:00
John Voltz
eda9b0fe87 added x11vnc 2008-03-06 18:34:39 +00:00
John Voltz
7514ac7a62 cleanup which makefile 2008-03-06 18:29:21 +00:00
John Voltz
8a44ae675b cleanup wget makefile 2008-03-06 18:29:06 +00:00
John Voltz
b1ca8e68ae added webkit 2008-03-06 18:28:48 +00:00
John Voltz
70b2460ed9 added vice 2008-03-06 18:28:26 +00:00
John Voltz
9fc65734f8 patches for tslib 2008-03-06 18:27:57 +00:00
John Voltz
2cf205d512 added torsmo 2008-03-06 18:27:38 +00:00
John Voltz
ea5a59afad fixes for tiff makefile 2008-03-06 18:27:19 +00:00
John Voltz
9af6720ca3 added synergy 2008-03-06 18:26:58 +00:00
John Voltz
4936787be0 added sylpheed 2008-03-06 18:26:43 +00:00
John Voltz
9cbf08c55a cleanup sudo makefile 2008-03-06 18:26:10 +00:00
John Voltz
23092c4a4a added startup-notification 2008-03-06 18:25:46 +00:00
John Voltz
314116e712 fixes for sqlite makefile 2008-03-06 18:25:02 +00:00
John Voltz
aff630454b cleanup sed makefile 2008-03-06 18:24:27 +00:00
John Voltz
6f9ad306a2 update samba version 2008-03-06 18:23:59 +00:00
John Voltz
227316307d cleanup rxvt makefile 2008-03-06 18:23:39 +00:00
John Voltz
a57e35d33c added rubix game 2008-03-06 18:23:13 +00:00
John Voltz
ecd41859b4 cleanup rsync makefile 2008-03-06 18:22:48 +00:00
John Voltz
51fa46ed29 fixes for readline makefile 2008-03-06 18:22:31 +00:00
John Voltz
be3e3db717 reordered path fixes 2008-03-06 18:22:10 +00:00
John Voltz
7059768c4c enhancements for php 2008-03-06 18:21:33 +00:00
John Voltz
e5caaac6b9 added pcmanfm file manager 2008-03-06 18:21:04 +00:00
John Voltz
5cbf9daa23 updated pango 2008-03-06 18:20:38 +00:00
John Voltz
19067972a0 added openmotif 2008-03-06 18:20:21 +00:00
John Voltz
196aef7311 added ngspice-rework 2008-03-06 18:19:42 +00:00
John Voltz
6fe5362bb4 updated ncurses makefile 2008-03-06 18:19:15 +00:00
John Voltz
a9d61b42dc cleanup nano makefile 2008-03-06 18:18:58 +00:00
John Voltz
1e19e92f00 added midori browser 2008-03-06 18:18:35 +00:00
John Voltz
cd83b7aece fixed metacity makefile 2008-03-06 18:18:07 +00:00
John Voltz
86d9d181eb added magiccube4d game 2008-03-06 18:17:43 +00:00
John Voltz
271f31243c fixed lxdoom make 2008-03-06 18:17:13 +00:00
John Voltz
2aa7b70339 updated libxslt 2008-03-06 18:16:49 +00:00
John Voltz
18e08ad369 updated libxml2 makefile 2008-03-06 18:16:30 +00:00
John Voltz
6d7ba78953 added libsexy 2008-03-06 18:16:05 +00:00
John Voltz
5b5cf3bf36 updated libgtk2 2008-03-06 18:15:42 +00:00
John Voltz
84c82f9fd5 updated glib2 2008-03-06 18:15:25 +00:00
John Voltz
e2e221190f fixed libdrm makefile 2008-03-06 18:15:06 +00:00
John Voltz
a357d6a554 added leafpad 2008-03-06 18:14:37 +00:00
John Voltz
a53d48a7b9 fixed jpeg makefile 2008-03-06 18:14:14 +00:00
John Voltz
808dd83025 added jamvm 2008-03-06 18:13:45 +00:00
John Voltz
4d59e3b4ce added ipkg 2008-03-06 18:13:24 +00:00
John Voltz
bc7ae43824 added icu 2008-03-06 18:12:45 +00:00
John Voltz
d8bfb20d7a added gtk2 themes 2008-03-06 18:12:20 +00:00
John Voltz
6ada162e8a cleanup grep makefile 2008-03-06 18:11:51 +00:00
John Voltz
1eed6280f7 added gqview 2008-03-06 18:11:21 +00:00
John Voltz
dab3cd675c added gnuchess 2008-03-06 18:10:50 +00:00
John Voltz
70d3331748 added gamin 2008-03-06 18:10:25 +00:00
John Voltz
4e9349fd66 updated freetype 2008-03-06 18:09:59 +00:00
John Voltz
759200ecb1 updated fontconfig 2008-03-06 18:09:37 +00:00
John Voltz
703d58a4f5 added fltk 2008-03-06 18:09:12 +00:00
John Voltz
d2230d77ca updated file version 2008-03-06 18:08:42 +00:00
John Voltz
7e64ae42df added vim and editors directory 2008-03-06 18:08:14 +00:00
John Voltz
21e0064950 added cups 2008-03-06 18:06:01 +00:00
John Voltz
0e2ac92534 added concierge OSGi and classpath 2008-03-06 18:02:19 +00:00
John Voltz
a418f4a243 added ace of penguins games 2008-03-06 18:00:36 +00:00
John Voltz
f2f36334e3 updated cairo 2008-03-06 17:56:30 +00:00
John Voltz
72746838f2 makefile cleanup for bzip2 2008-03-06 17:56:10 +00:00
John Voltz
842a07b727 renamed bridge to bridge-utils 2008-03-06 17:55:51 +00:00
John Voltz
4284f53edd added blackbox window manager 2008-03-06 17:55:26 +00:00
John Voltz
ce5699aaea makefile cleanup for bind 2008-03-06 17:55:03 +00:00
John Voltz
9da2e71d63 makefile cleanup for avahi 2008-03-06 17:54:47 +00:00
John Voltz
91850d7855 makefile cleanup for aumix 2008-03-06 17:54:27 +00:00
John Voltz
09e1691795 updated makefile for atk 2008-03-06 17:54:01 +00:00
John Voltz
afd16222e6 added alsa dev directory location to configure statement 2008-03-06 17:53:35 +00:00
"Steven J. Hill"
494a273b15 Fix patch. Apparently people don't know how to test their changes before
cheking them in.
2008-03-05 13:35:23 +00:00
Peter Korsgaard
f26f26fb62 dbus: start earlier
Start dbus early enough so other services can use it (E.G. avahi).
2008-03-04 12:19:13 +00:00
Peter Korsgaard
82edf5a9c1 libpng: select zlib package 2008-03-04 11:36:25 +00:00
Peter Korsgaard
f0e9cb3beb libpng: bump version 2008-03-04 11:36:23 +00:00
Peter Korsgaard
bf11985ef3 dnsmasq: bump version 2008-03-02 14:36:46 +00:00
Peter Korsgaard
16db1fed27 dnsmasq: Enable dbus support if available 2008-03-02 14:36:43 +00:00
Peter Korsgaard
ecd6931abe dnsmasq: make tftp support optional 2008-03-02 14:36:40 +00:00
Peter Korsgaard
bec2eba9ed dnsmasq: remove dnsmasq1 support
Remove ancient dnsmasq1 support, which couldn't even be selected in
menuconfig.
2008-03-02 14:36:35 +00:00
Peter Korsgaard
722d602b89 haserl: bump version 2008-02-29 13:54:20 +00:00
Peter Korsgaard
c4927e52c2 busybox 1.9.1 fixes 2008-02-28 14:38:06 +00:00
"Steven J. Hill"
098749df51 Clean up patches and applying of them. 2008-02-28 13:46:22 +00:00
"Steven J. Hill"
bafa6d62cd Remove old patch and fix the type properly. 2008-02-28 02:19:38 +00:00
"Steven J. Hill"
bebbe792df Make sure 'linkage.h' headers are installed. Add hack to bootstrap newer
versions of GCC. Filter out 'gnu99' from assembly flags. Use the 
'headers' target instead of 'pregen' to prepare for more NPTL 
integration. Fix broken MTD package configuration....someone believes in 
the Klingon release process apparently. Fix build issues with netplug 
and libpng. Fix source path for microcom as original site no longer 
exists.
2008-02-28 02:13:42 +00:00
Hamish Moffatt
ec7d71f064 Allow selection of e2fsprogs to install in the target 2008-02-24 23:02:56 +00:00
Peter Korsgaard
a6bf612a6a move fis+fconfig packages under BR2_BLOCKDEV_SUPPORT
Move fis + fconfig packages together with mtd utils under
Hardware handling / blockdevices and filesystem maintenance.
2008-02-24 21:35:01 +00:00
Peter Korsgaard
06accdc017 add BR2_TEXTEDIT_SUPPORT submenu
Group text editors under BR2_TEXTEDIT_SUPPORT submenu.
2008-02-24 21:34:52 +00:00
Peter Korsgaard
f1f84ce3af ezxml package 2008-02-24 20:18:00 +00:00
Peter Korsgaard
7cf2be4402 buildroot: add BR2_XML_SUPPORT submenu
Group XML stuff under BR2_XML_SUPPORT submenu.
2008-02-24 20:17:53 +00:00
Peter Korsgaard
9771040a18 buildroot: add missing -source targets 2008-02-19 13:39:25 +00:00
"Steven J. Hill"
b24ac47738 Update diff version. 2008-02-18 14:30:59 +00:00
Peter Korsgaard
65659f38f3 libusb: install into target with cp instead of install to preserve symlinks 2008-02-15 14:06:39 +00:00
Peter Korsgaard
54255463b2 busybox: bump version to 1.9.1 2008-02-14 15:49:48 +00:00
Peter Korsgaard
7c44a53354 busybox: additional 1.9.0 patches 2008-02-14 14:45:23 +00:00
Hamish Moffatt
536e98effd Add support for summarising JFFS2 images. With support in the kernel this improves mount time significantly. 2008-02-12 05:39:32 +00:00
Hamish Moffatt
03d6531962 Run $(CONFIG_UPDATE) after unpacking sources
Patch from Dan Nicolaescu
2008-02-12 00:35:03 +00:00
Hamish Moffatt
4985f59169 Added package for fis, which allows you to manipulate the RedBoot flash partition table from linux. 2008-02-07 00:53:36 +00:00
Hamish Moffatt
b5e4871b39 Added a package for fconfig, which allows you to modify RedBoot configuration parameters from linux. 2008-02-07 00:51:57 +00:00
Hamish Moffatt
83b7c8b381 Commit the new upstream patches and remove the old 2008-02-06 01:26:58 +00:00
Hamish Moffatt
d53b1d1f93 Upgrade readline to 5.2, including all current upstream patches.
Fetch it from $(BR2_GNU_MIRROR).
Note proper dependency on ncurses.
2008-02-06 01:26:03 +00:00
Hamish Moffatt
05ecb806ff Added configuration item to control whether development headers and libraries are installed on the target
Removed some additional files if optional modules are disabled
2008-02-06 00:55:05 +00:00
Peter Korsgaard
1767962c45 busybox: More 1.9.0 patches 2008-02-02 21:49:48 +00:00
Ivan Kuten
25f6af28ee create /var/lib/dbus 2008-01-30 13:57:31 +00:00
Thomas Lundquist
b687198540 Upped version, no need for patch. (This is still based on lzma SDK 4.32,
alas, should be just bugfixes.)
2008-01-26 15:49:12 +00:00
Thomas Lundquist
b4930d6711 Mail from Claus Klein:
make sure than target dir exist bevor instll to it:
2008-01-26 07:55:58 +00:00
Thomas Lundquist
4ccf13ef65 Fix by Fredy Yanardi 2008-01-25 10:20:11 +00:00
Thomas Lundquist
85ca5c52f2 Changed site since it is nto a part of Debian any more. Closing bug
#1974
2008-01-25 10:02:32 +00:00
Thomas Lundquist
514b3ef4c8 Upped version, lm-sensors.01.susv3-legacy.patch seems to not be needed
any more but keeping it for now. Hopefully closing bug #1939
2008-01-25 09:46:21 +00:00
"Steven J. Hill"
a23602d31e Remove instances of bcopy so package will compile. 2008-01-24 03:35:48 +00:00
Thomas Lundquist
d3d478ae01 Upped version, fixing http://busybox.net/bugs/view.php?id=1954 2008-01-21 11:07:57 +00:00
Ivan Kuten
c345534783 enhancements for the python package, patch by Hamish Moffatt 2008-01-17 12:42:53 +00:00
Ulf Samuelsson
0c85dfd60c Use host ldconfig, if external toolchain is used 2008-01-10 09:29:06 +00:00
Peter Korsgaard
1388c9ab03 busybox: 1.9.0 fixes 2008-01-08 12:51:36 +00:00
Peter Korsgaard
47cbbf70bc sqlite: bumped version 2008-01-05 20:31:40 +00:00
David Anders
b3aad2c71f change download url to be dynamic basic on version number 2008-01-04 20:07:31 +00:00
Peter Korsgaard
b03514bbb7 busybox: Don't depend on long gone busybox 1.0.1 symbol 2008-01-03 13:33:30 +00:00
Peter Korsgaard
9f36f45bcf busybox: Bump version to 1.9.0 2008-01-03 13:33:28 +00:00
Peter Korsgaard
e88a01bde3 busybox: Bump version to 1.8.2 2008-01-03 13:33:25 +00:00
Peter Korsgaard
a9e0ebe4b0 busybox: Bump version to 1.7.4 2008-01-03 13:33:21 +00:00
Peter Korsgaard
e291564b63 busybox: Remove unused 1.7.0 patches 2008-01-03 13:33:19 +00:00
Peter Korsgaard
13ad3367e2 busybox: Get rid of minor version selection.
There isn't much point in selecting anything else than the latest
in a stable release series, so merge all the 1.7.x options into a
single selection.
2008-01-03 13:31:26 +00:00
Thomas Lundquist
dc6a57bc69 Added BR2_DEBIAN_MIRROR 2007-12-27 12:00:12 +00:00
Thomas Lundquist
dad4e51f69 Closing bug #1819 and 1709 2007-12-27 11:23:11 +00:00
Ivan Kuten
6bb6545896 qtopia-4.3.2 update 2007-12-18 15:12:15 +00:00
Ivan Kuten
cb815ae003 Add support for GNU and kernel.org mirrors 2007-12-17 12:29:06 +00:00
Peter Korsgaard
556c8c7b8f Bumped version 2007-12-14 10:12:15 +00:00
Ivan Kuten
f233ba3286 make e2fsprogs generate relative symlinks in the root 2007-12-13 12:38:13 +00:00
Ivan Kuten
4dc67bf2d2 make stunnel see OpenSSL libs 2007-12-13 12:22:26 +00:00
Ivan Kuten
977b0cc25b delete haserl-0.9.20-legacy.patch 2007-12-13 12:01:48 +00:00
Ivan Kuten
a3113ac856 susv3 legacy fix for haserl 2007-12-13 11:34:27 +00:00
Ivan Kuten
ac5ec800c6 bump haserl version 2007-12-11 20:29:54 +00:00
Ivan Kuten
8b58e7e7a7 remove extra brace for clean target 2007-12-11 20:13:13 +00:00
Ivan Kuten
cb55c011fa add ts_test utility 2007-12-11 20:11:19 +00:00
Ivan Kuten
6fe84b196e bump olsr version 2007-12-11 19:53:51 +00:00
Ulf Samuelsson
a1e1f40462 Fix spelling error in lighttpd 2007-11-30 12:35:55 +00:00
Ulf Samuelsson
ca97e83af3 Strip libogg, when copied to root fs 2007-11-30 12:34:54 +00:00
Ulf Samuelsson
45d164dc53 Ensure speex will use any future patch 2007-11-30 12:33:37 +00:00
Ulf Samuelsson
5fa09eed0f Add libeXosip2 package 2007-11-30 12:32:33 +00:00
Ulf Samuelsson
441908f1a4 Add lxdoom package 2007-11-30 12:02:05 +00:00
Ulf Samuelsson
af5347e469 Add libosip2 package 2007-11-30 10:28:36 +00:00
Ulf Samuelsson
e7546fd3b0 Change site for libungif, Courtesy Andrew Dyer 2007-11-30 09:12:09 +00:00
Ulf Samuelsson
c3719df5b4 Add lua package 2007-11-30 01:08:36 +00:00
Ivan Kuten
b208aa6f33 aplay depends on BR2_LARGEFILE support 2007-11-29 13:30:17 +00:00
Ulf Samuelsson
8b78285fde Make ipsec-tools depend on packets, instead of selecting them, depend on flex 2007-11-29 13:06:42 +00:00
Ulf Samuelsson
5e10204b08 Update config for speex 2007-11-29 13:05:28 +00:00
Ulf Samuelsson
d073963aa0 Make avahi depend on packets, instead of selecting them 2007-11-29 13:04:41 +00:00
Ulf Samuelsson
c844797f49 Use /usr/lib instead of /lib for flex 2007-11-29 13:03:56 +00:00
Ulf Samuelsson
d4939be6a8 Make atk depend on packets, instead of selecting them 2007-11-29 13:02:58 +00:00
Ulf Samuelsson
ac4074b6ab Make libxslt depend on packets, instead of selecting them 2007-11-29 13:02:38 +00:00
Ulf Samuelsson
edec090f31 Make argus depend on packets, instead of selecting them 2007-11-29 13:02:10 +00:00
Ulf Samuelsson
f0b7a36c30 Make asterisk depend on packets, instead of selecting them 2007-11-29 13:01:45 +00:00
Ulf Samuelsson
6532fc0b12 Make dillo depend on packets, instead of selecting them 2007-11-29 13:01:23 +00:00
Ulf Samuelsson
2fc7394b94 Make vpnc depend on packets, instead of selecting them 2007-11-29 13:00:53 +00:00
Ulf Samuelsson
9b8a2f0362 Add speex vocoder package 2007-11-29 09:43:36 +00:00
Ulf Samuelsson
8fadf7f6e0 Ensure ogg lib is in staging dir 2007-11-29 09:42:06 +00:00
Ulf Samuelsson
90930209b4 Make aapcs-linux abi, dependent on ARM arch 2007-11-28 09:13:41 +00:00
Ulf Samuelsson
04919c43a0 Add libxslt package 2007-11-28 08:59:17 +00:00
Ulf Samuelsson
c704bcbd4b Move curl from lib to usr/lib, update curl.la 2007-11-28 08:57:26 +00:00
Ulf Samuelsson
f642f463e5 Move libgpg-error from lib to usr/lib, update libgpg-error.la 2007-11-28 08:57:00 +00:00
Ulf Samuelsson
4bee8c7f43 Move libgcrypt from lib to usr/lib, update libgcrypt.la 2007-11-28 08:56:24 +00:00
Ulf Samuelsson
c5be8b7960 Move libdaemon from lib to usr/lib, update libdaemon.la 2007-11-28 08:55:40 +00:00
Ulf Samuelsson
dcf8c4939e Add '-mabi=aapcs-linux' to CFLAGS in 'alsa-lib' to be compatible w kernel 2007-11-28 07:09:57 +00:00
Ulf Samuelsson
ade0385fa0 libmad $(MAKE) should be run with full configure environment 2007-11-27 21:44:55 +00:00
Ulf Samuelsson
fdca6a9270 Fix libmad configure order according to issue 0001571, revert old fix 2007-11-27 21:40:57 +00:00
Ulf Samuelsson
aef5bbb665 Bump portage to 2.1.3.16 2007-11-27 21:15:15 +00:00
Ulf Samuelsson
e36f74cd3c Bump l2tp patch version (CCourtesy of Ivan Kuten) 2007-11-27 08:30:34 +00:00
Ulf Samuelsson
5776c7bb32 Allow cross compile of wipe (courtesy Ivan Kuten) 2007-11-27 08:26:46 +00:00
Ulf Samuelsson
2ad426b7e3 Bump curl version to 1.17.1 2007-11-27 08:21:58 +00:00
Peter Korsgaard
9730f75ae0 Really fix target install (typo in r20494) 2007-11-26 15:47:41 +00:00
Peter Korsgaard
dc6fab0d14 Ups, TARGET_CONFIGURE_* is needed to find pkg-config (r20501) 2007-11-26 15:39:02 +00:00