[asterisk-commits] res calendar: Specialized calendars depend on symbols of gen... (asterisk[master])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Feb 16 10:40:32 CST 2018
Jenkins2 has submitted this change and it was merged. ( https://gerrit.asterisk.org/8224 )
Change subject: res_calendar: Specialized calendars depend on symbols of general calendar.
......................................................................
res_calendar: Specialized calendars depend on symbols of general calendar.
ASTERISK-27680
Change-Id: Ifb77912e424fe3710a025c18526fada673ec0b79
---
M res/res_calendar_caldav.c
M res/res_calendar_ews.c
M res/res_calendar_exchange.c
M res/res_calendar_icalendar.c
4 files changed, 8 insertions(+), 0 deletions(-)
Approvals:
Corey Farrell: Looks good to me, but someone else must approve
Sean Bright: Looks good to me, approved
Jenkins2: Approved for Submit
diff --git a/res/res_calendar_caldav.c b/res/res_calendar_caldav.c
index ec9f0ac..425a1e3 100644
--- a/res/res_calendar_caldav.c
+++ b/res/res_calendar_caldav.c
@@ -21,6 +21,7 @@
*/
/*** MODULEINFO
+ <depend>res_calendar</depend>
<depend>neon</depend>
<depend>ical</depend>
<depend>libxml2</depend>
@@ -752,4 +753,5 @@
.load = load_module,
.unload = unload_module,
.load_pri = AST_MODPRI_DEVSTATE_PLUGIN,
+ .requires = "res_calendar",
);
diff --git a/res/res_calendar_ews.c b/res/res_calendar_ews.c
index cf0ddc2..c12fb01 100644
--- a/res/res_calendar_ews.c
+++ b/res/res_calendar_ews.c
@@ -21,6 +21,7 @@
*/
/*** MODULEINFO
+ <depend>res_calendar</depend>
<depend>neon29</depend>
<support_level>extended</support_level>
***/
@@ -940,4 +941,5 @@
.load = load_module,
.unload = unload_module,
.load_pri = AST_MODPRI_DEVSTATE_PLUGIN,
+ .requires = "res_calendar",
);
diff --git a/res/res_calendar_exchange.c b/res/res_calendar_exchange.c
index 99dc5e6..21c1c1a 100644
--- a/res/res_calendar_exchange.c
+++ b/res/res_calendar_exchange.c
@@ -21,6 +21,7 @@
*/
/*** MODULEINFO
+ <depend>res_calendar</depend>
<depend>neon</depend>
<depend>ical</depend>
<depend>iksemel</depend>
@@ -743,4 +744,5 @@
.load = load_module,
.unload = unload_module,
.load_pri = AST_MODPRI_DEVSTATE_PLUGIN,
+ .requires = "res_calendar",
);
diff --git a/res/res_calendar_icalendar.c b/res/res_calendar_icalendar.c
index 9efecdb..4f78f9a 100644
--- a/res/res_calendar_icalendar.c
+++ b/res/res_calendar_icalendar.c
@@ -21,6 +21,7 @@
*/
/*** MODULEINFO
+ <depend>res_calendar</depend>
<depend>neon</depend>
<depend>ical</depend>
<support_level>extended</support_level>
@@ -541,4 +542,5 @@
.load = load_module,
.unload = unload_module,
.load_pri = AST_MODPRI_DEVSTATE_PLUGIN,
+ .requires = "res_calendar",
);
--
To view, visit https://gerrit.asterisk.org/8224
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ifb77912e424fe3710a025c18526fada673ec0b79
Gerrit-Change-Number: 8224
Gerrit-PatchSet: 2
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
Gerrit-Reviewer: Alexander Traud <pabstraud at compuserve.com>
Gerrit-Reviewer: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Sean Bright <sean.bright at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-commits/attachments/20180216/50bc7f4b/attachment.html>
More information about the asterisk-commits
mailing list