From 0adb720959bc2e3900ef7b785f476f2809dd1f73 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sun, 3 Nov 2013 22:23:51 -0500 Subject: [PATCH] openflow: remove recipe in favour of meta-networking version An updated version of the openflow recipe has been added to meta-openembedded in the meta-networking layer. commit: 37660c [openflow: import and tweak] in git://git.openembedded.org/meta-openembedded So we can safely remove the meta-virt variant of this recipe. Signed-off-by: Bruce Ashfield --- recipes-networking/openflow/openflow_1.0.bb | 29 --------------------- 1 file changed, 29 deletions(-) delete mode 100644 recipes-networking/openflow/openflow_1.0.bb diff --git a/recipes-networking/openflow/openflow_1.0.bb b/recipes-networking/openflow/openflow_1.0.bb deleted file mode 100644 index 20a2bc95..00000000 --- a/recipes-networking/openflow/openflow_1.0.bb +++ /dev/null @@ -1,29 +0,0 @@ -SUMMARY = "OpenFlow" -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 - -do_install_append() { - # Remove /var/run as it is created on startup - rm -rf ${D}${localstatedir}/run -}