| Message ID | 20260209120848.34882-1-pratik.farkase@est.tech |
|---|---|
| State | New |
| Headers | show |
| Series | [v1] libevent: merge duplicate inherit statements | expand |
On Mon, 2026-02-09 at 13:08 +0100, Pratik Farkase wrote: > Merge the separate inherit statements into a single one for > improved readability and consistency with OE style. > > No functional change intended. > > Change-Id: I12615c2ba986d5802eac02d768fcfa5dfa1ace5d > Signed-off-by: Pratik Farkase <pratik.farkase@est.tech> Hi Pratik, Thanks for your patch. Please drop internal Change-Id headers before submitting patches upstream in future. Other than that, this looks good to me. Best regards,
Hi Paul, Thanks for the clarification. Understood — I will make sure to drop internal Change-Id headers in future upstream submissions. Best Regards, Pratik
diff --git a/meta/recipes-support/libevent/libevent_2.1.12.bb b/meta/recipes-support/libevent/libevent_2.1.12.bb index 4e32b5217e..8bb6d90d70 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}-.*$"
Merge the separate inherit statements into a single one for improved readability and consistency with OE style. No functional change intended. Change-Id: I12615c2ba986d5802eac02d768fcfa5dfa1ace5d Signed-off-by: Pratik Farkase <pratik.farkase@est.tech> --- meta/recipes-support/libevent/libevent_2.1.12.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)