diff options
| author | Zhiquan Li <zhiquan.li@windriver.com> | 2015-11-16 10:23:00 +0800 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-11-30 13:00:15 -0500 |
| commit | 49fa307d479376ce8404d24c6d6d7142dcd941fb (patch) | |
| tree | 20d1d22ac899e8af1b621e5793e834d440399aee /meta-networking/recipes-connectivity/daq/daq_2.0.6.bb | |
| parent | 20b63d32bce7e09a72e945313717702201b6484d (diff) | |
| download | meta-openembedded-49fa307d479376ce8404d24c6d6d7142dcd941fb.tar.gz | |
snort: 2.9.6.0 -> 2.9.7.5
Upgrade snort from 2.9.6.0 to 2.9.7.5, as its dependency upgrade daq from
2.0.2 to 2.0.6, and accordingly update the patches:
* Add 2 new patches for snort to solve the cross compile issues
* Discard 2 snort patches since it is not needed
* Refresh the patch for daq new version
* Remove redundant '/' to getting round the rpm debugedit bug:
canonicalization unexpectedly shrank character
Signed-off-by: Zhiquan Li <zhiquan.li@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/daq/daq_2.0.6.bb')
| -rw-r--r-- | meta-networking/recipes-connectivity/daq/daq_2.0.6.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb b/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb new file mode 100644 index 0000000000..48039f07ad --- /dev/null +++ b/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | SUMMARY = "The dump DAQ test the various inline mode features " | ||
| 2 | HOMEPAGE = "http://www.snort.org" | ||
| 3 | SECTION = "libs" | ||
| 4 | LICENSE = "GPLv2" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f9ce51a65dd738dc1ae631d8b21c40e0" | ||
| 6 | |||
| 7 | PARALLEL_MAKE = "" | ||
| 8 | |||
| 9 | DEPENDS = "libpcap libpcre libdnet" | ||
| 10 | |||
| 11 | SRC_URI = "http://fossies.org/linux/misc/daq-${PV}.tar.gz \ | ||
| 12 | file://disable-run-test-program-while-cross-compiling.patch " | ||
| 13 | |||
| 14 | # these 2 create undeclared dependency on libdnet and libnetfilter-queue from meta-networking | ||
| 15 | # this error from test-dependencies script: | ||
| 16 | # daq/daq/latest lost dependency on libdnet libmnl libnetfilter-queue libnfnetlink | ||
| 17 | # | ||
| 18 | # never look to /usr/local lib while cross compiling | ||
| 19 | |||
| 20 | EXTRA_OECONF = "--disable-nfq-module --disable-ipq-module --includedir=${includedir} \ | ||
| 21 | --with-libpcap-includes=${STAGING_INCDIR} --with-dnet-includes=${STAGING_LIBDIR}" | ||
| 22 | |||
| 23 | SRC_URI[md5sum] = "2cd6da422a72c129c685fc4bb848c24c" | ||
| 24 | SRC_URI[sha256sum] = "b40e1d1273e08aaeaa86e69d4f28d535b7e53bdb3898adf539266b63137be7cb" | ||
| 25 | |||
| 26 | inherit autotools | ||
