mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 06:49:32 +02:00
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 <pratik.farkase@est.tech> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (From OE-Core rev: 99792ab6ba188a7623804e587edf8de23690ad3f) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8cddf22d4d
commit
235c6f7619
@@ -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}-.*$"
|
||||
|
||||
Reference in New Issue
Block a user