From: "David Nyström" <david.c.nystrom@gmail.com>
To: Bruce Ashfield <bruce.ashfield@gmail.com>
Cc: meta-virtualization@yoctoproject.org
Subject: Re: [PATCHv3 06/14] Added openbsd-netcat recipe, libvirt dependency
Date: Thu, 06 Dec 2012 15:23:04 +0100 [thread overview]
Message-ID: <50C0AA48.1040508@gmail.com> (raw)
In-Reply-To: <CADkTA4NZfY+P=2U7jdk4wY-SFJP-Ns4MMDtauy=HorkFRNHyWg@mail.gmail.com>
On 12/06/2012 03:20 PM, Bruce Ashfield wrote:
> On Thu, Dec 6, 2012 at 9:03 AM, <david.c.nystrom@gmail.com> wrote:
>
>> From: David Nyström <david.nystrom@enea.com>
>>
>> ---
>> recipes-networking/netcat/openbsd-netcat_1.6.bb | 29
>> +++++++++++++++++++++++
>> 1 file changed, 29 insertions(+)
>> create mode 100644 recipes-networking/netcat/openbsd-netcat_1.6.bb
>>
>
> Random comment. I was surprised that this wasn't already in the
> meta-networking
> layer, so I went to have a look. And indeed I don't see it.
>
> Is that consistent with what other people see ? This seems like it could go
> in another
> layer at some point.
>
> At a glance, I'm not seeing the libvirt dependency. Am I overlooking it
> somehow ?
>
> Cheers,
>
> Bruce
>
A good explanation is here:
https://bugs.archlinux.org/task/22068
>
>>
>> diff --git a/recipes-networking/netcat/openbsd-netcat_1.6.bbb/recipes-networking/netcat/
>> openbsd-netcat_1.6.bb
>> new file mode 100644
>> index 0000000..1ae3f37
>> --- /dev/null
>> +++ b/recipes-networking/netcat/openbsd-netcat_1.6.bb
>> @@ -0,0 +1,29 @@
>> +DESCRIPTION = "OpenBSD Netcat"
>> +HOMEPAGE = "http://code.google.com/p/openbsd-netcat/"
>> +SECTION = "console/network"
>> +LICENSE = "BSD-3-Clause"
>> +PR = "r0"
>> +
>> +SRCREV = "5"
>> +
>> +SRC_URI = "svn://
>> openbsd-netcat.googlecode.com/svn;module=trunk;protocol=http"
>> +S = "${WORKDIR}/trunk"
>> +
>> +inherit update-alternatives gettext
>> +
>> +do_configure[noexec] = "1"
>> +
>> +do_compile() {
>> + cd ${S}
>> + oe_runmake
>> +}
>> +
>> +do_install() {
>> + install -d ${D}${bindir}
>> + install -m 755 ${S}/nc ${D}${bindir}/nc.${BPN}
>> +}
>> +
>> +ALTERNATIVE_${PN} = "nc"
>> +ALTERNATIVE_PRIORITY = "101"
>> +
>> +BBCLASSEXTEND = "nativesdk"
>> --
>> 1.7.9.5
>>
>> _______________________________________________
>> meta-virtualization mailing list
>> meta-virtualization@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-virtualization
>>
>
>
>
next prev parent reply other threads:[~2012-12-06 14:23 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-06 14:03 [PATCHv3 00/14] Addition of meta-cloud david.c.nystrom
2012-12-06 14:03 ` [PATCHv3 01/14] Added protobuf-c criu dependency david.c.nystrom
2012-12-06 14:03 ` [PATCHv3 02/14] Added protobuf " david.c.nystrom
2012-12-06 14:03 ` [PATCHv3 03/14] Added CRIU recipe david.c.nystrom
2012-12-06 14:03 ` [PATCHv3 04/14] Added lxc recipe david.c.nystrom
2012-12-06 14:15 ` Bruce Ashfield
2012-12-06 14:20 ` David Nyström
2012-12-06 14:03 ` [PATCHv3 05/14] Added netcf recipe, libvirt dependency david.c.nystrom
2012-12-06 14:03 ` [PATCHv3 06/14] Added openbsd-netcat " david.c.nystrom
2012-12-06 14:20 ` Bruce Ashfield
2012-12-06 14:23 ` David Nyström [this message]
2012-12-06 14:40 ` Bruce Ashfield
2012-12-06 14:03 ` [PATCHv3 07/14] Added openflow recipe david.c.nystrom
2012-12-06 14:03 ` [PATCHv3 08/14] Added openvswitch recipe david.c.nystrom
2012-12-06 14:03 ` [PATCHv3 09/14] Added .gitignore file david.c.nystrom
2012-12-06 14:03 ` [PATCHv3 10/14] Changed David Nyströms email in README david.c.nystrom
2012-12-06 14:03 ` [PATCHv3 11/14] Added template cloud-* images david.c.nystrom
2012-12-06 14:03 ` [PATCHv3 12/14] Added some details in README, and made the description common david.c.nystrom
2012-12-06 14:03 ` [PATCHv3 13/14] Upgraded to libvirt 1.0.0, and added a more detailed packageconfig david.c.nystrom
2012-12-06 14:26 ` Bruce Ashfield
2012-12-06 14:53 ` David Nyström
2012-12-06 15:14 ` Saul Wold
2012-12-06 16:11 ` David Nyström
2012-12-06 15:16 ` Richard Purdie
2012-12-06 14:03 ` [PATCHv3 14/14] Added kernel configuration for LxC and in kernel OpenvSwitch david.c.nystrom
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=50C0AA48.1040508@gmail.com \
--to=david.c.nystrom@gmail.com \
--cc=bruce.ashfield@gmail.com \
--cc=meta-virtualization@yoctoproject.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.