From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] mtree: new package
Date: Tue, 19 Mar 2019 16:17:51 +0100 [thread overview]
Message-ID: <20190319161751.0daebda7@windsurf> (raw)
In-Reply-To: <20190319114344.11138-1-esben.haabendal@gmail.com>
Hello Esben,
Nice to see you on the Buildroot mailing list :-)
On Tue, 19 Mar 2019 12:43:44 +0100
Esben Haabendal <esben.haabendal@gmail.com> wrote:
> package/Config.in | 1 +
> package/mtree/Config.in | 10 ++++++++++
> package/mtree/mtree.mk | 15 +++++++++++++++
Please add an entry to the DEVELOPERS file.
> diff --git a/package/mtree/Config.in b/package/mtree/Config.in
> new file mode 100644
> index 000000000000..97e1cf614972
> --- /dev/null
> +++ b/package/mtree/Config.in
> @@ -0,0 +1,10 @@
> +config BR2_PACKAGE_MTREE
> + bool "mtree"
> + select BR2_PACKAGE_OPENSSL
> + help
> + mtree - utility for creating and verifying file hierarchies.
> +
> + Port of the mtree utility, originally only available in BSD
> + distributions, to Linux and other operating systems.
> +
> + https://github.com/archiecobbs/mtree-port
> diff --git a/package/mtree/mtree.mk b/package/mtree/mtree.mk
> new file mode 100644
> index 000000000000..b828dd53ffe3
> --- /dev/null
> +++ b/package/mtree/mtree.mk
> @@ -0,0 +1,15 @@
> +################################################################################
> +#
> +# mtree
> +#
> +################################################################################
> +
> +MTREE_VERSION = 1.0.4
> +MTREE_SOURCE = mtree-$(MTREE_VERSION).tar.gz
> +MTREE_SITE = https://s3.amazonaws.com/archie-public/mtree-port
> +MTREE_LICENSE = BSD-3-Clause
> +MTREE_LICENSE_FILES = COPYING
You need:
MTREE_DEPENDENCIES = openssl
otherwise you have no guarantee that openssl will be built before
mtree. You can test your package by doing "./utils/test-pkg -p mtree",
it will test it with a number of toolchain configurations that we have
chosen as they often exhibit a number of issues. This testing would
have also revealed the missing openssl dependency.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
prev parent reply other threads:[~2019-03-19 15:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-19 11:43 [Buildroot] [PATCH] mtree: new package Esben Haabendal
2019-03-19 15:17 ` 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=20190319161751.0daebda7@windsurf \
--to=thomas.petazzoni@bootlin.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.