diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2024-02-24 09:42:38 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-26 08:13:21 -0800 |
commit | d731e6a370e6d6126761e5e1e89def607fb97e11 (patch) | |
tree | 345d5b19a840c9673c7b261c679726f92ad61319 /meta-networking | |
parent | 2b416eb0d68e4c379b16cf8206e51f5f9c47e6e4 (diff) | |
download | meta-openembedded-d731e6a370e6d6126761e5e1e89def607fb97e11.tar.gz |
snort3: drop SRCPV from PV
* as other recipes did in:
https://git.openembedded.org/meta-openembedded/commit/?id=21f956598ddb1bb08855fbc9a3293acf957154d1
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-connectivity/snort/snort3_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/snort/snort3_git.bb b/meta-networking/recipes-connectivity/snort/snort3_git.bb index 4bc2395fae..e9c37c8346 100644 --- a/meta-networking/recipes-connectivity/snort/snort3_git.bb +++ b/meta-networking/recipes-connectivity/snort/snort3_git.bb | |||
@@ -5,7 +5,7 @@ SECTION = "net" | |||
5 | LICENSE = "GPL-2.0-only" | 5 | LICENSE = "GPL-2.0-only" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=78fa8ef966b48fbf9095e13cc92377c5" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=78fa8ef966b48fbf9095e13cc92377c5" |
7 | 7 | ||
8 | PV = "3+git${SRCPV}" | 8 | PV = "3+git" |
9 | 9 | ||
10 | DEPENDS = "flex-native hwloc libdaq libdnet libpcap libpcre libtirpc libunwind luajit zlib" | 10 | DEPENDS = "flex-native hwloc libdaq libdnet libpcap libpcre libtirpc libunwind luajit zlib" |
11 | 11 | ||