Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Added the libtpl package
Date: Mon, 19 Mar 2012 13:33:08 +0100	[thread overview]
Message-ID: <87zkbcixdn.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1332152635-26299-1-git-send-email-spdawson@gmail.com> (spdawson@gmail.com's message of "Mon, 19 Mar 2012 10:23:55 +0000")

>>>>> "spdawson" == spdawson  <spdawson@gmail.com> writes:

 spdawson> From: Simon Dawson <spdawson@gmail.com>
 spdawson> Signed-off-by: Simon Dawson <spdawson@gmail.com>
 spdawson> ---
 spdawson>  package/Config.in        |    1 +
 spdawson>  package/libtpl/Config.in |    6 ++++++
 spdawson>  package/libtpl/libtpl.mk |   14 ++++++++++++++
 spdawson>  3 files changed, 21 insertions(+), 0 deletions(-)
 spdawson>  create mode 100644 package/libtpl/Config.in
 spdawson>  create mode 100644 package/libtpl/libtpl.mk

 spdawson> +++ b/package/libtpl/libtpl.mk
 spdawson> @@ -0,0 +1,14 @@
 spdawson> +#############################################################
 spdawson> +#
 spdawson> +# libtpl
 spdawson> +#
 spdawson> +#############################################################
 spdawson> +LIBTPL_VERSION = 1.5
 spdawson> +LIBTPL_SOURCE = libtpl-$(LIBTPL_VERSION).tar.bz2
 spdawson> +LIBTPL_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/tpl
 spdawson> +
 spdawson> +# N.B. A static library is built, so don't install to target
 spdawson> +LIBTPL_INSTALL_STAGING = YES
 spdawson> +LIBTPL_INSTALL_TARGET = NO

Ehh, how did you get that idea?

make -C output/build/libtpl-1.5 DESTDIR=$PWD/out install
tree out
out
??? usr
    ??? include
    ??? ??? tpl.h
    ??? lib
        ??? libtpl.a
        ??? libtpl.la
        ??? libtpl.so -> libtpl.so.0.0.0
        ??? libtpl.so.0 -> libtpl.so.0.0.0
        ??? libtpl.so.0.0.0

Committed without the _INSTALL_TARGET = NO, thanks.

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2012-03-19 12:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-19 10:23 [Buildroot] [PATCH] Added the libtpl package spdawson at gmail.com
2012-03-19 12:33 ` Peter Korsgaard [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-03-19  8:58 spdawson at gmail.com
2012-03-19  9:52 ` Thomas Petazzoni

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=87zkbcixdn.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