From 235c6f76199bb08581866b9bff8ded921a99f1d2 Mon Sep 17 00:00:00 2001 From: Pratik Farkase Date: Sun, 23 Aug 2026 15:27:02 +0200 Subject: [PATCH] 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. (From OE-Core rev: d7da98bea1a60b2f31806c9f2dd4f499737b22ad) Signed-off-by: Pratik Farkase Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (From OE-Core rev: 99792ab6ba188a7623804e587edf8de23690ad3f) Signed-off-by: Peter Marko Signed-off-by: Yoann Congal Signed-off-by: Richard Purdie --- meta/recipes-support/libevent/libevent_2.1.12.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta/recipes-support/libevent/libevent_2.1.12.bb b/meta/recipes-support/libevent/libevent_2.1.12.bb index be690fe94e..32c61768d9 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 = "${WORKDIR}/${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}-.*$"