summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-11-06 14:30:20 +0800
committerKhem Raj <raj.khem@gmail.com>2024-11-05 22:45:16 -0800
commite04dac483cde5449935f5dc2da0ea8e3c1ceb8f5 (patch)
tree683328a1645446cbaafa345879aa6ada570ef71f /meta-networking
parentc7bc49c229dfac34275dfa149d4edef76369749b (diff)
downloadmeta-openembedded-e04dac483cde5449935f5dc2da0ea8e3c1ceb8f5.tar.gz
libdaq: upgrade 3.0.16 -> 3.0.17
Changelog: ========== - daq_netmap: Fix build on Linux with non-system headers - example: support snap encapsulation Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-connectivity/daq/libdaq_3.0.17.bb (renamed from meta-networking/recipes-connectivity/daq/libdaq_3.0.16.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/daq/libdaq_3.0.16.bb b/meta-networking/recipes-connectivity/daq/libdaq_3.0.17.bb
index 7834d75552..5ca91ced40 100644
--- a/meta-networking/recipes-connectivity/daq/libdaq_3.0.16.bb
+++ b/meta-networking/recipes-connectivity/daq/libdaq_3.0.17.bb
@@ -12,7 +12,7 @@ inherit autotools pkgconfig
12SRC_URI = "git://github.com/snort3/libdaq.git;protocol=https;branch=master \ 12SRC_URI = "git://github.com/snort3/libdaq.git;protocol=https;branch=master \
13 file://0001-example-Use-lm-for-the-fst-module.patch" 13 file://0001-example-Use-lm-for-the-fst-module.patch"
14 14
15SRCREV = "2ffe084d4d4ccf4ebc5c23ef119aa1ae223ce2ae" 15SRCREV = "4807f58587dee68f402f736b116c2b82a17459f0"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18