From: Robert Yang <liezhi.yang@windriver.com>
To: Soren Brinkmann <soren.brinkmann@xilinx.com>,
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH v2] dosfstools: Add recipe for v3.0.28
Date: Wed, 3 Jun 2015 08:25:31 +0800 [thread overview]
Message-ID: <556E497B.40200@windriver.com> (raw)
In-Reply-To: <1432592959-11553-1-git-send-email-soren.brinkmann@xilinx.com>
Hello,
Why not remove the old one dosfstools_2.11.bb, please ?
// Robert
On 05/26/2015 06:29 AM, Soren Brinkmann wrote:
> Add a recipe for building the latest (as of today) version of
> dosfstools.
>
> Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
> ---
> v2:
> - add recipe for 3.0.28 additionally to the 2.11 one
> ---
> meta/recipes-devtools/dosfstools/dosfstools.inc | 8 ++++++++
> .../recipes-devtools/dosfstools/dosfstools_2.11.bb | 7 +++----
> .../dosfstools/dosfstools_3.0.28.bb | 22 ++++++++++++++++++++++
> 3 files changed, 33 insertions(+), 4 deletions(-)
> create mode 100644 meta/recipes-devtools/dosfstools/dosfstools.inc
> create mode 100644 meta/recipes-devtools/dosfstools/dosfstools_3.0.28.bb
>
> diff --git a/meta/recipes-devtools/dosfstools/dosfstools.inc b/meta/recipes-devtools/dosfstools/dosfstools.inc
> new file mode 100644
> index 000000000000..d2e672df1f48
> --- /dev/null
> +++ b/meta/recipes-devtools/dosfstools/dosfstools.inc
> @@ -0,0 +1,8 @@
> +# dosfstools OE build file
> +# Copyright (C) 2015, Sören Brinkmann <soeren.brinkmann@gmail> All Rights Reserved
> +# Released under the MIT license (see packages/COPYING)
> +
> +SUMMARY = "DOS FAT Filesystem Utilities"
> +SECTION = "base"
> +
> +BBCLASSEXTEND = "native"
> diff --git a/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb b/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb
> index d1c24b874845..d237cc9b9eac 100644
> --- a/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb
> +++ b/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb
> @@ -1,10 +1,11 @@
> # dosfstools OE build file
> # Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved
> # Released under the MIT license (see packages/COPYING)
> -SUMMARY = "DOS FAT Filesystem Utilities"
> +
> +require dosfstools.inc
> +
> HOMEPAGE = "http://daniel-baumann.ch/software/dosfstools/"
>
> -SECTION = "base"
> LICENSE = "GPLv2"
> LIC_FILES_CHKSUM = "file://mkdosfs/COPYING;md5=cbe67f08d6883bff587f615f0cc81aa8"
> PR = "r5"
> @@ -31,5 +32,3 @@ do_install () {
> oe_runmake "PREFIX=${D}" "SBINDIR=${D}${base_sbindir}" \
> "MANDIR=${D}${mandir}/man8" install
> }
> -
> -BBCLASSEXTEND = "native"
> diff --git a/meta/recipes-devtools/dosfstools/dosfstools_3.0.28.bb b/meta/recipes-devtools/dosfstools/dosfstools_3.0.28.bb
> new file mode 100644
> index 000000000000..3a746498a013
> --- /dev/null
> +++ b/meta/recipes-devtools/dosfstools/dosfstools_3.0.28.bb
> @@ -0,0 +1,22 @@
> +# dosfstools OE build file
> +# Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved
> +# Copyright (C) 2015, Sören Brinkmann <soeren.brinkmann@gmail> All Rights Reserved
> +# Released under the MIT license (see packages/COPYING)
> +
> +require dosfstools.inc
> +
> +HOMEPAGE = "https://github.com/dosfstools/dosfstools"
> +
> +LICENSE = "GPLv3"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
> +
> +SRC_URI = "https://github.com/dosfstools/dosfstools/releases/download/v3.0.28/dosfstools-3.0.28.tar.xz"
> +SRC_URI[md5sum] = "6a047a6c65186b9ebb1853709adb36db"
> +SRC_URI[sha256sum] = "ee95913044ecf2719b63ea11212917649709a6e53209a72d622135aaa8517ee2"
> +
> +FILES_${PN} = "${base_sbindir}"
> +FILES_${PN}-doc = "${mandir} ${docdir}"
> +
> +do_install () {
> + oe_runmake "PREFIX=${D}${prefix}" "SBINDIR=${D}${base_sbindir}" install
> +}
>
next prev parent reply other threads:[~2015-06-03 0:25 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-25 22:29 [PATCH v2] dosfstools: Add recipe for v3.0.28 Soren Brinkmann
2015-06-02 16:22 ` Burton, Ross
2015-06-02 16:36 ` Sören Brinkmann
2015-06-02 16:37 ` Burton, Ross
2015-06-03 0:25 ` Robert Yang [this message]
2015-06-03 0:31 ` Sören Brinkmann
2015-06-03 0:37 ` Robert Yang
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=556E497B.40200@windriver.com \
--to=liezhi.yang@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=soren.brinkmann@xilinx.com \
/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.