[OE-core] [PATCH] which-2.18: Make sure ChangeLog exists for automake

Huang, Jie (Jackie) Jackie.Huang at windriver.com
Tue Oct 28 01:36:06 UTC 2014



> -----Original Message-----
> From: Martin Jansa [mailto:martin.jansa at gmail.com]
> Sent: Monday, October 27, 2014 5:53 PM
> To: Huang, Jie (Jackie)
> Cc: openembedded-core at lists.openembedded.org
> Subject: Re: [OE-core] [PATCH] which-2.18: Make sure ChangeLog exists for automake
> 
> On Mon, Oct 27, 2014 at 05:44:42AM -0400, jackie.huang at windriver.com wrote:
> > From: Jackie Huang <jackie.huang at windriver.com>
> >
> > Fixed:
> > Makefile.am: error: required file './ChangeLog' not found
> 
> Isn't it better to pass foreign to automake?

Yes, it's better, I will change it, thanks!

Thanks,
Jackie

> 
> >
> > Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
> > ---
> >  meta/recipes-extended/which/which_2.18.bb | 3 +++
> >  1 file changed, 3 insertions(+)
> >
> > diff --git a/meta/recipes-extended/which/which_2.18.bb b/meta/recipes-
> extended/which/which_2.18.bb
> > index 5fa5d9e..49e9248 100644
> > --- a/meta/recipes-extended/which/which_2.18.bb
> > +++ b/meta/recipes-extended/which/which_2.18.bb
> > @@ -25,6 +25,9 @@ do_configure_prepend() {
> >  	OLD="@ACLOCAL_CWFLAGS@"
> >  	NEW="-I ${STAGING_DIR_NATIVE}/${datadir}/cwautomacros/m4"
> >  	sed -i "s#${OLD}#${NEW}#g" `grep -rl ${OLD} ${S}`
> > +
> > +	# Make sure ChangeLog exists for automake
> > +	touch ${S}/ChangeLog
> >  }
> >
> >  ALTERNATIVE_${PN} = "which"
> > --
> > 2.0.0
> >
> > --
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core at lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core
> 
> --
> Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com



More information about the Openembedded-core mailing list