From 8b1b10f9680007c6661c34bcc6d670be0285dcbb Mon Sep 17 00:00:00 2001 From: Michael Cobb michael.cobb@iceotope.com Date: Tue, 24 Sep 2024 09:34:38 +0100 Subject: [PATCH 1/1] libevent-morello: fix package naming conflict between `libevent` and `libevent-morello`
Signed-off-by: Michael Cobb michael.cobb@iceotope.com --- recipes-support/libevent/libevent-morello_2.1.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-support/libevent/libevent-morello_2.1.12.bb b/recipes-support/libevent/libevent-morello_2.1.12.bb index fa5e5ff..56683ef 100644 --- a/recipes-support/libevent/libevent-morello_2.1.12.bb +++ b/recipes-support/libevent/libevent-morello_2.1.12.bb @@ -41,7 +41,7 @@ LEAD_SONAME = "libevent-2.1.so"
PACKAGES_DYNAMIC = "^${PN}-.*$" python split_libevent_libs () { - do_split_packages(d, '${libdir}', r'^libevent_([a-z]*)-.*.so..*', 'libevent-%s', '${SUMMARY} (%s)', prepend=True, allow_links=True) + do_split_packages(d, '${libdir}', r'^libevent_([a-z]*)-.*.so..*', 'libevent-morello-%s', '${SUMMARY} (%s)', prepend=True, allow_links=True) } PACKAGESPLITFUNCS:prepend = "split_libevent_libs "