diff mbox series

[meta-networking,master-next,1/11] ulogd2: upgrade 2.0.8 -> 2.0.9

Message ID 20260802120444.2973561-1-ankur.tyagi85@gmail.com
State Under Review
Headers show
Series [meta-networking,master-next,1/11] ulogd2: upgrade 2.0.8 -> 2.0.9 | expand

Commit Message

Ankur Tyagi Aug. 2, 2026, 12:04 p.m. UTC
From: Ankur Tyagi <ankur.tyagi85@gmail.com>

Removed ulog from packageconfig[1]

Changelog:
https://git.netfilter.org/ulogd2/log/?h=ulogd-2.0.9

[1] https://git.netfilter.org/ulogd2/commit/?h=ulogd-2.0.9&id=2f49c9bb6a9e4b7ed26d8e487e372695031aa5f9

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
---
 .../ulogd2/{ulogd2_2.0.8.bb => ulogd2_2.0.9.bb}            | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
 rename meta-networking/recipes-filter/ulogd2/{ulogd2_2.0.8.bb => ulogd2_2.0.9.bb} (94%)
diff mbox series

Patch

diff --git a/meta-networking/recipes-filter/ulogd2/ulogd2_2.0.8.bb b/meta-networking/recipes-filter/ulogd2/ulogd2_2.0.9.bb
similarity index 94%
rename from meta-networking/recipes-filter/ulogd2/ulogd2_2.0.8.bb
rename to meta-networking/recipes-filter/ulogd2/ulogd2_2.0.9.bb
index febcf5147c..86d0011c4d 100644
--- a/meta-networking/recipes-filter/ulogd2/ulogd2_2.0.8.bb
+++ b/meta-networking/recipes-filter/ulogd2/ulogd2_2.0.9.bb
@@ -9,18 +9,16 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b"
 DEPENDS = "libnfnetlink"
 PROVIDES = "ulogd"
 
-PV .= "+git"
-
 SRC_URI = "git://git.netfilter.org/ulogd2;branch=master \
            file://ulogd.init \
            file://ulogd.service \
 "
-SRCREV = "79aa980f2df9dda0c097e8f883a62f414b9e5138"
+SRCREV = "1fe54ec39a071ea3b06e6883e542dfdcf40d2840"
 
 
 inherit autotools manpages pkgconfig systemd update-rc.d
 
-PACKAGECONFIG ?= "dbi json nfacct nfct nflog pcap sqlite3 ulog"
+PACKAGECONFIG ?= "dbi json nfacct nfct nflog pcap sqlite3"
 PACKAGECONFIG[dbi] = "--enable-dbi,--disable-dbi,libdbi"
 PACKAGECONFIG[json] = "--enable-json,--disable-json,jansson"
 PACKAGECONFIG[manpages] = ""
@@ -31,7 +29,6 @@  PACKAGECONFIG[nflog] = "--enable-nflog,--disable-nflog,libnetfilter-log"
 PACKAGECONFIG[pcap] = "--enable-pcap,--disable-pcap,libpcap"
 PACKAGECONFIG[pgsql] = "--enable-pgsql,--disable-pgsql,postgresql"
 PACKAGECONFIG[sqlite3] = "--enable-sqlite3,--disable-sqlite3,sqlite3"
-PACKAGECONFIG[ulog] = "--enable-ulog,--disable-ulog"
 
 do_install:append () {
 	install -d ${D}${sysconfdir}