From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] package/freeswitch: Fix added license
Date: Sun, 24 Apr 2016 10:20:36 +0200 [thread overview]
Message-ID: <20160424102036.1d53fd35@free-electrons.com> (raw)
In-Reply-To: <1461445189-31992-2-git-send-email-bernd.kuhls@t-online.de>
Hello,
On Sat, 23 Apr 2016 22:59:49 +0200, Bernd Kuhls wrote:
> diff --git a/package/freeswitch/freeswitch.mk b/package/freeswitch/freeswitch.mk
> index ec52172..f76ad24 100644
> --- a/package/freeswitch/freeswitch.mk
> +++ b/package/freeswitch/freeswitch.mk
> @@ -161,7 +161,7 @@ FREESWITCH_PRE_CONFIGURE_HOOKS += FREESWITCH_ENABLE_MODULES
> # mod_isac supports a limited set of archs
> # src/mod/codecs/mod_isac/typedefs.h
> ifeq ($(BR2_i386)$(BR2_mips)$(BR2_mipsel)$(BR2_mips64)$(BR2_mips64el)$(BR2_x86_64),y)
> -FREESWITCH_LICENSE += BSD-3c (mod_isac)
> +FREESWITCH_LICENSE := $(FREESWITCH_LICENSE) BSD-3c (mod_isac)
Hum, licenses should be comma separated, so don't we need:
FREESWITCH_LICENSE := $(FREESWITCH_LICENSE), BSD-3c (mod_isac)
?
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2016-04-24 8:20 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-23 20:59 [Buildroot] [PATCH 1/2] package/freeswitch: disable ClueCon invitation messages Bernd Kuhls
2016-04-23 20:59 ` [Buildroot] [PATCH 2/2] package/freeswitch: Fix added license Bernd Kuhls
2016-04-24 8:20 ` Thomas Petazzoni [this message]
2016-05-09 20:02 ` Thomas Petazzoni
2016-04-24 8:23 ` [Buildroot] [PATCH 1/2] package/freeswitch: disable ClueCon invitation messages Thomas Petazzoni
2016-05-01 20:50 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160424102036.1d53fd35@free-electrons.com \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.