diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-11-06 14:30:20 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-05 22:45:16 -0800 |
commit | e04dac483cde5449935f5dc2da0ea8e3c1ceb8f5 (patch) | |
tree | 683328a1645446cbaafa345879aa6ada570ef71f /meta-networking | |
parent | c7bc49c229dfac34275dfa149d4edef76369749b (diff) | |
download | meta-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 | |||
12 | SRC_URI = "git://github.com/snort3/libdaq.git;protocol=https;branch=master \ | 12 | SRC_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 | ||
15 | SRCREV = "2ffe084d4d4ccf4ebc5c23ef119aa1ae223ce2ae" | 15 | SRCREV = "4807f58587dee68f402f736b116c2b82a17459f0" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||