All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Stefan Fröberg" <stefan.froberg@petroprogram.com>
To: buildroot@busybox.net
Subject: [Buildroot] autopoint [was: Re:  multchoice menu with kconfig]
Date: Tue, 19 Feb 2013 00:03:11 +0200	[thread overview]
Message-ID: <5122A51F.1040708@petroprogram.com> (raw)
In-Reply-To: <51229EE0.2000706@mind.be>

18.2.2013 23:36, Arnout Vandecappelle kirjoitti:
> On 18/02/13 17:32, Stefan Fr?berg wrote:
>> Speaking of autoconf (or actually autoreconf):
>>
>> I have a prelink package ready here and I had to do PRELINK_AUTORECONF =
>> YES what happens is that it complains about
>> missing ./ABOUT-NLS and ./config.rpath .
>> I tried to give PRELINK_AUTORECONF_OPTS = --install --force so that it
>> would create those missing files but it did not change anything.
>>
>> The only thing that worked was doing the following horrible looking
>> stuff:
>>
>> define PRELINK_POST_PATCH_FIXUP
>>      (cd $(@D); \
>>      autopoint)
>> endef
>>
>> PRELINK_POST_PATCH_HOOKS += PRELINK_POST_PATCH_FIXUP
>>
>> Im still using 2012.08 version of buildroot so could that be the reason
>> that buildroots autoreconf does not create those two missing files ?
>
>  Packages that require autopoint can't be reconfigured by buildroot -
> I'm not sure why. The autopoint program is not one of our
> dependencies, so we can't rely on autopoint being present.
>
>  However, now that there is a host-gettext package, we could probably
> add the possibility to add autopoint support to autoreconf.
>
>  Just touching ABOUT-NLS and config.rpath may also work, though.
>

Yes, touch works too.
I will wait untill host-gettext with autopoint is committed to latest
git before submitting prelink

Regards
Stefan


>  Regards,
>  Arnout
>
>

      reply	other threads:[~2013-02-18 22:03 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-18 13:49 [Buildroot] multchoice menu with kconfig Stefan Fröberg
2013-02-18 15:33 ` Arnout Vandecappelle
2013-02-18 15:45   ` Stefan Fröberg
2013-02-18 15:58     ` Arnout Vandecappelle
2013-02-18 16:01       ` Stefan Fröberg
2013-02-18 16:08         ` Arnout Vandecappelle
2013-02-18 16:16           ` Stefan Fröberg
2013-02-18 16:23             ` Arnout Vandecappelle
2013-02-18 16:32               ` Stefan Fröberg
2013-02-18 21:36                 ` [Buildroot] autopoint [was: Re: multchoice menu with kconfig] Arnout Vandecappelle
2013-02-18 22:03                   ` Stefan Fröberg [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=5122A51F.1040708@petroprogram.com \
    --to=stefan.froberg@petroprogram.com \
    --cc=buildroot@busybox.net \
    /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.