[Buildroot] [PATCH 01/20] package/vde2: new package

Peter Korsgaard jacmet at uclibc.org
Fri Dec 14 12:13:08 UTC 2012


>>>>> "Yann" == Yann E MORIN <yann.morin.1998 at 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 at free.fr>
 Yann> Cc: Arnout Vandecappelle <arnout at 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



More information about the buildroot mailing list