Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pkgconfig: add pkgconfig package for target | Peter Korsgaard | 2009-03-18 | 2 | -2/+1 |
| | | | | | | | | | | | | | The host versions shouldn't be visible in Kconfig, so remove the reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets with host-. At the same time add pkgconfig for the target (E.G. for development) and let BR2_PACKAGE_PKGCONFIG control that package. Notice: all defconfigs in the tree have been updated, but make sure to disable the pkgconfig package (unless you want it) if you use an external config, otherwise you'll end up with pkgconfig and glib2 in the target. | ||||
* | vim: really fix patch download | Peter Korsgaard | 2009-03-15 | 1 | -2/+2 |
| | | | | Thanks to Markus Heidelberg for noticing. | ||||
* | vim: fixup patch download location after change to DOWNLOAD macro. | Peter Korsgaard | 2009-03-09 | 1 | -1/+1 |
| | | | | Closes #161. | ||||
* | vim: cleanup sed invocation | Peter Korsgaard | 2009-02-08 | 1 | -1/+1 |
| | |||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 3 | -4/+4 |
| | |||||
* | ed: bump version, convert to Makefile.autotools.in format | Peter Korsgaard | 2009-01-09 | 1 | -51/+2 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 4 | -4/+4 |
| | |||||
* | package: Kconfig: use menu instead of menuconfig for sub menus | Peter Korsgaard | 2008-11-14 | 1 | -8/+2 |
| | | | | | As discussed on the list - These things should normally not be (un)selectable. | ||||
* | vim: add TARGET_CONFIGURE_OPTS | Peter Korsgaard | 2008-10-26 | 1 | -1/+2 |
| | | | | Patch by Markus Heidelberg. | ||||
* | package: cleanup PKG_CONFIG_SYSROOT | Peter Korsgaard | 2008-10-26 | 1 | -6/+0 |
| | | | | | | | | PKG_CONFIG_SYSROOT_DIR and friends get set in package/Makefile.in, so there's no need to set it in the makefiles of the individual packages as well. Based on a patch by Markus Heidelberg. | ||||
* | vim: use $(MAKE) instead of hardcoding make | Peter Korsgaard | 2008-10-19 | 1 | -4/+4 |
| | |||||
* | vim: | Wade Berrier | 2008-10-06 | 3 | -57/+73 |
| | | | | | | | | | -Apply patches from list (http://buildroot.uclibc.org/lists/buildroot/2008-July/009846.html http://buildroot.uclibc.org/lists/buildroot/2008-August/010104.html) -add more vim patches -Switch to http vs ftp since ftp is slow -Fix configure.patch to apply cleanly after patch update | ||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 2 | -3/+3 |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 4 | -4/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | buildroot: s/depends/depends on/ | Peter Korsgaard | 2008-06-19 | 1 | -1/+1 |
| | | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree. | ||||
* | packages: fix pkgconfig depencies and select pkgconfig where needed | Peter Korsgaard | 2008-06-14 | 2 | -1/+2 |
| | |||||
* | package/editors: fix patch-kernel.sh arguments | Peter Korsgaard | 2008-04-03 | 2 | -2/+2 |
| | |||||
* | nano: fix install location | Peter Korsgaard | 2008-03-26 | 1 | -1/+1 |
| | | | | Fix typo in install location. Reported by Simon Pasch. | ||||
* | buildroot: use BR2_KERNEL_MIRROR everywhere | Peter Korsgaard | 2008-03-11 | 1 | -1/+1 |
| | | | | Based on patch by Nigel Kukard. | ||||
* | nano: install to /usr/bin | Peter Korsgaard | 2008-03-07 | 1 | -1/+1 |
| | |||||
* | vim: config names should be lower case | Peter Korsgaard | 2008-03-07 | 1 | -2/+2 |
| | |||||
* | buildroot: move editors under package/editors and merge menus | Peter Korsgaard | 2008-03-07 | 9 | -3/+251 |
| | | | | Based on patch by Arnar Mar Sig. | ||||
* | added vim and editors directory | John Voltz | 2008-03-06 | 6 | -0/+19616 |