Updated to stable version 2.0.10. Avoid including '-' characters in version strings this causes havok with ipkg repository scripts.
Signed-off-by: George McCollister <[email protected]> --- rules/libevent.make | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libevent.make b/rules/libevent.make index 7748af1..706cc13 100644 --- a/rules/libevent.make +++ b/rules/libevent.make @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_LIBEVENT) += libevent # # Paths and names # -LIBEVENT_VERSION := 2.0.7-rc -LIBEVENT := libevent-$(LIBEVENT_VERSION) +LIBEVENT_VERSION := 2.0.10 +LIBEVENT := libevent-$(LIBEVENT_VERSION)-stable LIBEVENT_SUFFIX := tar.gz LIBEVENT_URL := http://www.monkey.org/~provos/$(LIBEVENT).$(LIBEVENT_SUFFIX) LIBEVENT_SOURCE := $(SRCDIR)/$(LIBEVENT).$(LIBEVENT_SUFFIX) -- 1.7.1 -- ptxdist mailing list [email protected]
