[Buildroot] [git commit] erlang-rebar: fix license variables

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Feb 20 15:58:29 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=498055a8c2e66a8a36b6205555b1c7e806b4d31f
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The erlang-rebar package uses ERLANG_ as the prefix for its license
variables, therefore overriding the license information from the
erlang package. This commit fixes this by using the appropriate
ERLANG_REBAR_ suffix.

Reported-by: Romain Naour <romain.naour at openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/erlang-rebar/erlang-rebar.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/erlang-rebar/erlang-rebar.mk b/package/erlang-rebar/erlang-rebar.mk
index f29eb75..d2189e1 100644
--- a/package/erlang-rebar/erlang-rebar.mk
+++ b/package/erlang-rebar/erlang-rebar.mk
@@ -13,8 +13,8 @@ ERLANG_REBAR_SITE = $(call github,rebar,rebar,$(ERLANG_REBAR_VERSION))
 
 # Although the file LICENSE state Apache-2.0, a lot (if not all) the files
 # in src/ bear the MIT licence.
-ERLANG_LICENSE = Apache-2.0, MIT
-ERLANG_LICENSE_FILES = LICENSE
+ERLANG_REBAR_LICENSE = Apache-2.0, MIT
+ERLANG_REBAR_LICENSE_FILES = LICENSE
 
 # We do not have a target variant, so just define the dependencies,
 # configure and build commands for the host variant.


More information about the buildroot mailing list