diff mbox

[1/1] package/erlang-p1-xmpp: Add a missing dependency from a selected package

Message ID 20170612134039.26191-1-johan.oudinet@gmail.com
State Superseded
Headers show

Commit Message

Johan Oudinet June 12, 2017, 1:40 p.m. UTC
This package selects erlang-p1-stringprep, which depends on
BR2_INSTALL_LIBSTDCPP. Thus, it should also depend on this item.

Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
---
 package/erlang-p1-xmpp/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Thomas Petazzoni June 12, 2017, 1:45 p.m. UTC | #1
Hello,

On Mon, 12 Jun 2017 15:40:39 +0200, Johan Oudinet wrote:
> This package selects erlang-p1-stringprep, which depends on
> BR2_INSTALL_LIBSTDCPP. Thus, it should also depend on this item.

You should give here a reference to the autobuilder issue being fixed.

> 
> Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>

Thanks!

Thomas
diff mbox

Patch

diff --git a/package/erlang-p1-xmpp/Config.in b/package/erlang-p1-xmpp/Config.in
index 1d518e2023..c7a68bc800 100644
--- a/package/erlang-p1-xmpp/Config.in
+++ b/package/erlang-p1-xmpp/Config.in
@@ -1,5 +1,9 @@ 
+comment "erlang-p1-xmpp needs a toolchain w/ C++"
+	depends on !BR2_INSTALL_LIBSTDCPP
+
 config BR2_PACKAGE_ERLANG_P1_XMPP
 	bool "erlang-p1-xmpp"
+	depends on BR2_INSTALL_LIBSTDCPP # erlang-p1-stringprep
 	select BR2_PACKAGE_ERLANG_P1_XML
 	select BR2_PACKAGE_ERLANG_P1_STRINGPREP
 	help