Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libevent: only install event_rpcgen.py if python support is enabled | Peter Korsgaard | 2009-09-19 | 1 | -0/+8 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | libevent: Bump version and clean up makefile. | Will Newton | 2009-09-19 | 1 | -63/+8 |
| | | | | | | | | | | Closes #565 - Bump version from 1.2 to 1.4.12 - Clean up makefile and use Makefile.autotools.in. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package: Remove unnecessary dependencies on uclibc. | Will Newton | 2009-09-03 | 1 | -1/+1 |
| | | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | - fixes and cleanups (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2007-09-19 | 1 | -3/+6 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 1 | -3/+3 |
| | |||||
* | - the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE). | Bernhard Reutner-Fischer | 2007-07-09 | 1 | -1/+1 |
| | | | | Fixes build breakage as seen by Ulf et al. | ||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -2/+1 |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | - use $@ | Bernhard Reutner-Fischer | 2007-06-20 | 1 | -2/+2 |
| | |||||
* | - you have to escape the asterisk | Bernhard Reutner-Fischer | 2007-06-20 | 1 | -1/+1 |
| | |||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+1 |
| | |||||
* | - remove some hardcoded occurances of "make" and use the proper variable instead | Bernhard Reutner-Fischer | 2007-01-21 | 1 | -2/+2 |
| | |||||
* | - Remove CC_FOR_BUILD="$(HOSTCC)" since it is already contained in the | Bernhard Reutner-Fischer | 2007-01-14 | 1 | -1/+1 |
| | | | | TARGET_CONFIGURE_OPTS | ||||
* | - add missing foo-source target for "make source" for downloading | Bernhard Reutner-Fischer | 2007-01-14 | 1 | -0/+2 |
| | | | | package sources used by later offline build. | ||||
* | Remove man pages after installing into target filesystem. | "Steven J. Hill" | 2007-01-14 | 1 | -1/+4 |
| | |||||
* | Add libevent package. I started building all the components needed for NFSv4 ↵ | "Steven J. Hill" | 2007-01-14 | 1 | -0/+62 |
support of which libevent is one of them. The rest of the needed components, however, are horrific to get building. |