From: Tom Rini <tom_rini@mentor.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] quilt: disable packaged staging on native builds
Date: Tue, 17 Aug 2010 18:14:58 -0700 [thread overview]
Message-ID: <4C6B3412.7000700@mentor.com> (raw)
In-Reply-To: <1282072782-11487-1-git-send-email-jkridner@beagleboard.org>
Jason Kridner wrote:
> Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
> ---
> recipes/quilt/quilt-native.inc | 3 +++
> recipes/quilt/quilt_0.48.bb | 2 +-
> 2 files changed, 4 insertions(+), 1 deletions(-)
>
> diff --git a/recipes/quilt/quilt-native.inc b/recipes/quilt/quilt-native.inc
> index 10d8183..f422b63 100644
> --- a/recipes/quilt/quilt-native.inc
> +++ b/recipes/quilt/quilt-native.inc
> @@ -6,6 +6,9 @@ RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native util-linux-native"
> FILESPATHPKG =. quilt-${PV}
> INHIBIT_AUTOTOOLS_DEPS = "1"
>
> +# Several packages fail to patch when using quilt from packaged staging
> +PSTAGING_DISABLED_virtclass-native = "1"
> +
> inherit autotools native
>
> PATCHTOOL = "patch"
> diff --git a/recipes/quilt/quilt_0.48.bb b/recipes/quilt/quilt_0.48.bb
> index 0a066df..99dc2a2 100644
> --- a/recipes/quilt/quilt_0.48.bb
> +++ b/recipes/quilt/quilt_0.48.bb
> @@ -1,6 +1,6 @@
> require quilt-package.inc
>
> -PR="r1"
> +PR="r2"
>
> SRC_URI[md5sum] = "f77adda60039ffa753f3c584a286f12b"
> SRC_URI[sha256sum] = "73fd760d3b5cbf06417576591dc37d67380d189392db9000c21b7cbebee49ffc"
After some poking, testing and what I pushed recently, NAK. What's
going on here is that we didn't have a real non-legacy staging. As seen
in quilt-package.inc, the normal autotools install rules don't move the
install around for us, so we ended up with, in some cases (No, I can't
explain why off the top of my head, but yes, I've seen both what Jason
saw and what Frans saw in the past) empty pstaging packages, which means
no quilt, and a certain failure to apply patches. To Chris' concern,
I've gotten past the point of a patch being applied with quilt-native
from pstaging from a TMPDIR named differently than what I extracted
pstaging into.
--
Tom Rini
Mentor Graphics Corporation
prev parent reply other threads:[~2010-08-18 1:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-17 19:19 [PATCH] quilt: disable packaged staging on native builds Jason Kridner
2010-08-17 20:03 ` Frans Meulenbroeks
2010-08-17 20:52 ` Chris Larson
2010-08-18 5:56 ` Frans Meulenbroeks
2010-08-18 1:14 ` Tom Rini [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=4C6B3412.7000700@mentor.com \
--to=tom_rini@mentor.com \
--cc=openembedded-devel@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.