Merged, thanks.
On 10/14/2021 11:04 PM, Yi Zhao wrote:
Inherit autotools-brokensep to fix the build error which is introduced
by oe-commit:
commit 8e26252b45b7660c7c67c702411bdec187a76ffc
Author: Richard Purdie <[email protected]>
Date: Sun Sep 19 16:17:31 2021 +0100
layer.conf: Extend recipes not to install without explict dependencies
Fixes:
libsocket6-perl/0.29-r2/temp/run.do_configure.27951: autoreconf: not found
libsocket6-perl/0.29-r2/temp/run.do_configure.27951: oefatal: not found
Signed-off-by: Yi Zhao <[email protected]>
---
meta-cgl-common/recipes-perl/perl/libsocket6-perl_0.29.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-cgl-common/recipes-perl/perl/libsocket6-perl_0.29.bb
b/meta-cgl-common/recipes-perl/perl/libsocket6-perl_0.29.bb
index bbeab8e..9f38380 100644
--- a/meta-cgl-common/recipes-perl/perl/libsocket6-perl_0.29.bb
+++ b/meta-cgl-common/recipes-perl/perl/libsocket6-perl_0.29.bb
@@ -23,4 +23,4 @@ do_configure:prepend () {
sed -i 's:\./configure\(.[^-]\):./configure --build=${BUILD_SYS}
--host=${HOST_SYS} --target=${TARGET_SYS} --prefix=${prefix}
--exec_prefix=${exec_prefix} --bindir=${bindir} --sbindir=${sbindir}
--libexecdir=${libexecdir} --datadir=${datadir} --sysconfdir=${sysconfdir}
--sharedstatedir=${sharedstatedir} --localstatedir=${localstatedir}
--libdir=${libdir} --includedir=${includedir} --oldincludedir=${oldincludedir}
--infodir=${infodir} --mandir=${mandir}\1:' Makefile.PL
}
-inherit cpan
+inherit autotools-brokensep cpan
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#55096): https://lists.yoctoproject.org/g/yocto/message/55096
Mute This Topic: https://lists.yoctoproject.org/mt/86333250/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-