From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Jussi Kukkonen <jussi.kukkonen@intel.com>,
openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] quilt: Fix paths for patch and perl
Date: Thu, 30 Mar 2017 10:02:04 +0100 [thread overview]
Message-ID: <1490864524.13980.343.camel@linuxfoundation.org> (raw)
In-Reply-To: <1490798647-28191-1-git-send-email-jussi.kukkonen@intel.com>
On Wed, 2017-03-29 at 17:44 +0300, Jussi Kukkonen wrote:
> --with-perl value is used as part of shebang lines: the previous
> do_install_append hack did not work as it was often used as
> #! /usr/bin/env perl -w
> Env does not support arguments, set --with-perl instead. Native
> recipe already overrides this so should not break.
>
> --with-patch is used within the gnu patch wrapper only: before this
> commit the wrapper contained a path to (build host) native patch.
>
> Also tweak one test so busybox mv output is accepted.
>
> All ptests should now pass: Fixes [YOCTO #11221].
>
> Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
> ---
> meta/recipes-devtools/quilt/quilt.inc | 3 ++-
> ...0001-tests-Allow-different-output-from-mv.patch | 29
> ++++++++++++++++++++++
> meta/recipes-devtools/quilt/quilt_0.65.bb | 10 --------
> 3 files changed, 31 insertions(+), 11 deletions(-)
> create mode 100644 meta/recipes-devtools/quilt/quilt/0001-tests-
> Allow-different-output-from-mv.patch
>
> diff --git a/meta/recipes-devtools/quilt/quilt.inc b/meta/recipes-
> devtools/quilt/quilt.inc
> index 57e2a14..e6a63ce 100644
> --- a/meta/recipes-devtools/quilt/quilt.inc
> +++ b/meta/recipes-devtools/quilt/quilt.inc
> @@ -8,6 +8,7 @@ SRC_URI = "${SAVANNAH_GNU_MIRROR}/quilt/quilt-
> ${PV}.tar.gz \
> file://run-ptest \
> file://Makefile \
> file://test.sh \
> + file://0001-tests-Allow-different-output-from-mv.patch \
> "
>
> SRC_URI[md5sum] = "c67ba0228f5b7b8bbe469474661f92d6"
> @@ -33,7 +34,7 @@ RDEPENDS_${PN} = "bash"
> EXTRA_OE_MAKE_ARGS_darwin ?= ""
> EXTRA_OE_MAKE_ARGS ?= "BUILD_ROOT=${D}"
>
> -EXTRA_OECONF = "--with-perl=perl"
> +EXTRA_OECONF = "--with-perl=${bindir}/perl --with-patch=patch"
Unfortunately I think this would break nativesdk-quilt since we'd no
longer be using env and hence would require the buildtools tarball and
sdks contained perl?
Cheers,
Richard
next prev parent reply other threads:[~2017-03-30 9:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-29 14:44 [PATCH] quilt: Fix paths for patch and perl Jussi Kukkonen
2017-03-30 9:02 ` Richard Purdie [this message]
2017-03-30 16:43 ` [PATCHv2] " Jussi Kukkonen
2017-03-30 16:49 ` [PATCHv3] " Jussi Kukkonen
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=1490864524.13980.343.camel@linuxfoundation.org \
--to=richard.purdie@linuxfoundation.org \
--cc=jussi.kukkonen@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.