From 1b6242fc583a6b871304fb995af6dc211b58f69b Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 26 Jun 2014 13:48:23 +0200 Subject: initial commit for Enea Linux 4.0 Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau --- recipes-test/oftest/oftest_git.bb | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 recipes-test/oftest/oftest_git.bb (limited to 'recipes-test/oftest') diff --git a/recipes-test/oftest/oftest_git.bb b/recipes-test/oftest/oftest_git.bb new file mode 100644 index 0000000..299c693 --- /dev/null +++ b/recipes-test/oftest/oftest_git.bb @@ -0,0 +1,27 @@ +SUMMARY = "OFTest" +DESCRIPTION = "OFTest - an OpenFlow test framework for switches" +HOMEPAGE = "http://www.projectfloodlight.org/oftest" +SECTION = "networking" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=7ad8e1e5f1c3d0004a6d449dbce36efe" + +PR = "1" +PV = "0" +RDEPENDS_${PN} = "python-scapy" + +inherit autotools + +SRCREV = "47544e410531732ee3603c5dfd255770009a9d96" +SRC_URI = "git://github.com/floodlight/oftest \ + " + +S = "${WORKDIR}/git" +B = "${S}" + +PACKAGES = "${PN}" +FILES_${PN} += "/opt/${PN}" + +do_install() { + install -d ${D}/opt/${PN} + cp -r ${S}/* ${D}/opt/${PN} +} -- cgit v1.2.3-54-g00ecf