yocto.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [meta-cgl][PATCH] libsocket6-perl: inherit autotools-brokensep
@ 2021-10-15  6:04 Yi Zhao
  2021-10-18 18:30 ` Jeremy Puhlman
  0 siblings, 1 reply; 2+ messages in thread
From: Yi Zhao @ 2021-10-15  6:04 UTC (permalink / raw)
  To: yocto, jpuhlman

Inherit autotools-brokensep to fix the build error which is introduced
by oe-commit:
  commit 8e26252b45b7660c7c67c702411bdec187a76ffc
  Author: Richard Purdie <richard.purdie@linuxfoundation.org>
  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 <yi.zhao@windriver.com>
---
 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
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-cgl][PATCH] libsocket6-perl: inherit autotools-brokensep
  2021-10-15  6:04 [meta-cgl][PATCH] libsocket6-perl: inherit autotools-brokensep Yi Zhao
@ 2021-10-18 18:30 ` Jeremy Puhlman
  0 siblings, 0 replies; 2+ messages in thread
From: Jeremy Puhlman @ 2021-10-18 18:30 UTC (permalink / raw)
  To: Yi Zhao, yocto

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 <richard.purdie@linuxfoundation.org>
>    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 <yi.zhao@windriver.com>
> ---
>   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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-18 18:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-15  6:04 [meta-cgl][PATCH] libsocket6-perl: inherit autotools-brokensep Yi Zhao
2021-10-18 18:30 ` Jeremy Puhlman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).