summaryrefslogtreecommitdiff
path: root/packages/development
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-11-17 16:04:36 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-11-17 16:04:36 +0100
commitaf3515f28b52497bf098d20d4c7f2f1acc9859f8 (patch)
treeced394535dac6988a8762129622ced5021a76095 /packages/development
parente900da0e9cdedd96e15b91102a1726790ed7b315 (diff)
downloadembtoolkit-af3515f28b52497bf098d20d4c7f2f1acc9859f8.tar.gz
embtoolkit-af3515f28b52497bf098d20d4c7f2f1acc9859f8.tar.bz2
embtoolkit-af3515f28b52497bf098d20d4c7f2f1acc9859f8.tar.xz
Packages: libvent: update 1.4-stable to v1.4.14b
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/development')
-rw-r--r--packages/development/libevent/libevent.kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/development/libevent/libevent.kconfig b/packages/development/libevent/libevent.kconfig
index 51e68a0..86f5ff9 100644
--- a/packages/development/libevent/libevent.kconfig
+++ b/packages/development/libevent/libevent.kconfig
@@ -37,16 +37,16 @@ choice
help
Here you can choose which version of libevent you want to use.
- config EMBTK_LIBEVENT_VERSION_2_0_21_STABLE
+ config EMBTK_LIBEVENT_VERSION_2_0_STABLE
bool "libevent-2.0.21-stable"
- config EMBTK_LIBEVENT_VERSION_1_4_13_STABLE
+ config EMBTK_LIBEVENT_VERSION_1_4_STABLE
bool "libevent-1.4.13-stable"
endchoice
config EMBTK_LIBEVENT_VERSION_STRING
string
- default "2.0.21-stable" if EMBTK_LIBEVENT_VERSION_2_0_21_STABLE
- default "1.4.13-stable" if EMBTK_LIBEVENT_VERSION_1_4_13_STABLE
+ default "2.0.21-stable" if EMBTK_LIBEVENT_VERSION_2_0_STABLE
+ default "1.4.14b-stable" if EMBTK_LIBEVENT_VERSION_1_4_STABLE
config EMBTK_LIBEVENT_NEED_PATCH
bool