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 1/1] bc: new package
Date: Wed, 18 Sep 2013 06:15:35 +0200	[thread overview]
Message-ID: <20130918061535.55f573af@skate> (raw)
In-Reply-To: <1379477549-5783-1-git-send-email-mlweber1@rockwellcollins.com>

Dear Matt Weber,

On Tue, 17 Sep 2013 23:12:29 -0500, Matt Weber wrote:

> diff --git a/package/bc/bc.mk b/package/bc/bc.mk
> new file mode 100644
> index 0000000..ad13021
> --- /dev/null
> +++ b/package/bc/bc.mk
> @@ -0,0 +1,18 @@
> +################################################################################
> +#
> +# bc
> +#
> +################################################################################

There should be one empty line between the header and the first
variable.

> +BC_VERSION = 1.06
> +BC_SITE = http://ftp.gnu.org/pub/gnu/bc/

This should use $(BR2_GNU_MIRROR).

> +BC_SOURCE = bc-$(BC_VERSION).tar.gz

And this line is not needed, as this is the default value.

> +BC_LICENSE = GPLv2+ LGPLv2.1+
> +BC_LICENSE_FILES = COPYING COPYING.LIB
> +BC_INSTALL_STAGING = NO

This last line is not needed, as this is the default.

> +
> +# Build after busybox so target ends up with bc's "dc" version
> +ifeq ($(BR2_PACKAGE_BUSYBOX),y)
> +BC_DEPENDENCIES += busybox
> +endif
> +
> +$(eval $(autotools-package))

Other than that, seems good.

Thanks!

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

      reply	other threads:[~2013-09-18  4:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-18  4:12 [Buildroot] [PATCH 1/1] bc: new package Matt Weber
2013-09-18  4:15 ` Thomas Petazzoni [this message]

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=20130918061535.55f573af@skate \
    --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