summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2024-04-16 18:45:01 +0800
committerKhem Raj <raj.khem@gmail.com>2024-04-16 11:00:33 -0700
commit891162dbb44d8e0fdaf59626f0d13bcf1cba7e97 (patch)
tree98a1ef7e366b50bac6cbd80fe9780a6ff0450a80
parentc4107ba77e70451c4033ccee658c19a1da44df4f (diff)
downloadmeta-openembedded-891162dbb44d8e0fdaf59626f0d13bcf1cba7e97.tar.gz
libdaq: update to latest stable version 3.0.14
ChangeLog: https://github.com/snort3/libdaq/releases/tag/v3.0.14 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-connectivity/daq/libdaq_3.0.14.bb (renamed from meta-networking/recipes-connectivity/daq/libdaq_git.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/daq/libdaq_git.bb b/meta-networking/recipes-connectivity/daq/libdaq_3.0.14.bb
index 19346124b..74964e074 100644
--- a/meta-networking/recipes-connectivity/daq/libdaq_git.bb
+++ b/meta-networking/recipes-connectivity/daq/libdaq_3.0.14.bb
@@ -11,7 +11,7 @@ inherit autotools pkgconfig
11 11
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"
14SRCREV = "c757aaae5a70d5bbb3239c5a16bca217a5aca651" 14SRCREV = "4e68d7ba6940df9a1503599d7b177029112d6b6a"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17