From: Pratik Farkase Date: Mon, 9 Feb 2026 12:08:48 +0000 (+0100) Subject: libevent: merge inherit statements X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99792ab6ba188a7623804e587edf8de23690ad3f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libevent: merge inherit statements Merge the separate inherit statements into a single one for improved readability and consistency with OE style. No functional change intended. Signed-off-by: Pratik Farkase Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/libevent/libevent_2.1.12.bb b/meta/recipes-support/libevent/libevent_2.1.12.bb index 4e32b5217e9..8bb6d90d705 100644 --- a/meta/recipes-support/libevent/libevent_2.1.12.bb +++ b/meta/recipes-support/libevent/libevent_2.1.12.bb @@ -28,13 +28,11 @@ S = "${UNPACKDIR}/${BPN}-${PV}-stable" PACKAGECONFIG ??= "" PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl" -inherit autotools github-releases +inherit autotools github-releases ptest multilib_header # Needed for Debian packaging LEAD_SONAME = "libevent-2.1.so" -inherit ptest multilib_header - DEPENDS = "zlib" PACKAGES_DYNAMIC = "^${PN}-.*$"