mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
Added openflow recipe
Signed-off-by: David Nyström <david.nystrom@enea.com> Reviewed-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
5ed3b6bdc2
commit
43c6da9f1b
24
recipes-networking/openflow/openflow_1.0.bb
Normal file
24
recipes-networking/openflow/openflow_1.0.bb
Normal file
|
@ -0,0 +1,24 @@
|
|||
SUMMARY = "OpelFlow"
|
||||
DESCRIPTION = "Provide a generic framework for handling devices in userspace."
|
||||
HOMEPAGE = "http://www.openflow.org"
|
||||
SECTION = "networking"
|
||||
LICENSE = "GPLv2"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=e870c934e2c3d6ccf085fd7cf0a1e2e2"
|
||||
|
||||
SRCREV = "5ccca75a69f99791659bcfbcf35353ab1921320a"
|
||||
PR = "r0"
|
||||
PV = "1.0+git${SRCPV}"
|
||||
|
||||
SRC_URI = "git://gitosis.stanford.edu/openflow.git;protocol=git"
|
||||
|
||||
DEPENDS = "virtual/libc"
|
||||
|
||||
EXTRA_OECONF += "KARCH=${TARGET_ARCH}"
|
||||
|
||||
PACKAGECONFIG ??= "libssl"
|
||||
PACKAGECONFIG[libssl] = "--enable-ssl,--disable-ssl, openssl, libssl"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools
|
Loading…
Reference in New Issue
Block a user