Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] jpeg: convert to autotools infrastructure
Date: Wed, 30 Dec 2009 17:41:13 +0100	[thread overview]
Message-ID: <87ws04tnx2.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <4d28d4b50912300507j42de4b9bn7068347f3827c19e@mail.gmail.com> (Lionel Landwerlin's message of "Wed, 30 Dec 2009 14:07:02 +0100")

>>>>> "Lionel" == Lionel Landwerlin <llandwerlin@gmail.com> writes:

Hi,

 Lionel>     The standard staging install handling does this as well, so
 Lionel>     there's no need for this.

 Lionel> Are you sure it does sed on libjpeg.la ?
 Lionel> I tried without specifying JPEG_INSTALL_STAGING_CMDS and didn't see a
 Lionel> libjpeg.la containing the staging directory.
 Lionel> ?

Yes - From Makefile.autotools.in:

define $(2)_INSTALL_STAGING_CMDS
        $$($$(PKG)_MAKE_ENV) $$($$(PKG)_MAKE) $$($$(PKG)_INSTALL_STAGING_OPT) -C
 $$($$(PKG)_SRCDIR)
        for i in $$$$(find $(STAGING_DIR)/usr/lib/ -name "*.la"); do \
                cp $$$$i $$$$i~; \
                $$(SED) "s:\(['= ]\)/usr:\\1$(STAGING_DIR)/usr:g" $$$$i; \
        done
endef

grep staging /tmp/br/staging/usr/lib/libjpeg.la
libdir='/tmp/br/staging/usr/lib'

-- 
Bye, Peter Korsgaard

      reply	other threads:[~2009-12-30 16:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-29 10:14 [Buildroot] [PATCH] jpeg: convert to autotools infrastructure Lionel Landwerlin
2009-12-29 20:51 ` Peter Korsgaard
2009-12-29 21:44   ` Lionel Landwerlin
2009-12-29 21:45   ` Lionel Landwerlin
2009-12-30 12:54     ` Peter Korsgaard
2009-12-30 13:07       ` Lionel Landwerlin
2009-12-30 16:41         ` Peter Korsgaard [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=87ws04tnx2.fsf@macbook.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox