Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 01/20] package/vde2: new package
Date: Fri, 14 Dec 2012 13:13:08 +0100	[thread overview]
Message-ID: <87vcc4j0h7.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1f7225d5ca0a09c835187bbfea4eb4ce1b6eb121.1355435224.git.yann.morin.1998@free.fr> (Yann E. MORIN's message of "Thu, 13 Dec 2012 22:47:01 +0100")

>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 Yann> VDE is an ethernet compliant virtual network that can be
 Yann> spawned over a set of physical computer over the Internet.

 Yann> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
 Yann> Cc: Arnout Vandecappelle <arnout@mind.be>
 Yann> ---
 Yann>  package/Config.in      |    1 +
 Yann>  package/vde2/Config.in |   10 ++++++++++
 Yann>  package/vde2/vde2.mk   |   36 ++++++++++++++++++++++++++++++++++++
 Yann>  3 files changed, 47 insertions(+), 0 deletions(-)
 Yann>  create mode 100644 package/vde2/Config.in
 Yann>  create mode 100644 package/vde2/vde2.mk

 Yann> diff --git a/package/Config.in b/package/Config.in
 Yann> index cad1221..2345b4b 100644
 Yann> --- a/package/Config.in
 Yann> +++ b/package/Config.in
 Yann> @@ -672,6 +672,7 @@ source "package/ttcp/Config.in"
 Yann>  source "package/udpcast/Config.in"
 Yann>  source "package/ulogd/Config.in"
 Yann>  source "package/ushare/Config.in"
 Yann> +source "package/vde2/Config.in"
 Yann>  source "package/vpnc/Config.in"
 Yann>  source "package/vsftpd/Config.in"
 Yann>  source "package/vtun/Config.in"
 Yann> diff --git a/package/vde2/Config.in b/package/vde2/Config.in
 Yann> new file mode 100644
 Yann> index 0000000..f344d67
 Yann> --- /dev/null
 Yann> +++ b/package/vde2/Config.in
 Yann> @@ -0,0 +1,10 @@
 Yann> +config BR2_PACKAGE_VDE2
 Yann> +	bool "vde2"
 Yann> +	help
 Yann> +	  VDE is an ethernet compliant virtual network that can be
 Yann> +	  spawned over a set of physical computers over the Internet.
 Yann> +	  VDE is part of the virtualsquare project.
 Yann> +	  
 Yann> +	  http://vde.sourceforge.net/
 Yann> +	  
 Yann> +	  Note: only the libraries are installed.

Wouldn't it then make more sense to put it under Libraries ->
Networking?

A quick test build seems to show that it needs C++ support:

checking whether the C++ compiler works... no
configure: error: in `/home/peko/source/buildroot/vdetest/build/vde2-2.3.2':
configure: error: C++ compiler cannot create executables
See `config.log' for more details

I don't see any C++ source files though, so it's probably better to drop
AC_PROG_CXX from configure.ac

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2012-12-14 12:13 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-13 21:47 [Buildroot] [pull request] Pull request for branch yem-new-packages Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 01/20] package/vde2: new package Yann E. MORIN
2012-12-14 12:13   ` Peter Korsgaard [this message]
2012-12-14 21:12     ` Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 02/20] package/libiscsi: " Yann E. MORIN
2012-12-14 12:51   ` Peter Korsgaard
2012-12-13 21:47 ` [Buildroot] [PATCH 03/20] package/usbredir: " Yann E. MORIN
2012-12-14 12:53   ` Peter Korsgaard
2012-12-14 13:01     ` Yann E. MORIN
2012-12-14 15:06       ` Peter Korsgaard
2012-12-14 21:45         ` Yann E. MORIN
2012-12-14 21:47           ` Peter Korsgaard
2012-12-13 21:47 ` [Buildroot] [PATCH 04/20] package/celt051: " Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 05/20] package/python-pyparsing: " Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 06/20] package/cegui06: " Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 07/20] package/slirp: " Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 08/20] package/spice-protocol: " Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 09/20] package/spice: " Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 10/20] package/spice: enable client Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 11/20] package/spice: enable GUI Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 12/20] package/spice: enable slirp support Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 13/20] package/libseccomp: new package Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 14/20] package/keyutils: " Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 15/20] package/pmake: add host pmake Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 16/20] package/libbsd: new package Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 17/20] package/libedit2: " Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 18/20] package/ceph: " Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 19/20] package/dtc: " Yann E. MORIN
2012-12-13 21:47 ` [Buildroot] [PATCH 20/20] package/dtc: add option to install programs Yann E. MORIN
2012-12-13 22:45 ` [Buildroot] [pull request] Pull request for branch yem-new-packages Arnout Vandecappelle

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=87vcc4j0h7.fsf@dell.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --cc=buildroot@busybox.net \
    /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