Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v15 01/27] package/freeswitch: new package
Date: Sun, 17 Apr 2016 22:18:17 +0200	[thread overview]
Message-ID: <20160417221817.4cb4eae3@free-electrons.com> (raw)
In-Reply-To: <1460906689-29900-2-git-send-email-bernd.kuhls@t-online.de>

Hello,

On Sun, 17 Apr 2016 17:24:23 +0200, Bernd Kuhls wrote:
> +FREESWITCH_VERSION = 1.6.7
> +FREESWITCH_SOURCE = freeswitch-$(FREESWITCH_VERSION).tar.xz
> +FREESWITCH_SITE = http://files.freeswitch.org/freeswitch-releases
> +FREESWITCH_LICENSE = MPLv1.1, \
> +	GPLv3+ with font exception (fonts), \
> +	Apache-2.0 (apr, apr-util) \

There was a missing comma at the end of this line.

I fixed this before applying.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

  reply	other threads:[~2016-04-17 20:18 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-17 15:24 [Buildroot] [PATCH v15 00/27] package/freeswitch: new package Bernd Kuhls
2016-04-17 15:24 ` [Buildroot] [PATCH v15 01/27] " Bernd Kuhls
2016-04-17 20:18   ` Thomas Petazzoni [this message]
2016-04-17 15:24 ` [Buildroot] [PATCH v15 02/27] package/freeswitch: enable optional modules Bernd Kuhls
2016-04-17 15:24 ` [Buildroot] [PATCH v15 03/27] package/freeswitch: add optional dependency to libedit Bernd Kuhls
2016-04-17 15:24 ` [Buildroot] [PATCH v15 04/27] package/freeswitch: enable mod_enum Bernd Kuhls
2016-04-17 15:24 ` [Buildroot] [PATCH v15 05/27] package/freeswitch: add optional dependency to libpng Bernd Kuhls
2016-04-17 15:24 ` [Buildroot] [PATCH v15 06/27] package/freeswitch: add optional dependency to unixodbc Bernd Kuhls
2016-04-17 15:24 ` [Buildroot] [PATCH v15 07/27] package/freeswitch: add optional dependency to freetype Bernd Kuhls
2016-04-17 15:24 ` [Buildroot] [PATCH v15 08/27] package/freeswitch: enable mod_yaml Bernd Kuhls
2016-04-17 15:24 ` [Buildroot] [PATCH v15 09/27] package/freeswitch: enable mod_lua Bernd Kuhls
2016-04-17 15:24 ` [Buildroot] [PATCH v15 10/27] package/freeswitch: enable mod_bv Bernd Kuhls
2016-04-17 15:24 ` [Buildroot] [PATCH v15 11/27] package/freeswitch: enable mod_codec2 Bernd Kuhls
2016-04-17 15:24 ` [Buildroot] [PATCH v15 12/27] package/freeswitch: add optional dependency to libg7221 Bernd Kuhls
2016-04-17 15:24 ` [Buildroot] [PATCH v15 13/27] package/freeswitch: enable mod_ilbc Bernd Kuhls
2016-04-17 15:24 ` [Buildroot] [PATCH v15 14/27] package/freeswitch: enable mod_isac Bernd Kuhls
2016-04-17 15:24 ` [Buildroot] [PATCH v15 15/27] package/freeswitch: enable mod_opus Bernd Kuhls
2016-04-17 15:24 ` [Buildroot] [PATCH v15 16/27] package/freeswitch: enable mod_portaudio Bernd Kuhls
2016-04-17 15:24 ` [Buildroot] [PATCH v15 17/27] package/freeswitch: enable mod_silk Bernd Kuhls
2016-04-17 15:24 ` [Buildroot] [PATCH v15 18/27] package/freeswitch: enable mod_sndfile Bernd Kuhls
2016-04-17 15:24 ` [Buildroot] [PATCH v15 19/27] package/freeswitch: enable mod_alsa Bernd Kuhls
2016-04-17 15:24 ` [Buildroot] [PATCH v15 20/27] package/freeswitch: enable mod_soundtouch Bernd Kuhls
2016-04-17 15:24 ` [Buildroot] [PATCH v15 21/27] package/freeswitch: add optional dependency to xz Bernd Kuhls
2016-04-17 15:24 ` [Buildroot] [PATCH v15 22/27] package/freeswitch: enable mod_memcache Bernd Kuhls
2016-04-17 15:24 ` [Buildroot] [PATCH v15 23/27] package/freeswitch: enable mod_imagick Bernd Kuhls
2016-04-17 15:24 ` [Buildroot] [PATCH v15 24/27] package/freeswitch: enable mod_cv Bernd Kuhls
2016-04-17 15:24 ` [Buildroot] [PATCH v15 25/27] package/freeswitch: enable mod_shout Bernd Kuhls
2016-04-17 15:24 ` [Buildroot] [PATCH v15 26/27] package/freeswitch: add optional dependency to openldap Bernd Kuhls
2016-04-17 15:24 ` [Buildroot] [PATCH v15 27/27] package/freeswitch: enable video support Bernd Kuhls
2016-04-17 20:21   ` Thomas Petazzoni
2016-04-17 20:18 ` [Buildroot] [PATCH v15 00/27] package/freeswitch: new package 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=20160417221817.4cb4eae3@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox