All of lore.kernel.org
 help / color / mirror / Atom feed
From: Benjamin Esquivel <benjamin.esquivel@linux.intel.com>
To: leonardo.sandoval.gonzalez@linux.intel.com,
	 openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] flex: Fix top_builddir path for flex's test-driver script
Date: Tue, 14 Jun 2016 14:27:01 -0500	[thread overview]
Message-ID: <1465932421.19191.17.camel@linux.intel.com> (raw)
In-Reply-To: <1465855362-25759-1-git-send-email-leonardo.sandoval.gonzalez@linux.intel.com>

ACK'ed.

I verified that your patch works.

On Mon, 2016-06-13 at 17:02 -0500,
leonardo.sandoval.gonzalez@linux.intel.com wrote:
> From: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
> 
> Since 5f82d17ac63f6d5b55f7b8d019c239620ab54596, test-driver scripts
> look into top_buildir path, so fix this path on flex's
> tests/Makefile.
> 
> [YOCTO #9721]
> 
> Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.in
> tel.com>
> ---
>  meta/recipes-devtools/flex/flex_2.6.0.bb | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-devtools/flex/flex_2.6.0.bb b/meta/recipes-
> devtools/flex/flex_2.6.0.bb
> index 8285426..f6d136c 100644
> --- a/meta/recipes-devtools/flex/flex_2.6.0.bb
> +++ b/meta/recipes-devtools/flex/flex_2.6.0.bb
> @@ -51,5 +51,8 @@ do_install_ptest() {
>  	cp ${S}/build-aux/test-driver ${D}${PTEST_PATH}/build-aux/
>  	cp -r ${S}/tests/* ${D}${PTEST_PATH}
>  	cp -r ${B}/tests/* ${D}${PTEST_PATH}
> -	sed -e 's/^Makefile:/_Makefile:/' -e 's/^srcdir =
> \(.*\)/srcdir = ./' -e 's/^top_srcdir = \(.*\)/top_srcdir = ./'  -i
> ${D}${PTEST_PATH}/Makefile
> +	sed -e 's/^Makefile:/_Makefile:/' \
> +	    -e 's/^srcdir = \(.*\)/srcdir = ./' -e 's/^top_srcdir =
> \(.*\)/top_srcdir = ./' \
> +	    -e 's/^builddir = \(.*\)/builddir = ./' -e
> 's/^top_builddir = \(.*\)/top_builddir = ./' \
> +	    -i ${D}${PTEST_PATH}/Makefile
>  }
> -- 
> 2.1.4
> 


      reply	other threads:[~2016-06-14 19:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-13 22:02 [PATCH] flex: Fix top_builddir path for flex's test-driver script leonardo.sandoval.gonzalez
2016-06-14 19:27 ` Benjamin Esquivel [this message]

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=1465932421.19191.17.camel@linux.intel.com \
    --to=benjamin.esquivel@linux.intel.com \
    --cc=leonardo.sandoval.gonzalez@linux.intel.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.