From: Jack Mitchell <ml@communistcode.co.uk>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH] dejagnu: recipe taken from openembedded
Date: Thu, 10 Apr 2014 11:22:52 +0100 [thread overview]
Message-ID: <534670FC.5000901@communistcode.co.uk> (raw)
In-Reply-To: <1397124314-37150-1-git-send-email-krzysztof.m.sywula@intel.com>
On 10/04/14 11:05, krzysztof.m.sywula@intel.com wrote:
> From: Krzysztof Sywula <krzysztof.m.sywula@intel.com>
>
> Signed-off-by: Krzysztof Sywula <krzysztof.m.sywula@intel.com>
> ---
> meta-oe/recipes-devtools/dejagnu/dejagnu-native_1.4.4.bb | 3 +++
> meta-oe/recipes-devtools/dejagnu/dejagnu_1.4.4.bb | 12 ++++++++++++
> 2 files changed, 15 insertions(+)
> create mode 100644 meta-oe/recipes-devtools/dejagnu/dejagnu-native_1.4.4.bb
> create mode 100644 meta-oe/recipes-devtools/dejagnu/dejagnu_1.4.4.bb
>
> diff --git a/meta-oe/recipes-devtools/dejagnu/dejagnu-native_1.4.4.bb b/meta-oe/recipes-devtools/dejagnu/dejagnu-native_1.4.4.bb
> new file mode 100644
> index 0000000..23cc10e
> --- /dev/null
> +++ b/meta-oe/recipes-devtools/dejagnu/dejagnu-native_1.4.4.bb
> @@ -0,0 +1,3 @@
> +require dejagnu_${PV}.bb
> +S = "${WORKDIR}/dejagnu-${PV}"
> +inherit native
> diff --git a/meta-oe/recipes-devtools/dejagnu/dejagnu_1.4.4.bb b/meta-oe/recipes-devtools/dejagnu/dejagnu_1.4.4.bb
> new file mode 100644
> index 0000000..b202ae4
> --- /dev/null
> +++ b/meta-oe/recipes-devtools/dejagnu/dejagnu_1.4.4.bb
> @@ -0,0 +1,12 @@
> +DESCRIPTION = "GNU unit testing framework, written in Expect and Tcl"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b"
> +SECTION = "devel"
> +PR = "r1"
You don't need the PR any more.
> +
> +inherit autotools
> +
> +SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz"
${BP} can be used instead of ${BPN}-${PV}
> +
> +SRC_URI[md5sum] = "053f18fd5d00873de365413cab17a666"
> +SRC_URI[sha256sum] = "d0fbedef20fb0843318d60551023631176b27ceb1e11de7468a971770d0e048d"
>
--
Jack Mitchell (jack@embed.me.uk)
Embedded Systems Engineer
Cambridgeshire, UK
http://www.embed.me.uk
--
next prev parent reply other threads:[~2014-04-10 10:23 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-10 10:05 [meta-oe][PATCH] dejagnu: recipe taken from openembedded krzysztof.m.sywula
2014-04-10 10:21 ` Paul Eggleton
2014-04-10 10:22 ` Jack Mitchell [this message]
2014-04-10 11:22 ` Martin Jansa
-- strict thread matches above, loose matches on Subject: below --
2014-04-08 13:47 krzysztof.m.sywula
2014-04-10 8:36 ` Martin Jansa
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=534670FC.5000901@communistcode.co.uk \
--to=ml@communistcode.co.uk \
--cc=openembedded-devel@lists.openembedded.org \
/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.