From: Martin Jansa <martin.jansa@gmail.com>
To: jackie.huang@windriver.com
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] which-2.18: Make sure ChangeLog exists for automake
Date: Mon, 27 Oct 2014 10:52:48 +0100 [thread overview]
Message-ID: <20141027095248.GC2430@jama> (raw)
In-Reply-To: <1414403082-28396-1-git-send-email-jackie.huang@windriver.com>
[-- Attachment #1: Type: text/plain, Size: 1256 bytes --]
On Mon, Oct 27, 2014 at 05:44:42AM -0400, jackie.huang@windriver.com wrote:
> From: Jackie Huang <jackie.huang@windriver.com>
>
> Fixed:
> Makefile.am: error: required file './ChangeLog' not found
Isn't it better to pass foreign to automake?
>
> Signed-off-by: Jackie Huang <jackie.huang@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@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
next prev parent reply other threads:[~2014-10-27 9:52 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-27 9:44 [PATCH] which-2.18: Make sure ChangeLog exists for automake jackie.huang
2014-10-27 9:52 ` Martin Jansa [this message]
2014-10-27 10:52 ` Burton, Ross
2014-10-28 2:03 ` Huang, Jie (Jackie)
2014-10-28 1:36 ` Huang, Jie (Jackie)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141027095248.GC2430@jama \
--to=martin.jansa@gmail.com \
--cc=jackie.huang@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.