On Mon, Oct 27, 2014 at 05:44:42AM -0400, [email protected] wrote: > From: Jackie Huang <[email protected]> > > Fixed: > Makefile.am: error: required file './ChangeLog' not found
Isn't it better to pass foreign to automake? > > Signed-off-by: Jackie Huang <[email protected]> > --- > 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 > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
