From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] package/libnfsidmap: new package
Date: Wed, 6 Feb 2019 17:16:17 +0100 [thread overview]
Message-ID: <20190206171617.6faea825@windsurf> (raw)
In-Reply-To: <20190206160601.6360-1-kostap@marvell.com>
Hello Kostya,
On Wed, 6 Feb 2019 18:06:00 +0200
<kostap@marvell.com> wrote:
> From: Konstantin Porotchkin <kostap@marvell.com>
>
> Reqired for NFSv4 support.
Required
> Taken from git at github.com:openstack/manila-test-image.git
> /patches/nfs-utils-enable-nfsv4.patch
What is taken from there ?
> package/Config.in | 1 +
> package/libnfsidmap/Config.in | 7 +++++++
> package/libnfsidmap/libnfsidmap.mk | 13 +++++++++++++
> 3 files changed, 21 insertions(+)
An entry to the DEVELOPERS file should be added, and a .hash file is
needed.
> diff --git a/package/libnfsidmap/Config.in b/package/libnfsidmap/Config.in
> new file mode 100644
> index 0000000000..12dbf505a5
> --- /dev/null
> +++ b/package/libnfsidmap/Config.in
> @@ -0,0 +1,7 @@
> +config BR2_PACKAGE_LIBNFSIDMAP
> + bool "libnfsidmap"
No dependencies at all ? Did you test this package
with ./utils/test-pkg ?
> + help
> + Library used by the NFSv4 server to do userid mapping.
> +
> + http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap
> +
Unneeded empty new line at the end of the file.
> diff --git a/package/libnfsidmap/libnfsidmap.mk b/package/libnfsidmap/libnfsidmap.mk
> new file mode 100644
> index 0000000000..2c3bd812de
> --- /dev/null
> +++ b/package/libnfsidmap/libnfsidmap.mk
> @@ -0,0 +1,13 @@
> +#
> +# libnfsidmap
> +#
Please use the standard header for packages.
> +
> +LIBNFSIDMAP_VERSION = 0.25
> +LIBNFSIDMAP_SITE = http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap
> +LIBNFSIDMAP_SOURCE = libnfsidmap-$(LIBNFSIDMAP_VERSION).tar.gz
Not needed, this is the default value. Have you run "make
check-package" ?
> +LIBNFSIDMAP_INSTALL_STAGING = YES
> +LIBNFSIDMAP_LICENSE = BSD-like
This is not a proper license, see https://spdx.org/licenses/ for a
proper list of SPDX license codes.
> +LIBNFSIDMAP_LICENSE_FILES = COPYING
> +
> +$(eval $(autotools-package))
> +$(eval $(host-autotools-package))
You're not using the host version of this package, so it shouldn't be
added.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2019-02-06 16:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-06 16:06 [Buildroot] [PATCH 1/2] package/libnfsidmap: new package kostap at marvell.com
2019-02-06 16:06 ` [Buildroot] [PATCH 2/2] package/nfs-utils: enable support of NFSv4 kostap at marvell.com
2019-02-12 10:33 ` Thomas Petazzoni
2019-02-06 16:16 ` Thomas Petazzoni [this message]
2019-02-06 16:29 ` [Buildroot] [EXT] Re: [PATCH 1/2] package/libnfsidmap: new package Kostya Porotchkin
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=20190206171617.6faea825@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.