projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa556e2
)
package/ejabberd: add a comment for runtime dependencies
author
Johan Oudinet
<johan.oudinet@gmail.com>
Mon, 3 Dec 2018 15:22:39 +0000
(16:22 +0100)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Mon, 3 Dec 2018 21:08:50 +0000
(22:08 +0100)
Both p1_oauth2 and jiffy are runtime dependencies. Mark the
corresponding select in the Config.in file with a # runtime
comment.
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/ejabberd/Config.in
patch
|
blob
|
history
diff --git
a/package/ejabberd/Config.in
b/package/ejabberd/Config.in
index 53b688b5d97f06dced5b7040b6b0f1ab65bbfb3f..7d51d1de9e7f62b76f03498eda4b0cf4da67e38a 100644
(file)
--- a/
package/ejabberd/Config.in
+++ b/
package/ejabberd/Config.in
@@
-3,11
+3,11
@@
config BR2_PACKAGE_EJABBERD
depends on BR2_PACKAGE_ERLANG
depends on BR2_INSTALL_LIBSTDCPP # jiffy, stringprep
select BR2_PACKAGE_ERLANG_EIMP
- select BR2_PACKAGE_ERLANG_JIFFY
+ select BR2_PACKAGE_ERLANG_JIFFY
# runtime
select BR2_PACKAGE_ERLANG_LAGER
select BR2_PACKAGE_ERLANG_P1_CACHE_TAB
select BR2_PACKAGE_ERLANG_P1_ICONV
- select BR2_PACKAGE_ERLANG_P1_OAUTH2
+ select BR2_PACKAGE_ERLANG_P1_OAUTH2
# runtime
select BR2_PACKAGE_ERLANG_P1_SIP
select BR2_PACKAGE_ERLANG_P1_STRINGPREP
select BR2_PACKAGE_ERLANG_P1_STUN