diff options
-rw-r--r-- | meta-networking/recipes-connectivity/daq/libdaq_3.0.20.bb (renamed from meta-networking/recipes-connectivity/daq/libdaq_3.0.19.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-connectivity/daq/libdaq_3.0.19.bb b/meta-networking/recipes-connectivity/daq/libdaq_3.0.20.bb index 23a439a989..e74763ecd6 100644 --- a/meta-networking/recipes-connectivity/daq/libdaq_3.0.19.bb +++ b/meta-networking/recipes-connectivity/daq/libdaq_3.0.20.bb | |||
@@ -9,10 +9,10 @@ DEPENDS = "libdnet libpcap" | |||
9 | 9 | ||
10 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
11 | 11 | ||
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;tag=v${PV} \ |
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 = "434f205cbd45de0961cc42e541b5bf54569e912a" | 15 | SRCREV = "ec9741c22f74b6ed8955b5f1fb4113775d4df0d4" |
16 | 16 | ||
17 | 17 | ||
18 | FILES:${PN} += "${libdir}/daq/*.so" | 18 | FILES:${PN} += "${libdir}/daq/*.so" |