summaryrefslogtreecommitdiffstats
path: root/rules/libevent.make
diff options
context:
space:
mode:
authorGeorge McCollister <george.mccollister@gmail.com>2011-01-28 13:52:10 -0600
committerRobert Schwebel <r.schwebel@pengutronix.de>2011-02-02 14:23:36 +0100
commit0b75b7b5fe4f5376899232697c5d2ab42c6d71db (patch)
treee933bf3f563e31d9911c53766134b3e17dcac445 /rules/libevent.make
parent38097ac49304265864ae22374f18ebf3da680f22 (diff)
downloadptxdist-0b75b7b5fe4f5376899232697c5d2ab42c6d71db.tar.gz
ptxdist-0b75b7b5fe4f5376899232697c5d2ab42c6d71db.tar.xz
libevent: updated to stable version 2.0.10.
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 <george.mccollister@gmail.com>
Diffstat (limited to 'rules/libevent.make')
-rw-r--r--rules/libevent.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/libevent.make b/rules/libevent.make
index 7748af15e..706cc13b0 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)