aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta-linaro/recipes-extra/daq-odp/daq-odp.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-linaro/recipes-extra/daq-odp/daq-odp.bb b/meta-linaro/recipes-extra/daq-odp/daq-odp.bb
new file mode 100644
index 00000000..dfd35213
--- /dev/null
+++ b/meta-linaro/recipes-extra/daq-odp/daq-odp.bb
@@ -0,0 +1,17 @@
+SUMMARY = "OpenDataPlane Data Acquisition (DAQ) module for Snort."
+HOMEPAGE = "https://github.com/muvarov/daq-odp"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=2713c79cde0756d6a56337304277b711"
+
+DEPENDS = "odp daq"
+PV = "20140818+git${SRCPV}"
+
+SRC_URI = "git://github.com/muvarov/daq-odp.git"
+SRCREV = "c1dafe0ce4ea93401726ac53b3d129bb89b634ff"
+SRCREV_FORMAT = "daq-odp"
+
+S = "${WORKDIR}/git"
+
+inherit autotools
+
+FILES_odp-daq += "${libdir}/daq"