From: Richard Purdie <rpurdie@rpsys.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: autopoint || touch config.rpath
Date: Thu, 08 Apr 2010 09:01:32 +0100 [thread overview]
Message-ID: <1270713692.24541.1374.camel@rex> (raw)
In-Reply-To: <20100407154445.GA9625@merkur.sol.de>
On Wed, 2010-04-07 at 17:44 +0200, Jens Seidel wrote:
> > Thank you for this great summary. I am still clueless about
> > `config.rpath` though.
>
> Yep, try the hints above.
I'm late to this thread but poky has this in autoconf.bbclass:
if grep "^[[:space:]]*AM_GLIB_GNU_GETTEXT" $CONFIGURE_AC >/dev/null; then
if grep "sed.*POTFILES" $CONFIGURE_AC >/dev/null; then
: do nothing -- we still have an old unmodified configure.ac
else
oenote Executing glib-gettextize --force --copy
echo "no" | glib-gettextize --force --copy 130
fi
else if grep "^[[:space:]]*AM_GNU_GETTEXT" $CONFIGURE_AC >/dev/null; then
cp ${STAGING_DATADIR}/gettext/config.rpath ${S}/
fi
which generally makes sure config.rpath is available when its needed.
Cheers,
Richard
next prev parent reply other threads:[~2010-04-08 8:05 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-28 17:18 [PATCH] enna: Move to own recipe folder and update to enna hg Paul Menzel
2010-03-30 13:20 ` [PATCH v2] " Paul Menzel
2010-04-02 15:59 ` [PATCH v3] enna: Move to own recipe folder and update to new Enna hg repository Paul Menzel
2010-04-02 18:28 ` Khem Raj
2010-04-02 19:44 ` Paul Menzel
2010-04-03 11:20 ` autopoint || touch config.rpath (was: [PATCH v3] enna: Move to own recipe folder and update to new Enna hg repository.) Paul Menzel
2010-04-03 13:51 ` Jens Seidel
2010-04-03 14:43 ` autopoint || touch config.rpath Paul Menzel
2010-04-07 15:44 ` Jens Seidel
2010-04-08 8:01 ` Richard Purdie [this message]
2010-04-02 21:18 ` [PATCH v3] enna: Move to own recipe folder and update to new Enna hg repository Martin Jansa
2010-04-02 22:56 ` Setting `PV` in recipes using SCM repositories (was: [PATCH v3] enna: Move to own recipe folder and update to new Enna hg repository.) Paul Menzel
2010-04-04 8:43 ` Setting `PV` in recipes using SCM repositories Marco Cavallini
2010-04-03 11:03 ` [PATCH v4] enna: Move to own recipe folder and update to new Enna hg repository Paul Menzel
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=1270713692.24541.1374.camel@rex \
--to=rpurdie@rpsys.net \
--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.