From: Rolf Leggewie <no2spam@nospam.arcornews.de>
To: openembedded-devel@openembedded.org
Subject: RFC: strip "-native" from $S for native packages automatically (bug 1856)
Date: Fri, 25 Jan 2008 12:33:39 +0100 [thread overview]
Message-ID: <fnchem$8v4$1@ger.gmane.org> (raw)
Hi,
I elicit your comments on bug 1856, especially comment3.
The bug is about stripping "-native" automatically from the S variable
for native packages since it will hardly ever occur that a tar ball will
unpack to $PN-native-$PV/ This would save us resetting $S manually for
native packages all the time. Koen suggested the fix to go into
native.bbclass. When I revisited the bug today, I thought this must be
as easy to fix as simply adding
export S=`echo $S|sed s/\-native\-/\-/`
to native.bbclass which is what I propose. This might still have some
issues that I so far overlooked such as the need to further escape
special characters or something else, but the general idea should be
clear. Please be aware that I have not yet tested this. Any comments
as to why this should or should not work?
If there is no opposition, I'll make some simple tests to verify correct
functioning of the code before finally committing.
Regards
Rolf
PS: http://bugs.openembedded.org/show_bug.cgi?id=1856#c3
next reply other threads:[~2008-01-25 11:33 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-25 11:33 Rolf Leggewie [this message]
2008-01-26 0:51 ` RFC: strip "-native" from $S for native packages automatically (bug 1856) Michael 'Mickey' Lauer
2008-01-26 13:43 ` Richard Purdie
2008-01-27 0:20 ` Paul Sokolovsky
2008-01-27 0:23 ` Richard Purdie
2008-01-27 7:11 ` Michael 'Mickey' Lauer
2008-01-27 12:02 ` Paul Sokolovsky
2008-01-31 12:06 ` pHilipp Zabel
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='fnchem$8v4$1@ger.gmane.org' \
--to=no2spam@nospam.arcornews.de \
--cc=openembedded-devel@lists.openembedded.org \
--cc=openembedded-devel@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.