From: Koen Kooi <koen@dominion.thruhere.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH meta-oe v2 1/8] bridge-utils: add
Date: Fri, 16 Dec 2011 11:38:47 +0100 [thread overview]
Message-ID: <jcf73n$99u$1@dough.gmane.org> (raw)
In-Reply-To: <1324028520-16474-1-git-send-email-b19537@freescale.com>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Op 16-12-11 10:41, b19537@freescale.com schreef:
> From: Zhenhua Luo <b19537@freescale.com>
>
> bridge-utils provides tools for ethernet bridging.
>
> Signed-off-by: Zhenhua Luo <b19537@freescale.com> ---
> .../bridge-utils/bridge-utils.inc | 28
> ++++++++++++++++++++ .../bridge-utils/bridge-utils_1.4.bb |
> 6 ++++ 2 files changed, 34 insertions(+), 0 deletions(-) create mode
> 100644 meta-oe/recipes-connectivity/bridge-utils/bridge-utils.inc create
> mode 100644
> meta-oe/recipes-connectivity/bridge-utils/bridge-utils_1.4.bb
>
> diff --git a/meta-oe/recipes-connectivity/bridge-utils/bridge-utils.inc
> b/meta-oe/recipes-connectivity/bridge-utils/bridge-utils.inc new file
> mode 100644 index 0000000..8b3d167 --- /dev/null +++
> b/meta-oe/recipes-connectivity/bridge-utils/bridge-utils.inc @@ -0,0
> +1,28 @@ +DESCRIPTION = "Tools for ethernet bridging." +HOMEPAGE =
> "http://bridge.sourceforge.net/" +SECTION = "console/network" +LICENSE =
> "GPL v2"
No space, patch is OK otherwise
> + +SRC_URI = "${SOURCEFORGE_MIRROR}/bridge/bridge-utils-${PV}.tar.gz" +
> +inherit autotools + +EXTRA_OECONF =
> "--with-linux-headers=${STAGING_INCDIR}" + +do_install_append () { + mv
> ${D}${sbindir}/brctl ${D}${sbindir}/brctl.${PN} + install -d
> ${D}/${datadir}/bridge-utils + install -d
> ${D}/${sysconfdir}/network/if-pre-up.d + install -d
> ${D}/${sysconfdir}/network/if-post-down.d +} + +DEPENDS = "sysfsutils"
> +RRECOMMENDS_${PN} = "kernel-module-bridge" + +pkg_postinst_${PN} () { +
> update-alternatives --install ${sbindir}/brctl brctl brctl.${PN} 100 +}
> + +pkg_prerm_${PN} () { + update-alternatives --remove brctl brctl.${PN}
> +} diff --git
> a/meta-oe/recipes-connectivity/bridge-utils/bridge-utils_1.4.bb
> b/meta-oe/recipes-connectivity/bridge-utils/bridge-utils_1.4.bb new file
> mode 100644 index 0000000..00a5815 --- /dev/null +++
> b/meta-oe/recipes-connectivity/bridge-utils/bridge-utils_1.4.bb @@ -0,0
> +1,6 @@ +require bridge-utils.inc + +LIC_FILES_CHKSUM =
> "file://COPYING;md5=f9d20a453221a1b7e32ae84694da2c37" + +SRC_URI[md5sum]
> = "0182fcac3a2b307113bbec34e5f1c673" +SRC_URI[sha256sum] =
> "876975e9bcc302aa8b829161ea3348b12b9b879f1db0dc98feaed8d0e5dd5933"
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: GPGTools - http://gpgtools.org
iEYEARECAAYFAk7rH7MACgkQMkyGM64RGpEnpwCgn063zW7fagM/ZNukU3fnEp+T
RVIAnj0rvx5NriLOZYnsyBtm3K+rR5CU
=7k8w
-----END PGP SIGNATURE-----
prev parent reply other threads:[~2011-12-16 10:45 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-16 9:41 [PATCH meta-oe v2 1/8] bridge-utils: add b19537
2011-12-16 9:41 ` [PATCH meta-oe v2 2/8] ietutils: add b19537
2011-12-16 9:41 ` [PATCH meta-oe v2 3/8] ipsec-tools: add b19537
2011-12-16 9:41 ` [PATCH meta-oe v2 4/8] libnfnetlink: add b19537
2011-12-16 9:41 ` [PATCH meta-oe v2 5/8] ptpd: add b19537
2011-12-16 9:41 ` [PATCH meta-oe v2 6/8] strongswan: add b19537
2011-12-16 10:41 ` Koen Kooi
2011-12-16 11:04 ` Luo Zhenhua-B19537
2011-12-16 9:41 ` [PATCH meta-oe v2 7/8] rng-tools: add b19537
2011-12-16 9:42 ` [PATCH meta-oe v2 8/8] xfsprogs: add b19537
2011-12-16 10:38 ` Koen Kooi [this message]
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='jcf73n$99u$1@dough.gmane.org' \
--to=koen@dominion.thruhere.net \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox