summaryrefslogtreecommitdiff
path: root/build_tools
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2015-04-29 07:46:44 -0400
committerCorey Farrell <git@cfware.com>2015-04-29 07:46:44 -0400
commitf226bd6f602cff85bd1e4540aa834d1e4fa9c901 (patch)
tree206b0facff38037c9277263fe85e09ea37b8f9da /build_tools
parent881844297aae505e86081814be74341000c39666 (diff)
ARI: Fix missing dependencies.
ARI modules that are generated by 'make ari-stubs' are all dependent on res_ari_model. Additionally some of the same modules depend on one or more res_stasis_* modules. ASTERISK-25027 #close Reported by: Corey Farrell Change-Id: I8e07fe7e81fedacb87232f2b6f8b5f47927b4153
Diffstat (limited to 'build_tools')
-rw-r--r--build_tools/get_moduleinfo3
1 files changed, 2 insertions, 1 deletions
diff --git a/build_tools/get_moduleinfo b/build_tools/get_moduleinfo
index 92bc7e920..4dbb2942f 100644
--- a/build_tools/get_moduleinfo
+++ b/build_tools/get_moduleinfo
@@ -1,3 +1,4 @@
/\/\*\*\* MODULEINFO/ {printit=1; next}
-/\*\*\*\// {if (printit) exit}
+/<support_level>/ {if (gotsupportlevel) { next }; gotsupportlevel=1}
+/\*\*\*\// {printit=0}
/.*/ {if (printit) print}