All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH][meta-networking] ifenslave: add recipes
Date: Tue, 12 Aug 2014 13:51:32 +0200	[thread overview]
Message-ID: <20140812115132.GK14848@jama> (raw)
In-Reply-To: <1407826864-32606-1-git-send-email-rongqing.li@windriver.com>

[-- Attachment #1: Type: text/plain, Size: 1918 bytes --]

On Tue, Aug 12, 2014 at 03:01:04PM +0800, rongqing.li@windriver.com wrote:
> From: Roy Li <rongqing.li@windriver.com>
> 
> Signed-off-by: Roy Li <rongqing.li@windriver.com>
> ---
>  .../recipes-support/ifenslave/ifenslave_1.1.0.bb    |   19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)
>  create mode 100644 meta-networking/recipes-support/ifenslave/ifenslave_1.1.0.bb
> 
> diff --git a/meta-networking/recipes-support/ifenslave/ifenslave_1.1.0.bb b/meta-networking/recipes-support/ifenslave/ifenslave_1.1.0.bb
> new file mode 100644
> index 0000000..d6252a9
> --- /dev/null
> +++ b/meta-networking/recipes-support/ifenslave/ifenslave_1.1.0.bb
> @@ -0,0 +1,19 @@
> +SUMMARY = "Configure network interfaces for parallel routing"

^ dropped in master-next

> +DESCRIPTION = "Configure network interfaces for parallel routing"
> +HOMEPAGE = "http://www.linuxfoundation.org/collaborate/workgroups/networking/bonding"
> +SECTION = "network"
> +LICENSE = "GPLv2"
> +
> +SRC_URI = "http://ftp.debian.org/debian/pool/main/i/${BPN}-2.6/${BPN}-2.6_${PV}.orig.tar.gz"
> +
> +do_compile() {
> +    ${CC} ifenslave.c -o ifenslave
> +}
> +do_install() {
> +    install -d "${D}${sbindir}"
> +    install -m 755 "${S}/ifenslave" "${D}${sbindir}/"
> +}
> +

^ moved next to LICENSE in master-next

> +LIC_FILES_CHKSUM = "file://ifenslave.c;beginline=8;endline=12;md5=a9f0bd2324cdc1b36d1f44f0e643a62a"
> +SRC_URI[md5sum] = "56126cd1013cefe0ce6f81613e677bdd"
> +SRC_URI[sha256sum] = "7917bf34de80a2492eb225adf9168c83a4854ac8a008ed0fd5b3fd147ccd3041"

^ moved next to SRC_URI in master-next
> -- 
> 1.7.10.4
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

  reply	other threads:[~2014-08-12 11:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-12  7:01 [PATCH][meta-networking] ifenslave: add recipes rongqing.li
2014-08-12 11:51 ` Martin Jansa [this message]
2014-08-12 13:55   ` Paul Eggleton
2014-08-12 14:10     ` Martin Jansa
2014-08-13  0:58       ` Rongqing Li

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=20140812115132.GK14848@jama \
    --to=martin.jansa@gmail.com \
    --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.