From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v6 07/10] libvpx: new package libvpx
Date: Thu, 16 May 2013 09:56:04 +0200 [thread overview]
Message-ID: <20130516095604.3eda6a6e@skate> (raw)
In-Reply-To: <1368655178-19176-8-git-send-email-spenser@gillilanding.com>
Dear Spenser Gilliland,
On Wed, 15 May 2013 16:59:35 -0500, Spenser Gilliland wrote:
> --- /dev/null
> +++ b/package/multimedia/libvpx/libvpx.mk
> @@ -0,0 +1,52 @@
> +#############################################################
> +#
> +# libvpx
> +#
> +#############################################################
> +
> +LIBVPX_VERSION = v1.2.0
> +LIBVPX_SITE = http://git.chromium.org/webm/libvpx.git
> +LIBVPX_SITE_METHOD = git
> +
> +LIBVPX_INSTALL_STAGING = YES
> +LIBVPX_LICENSE = BSD-3c
> +LIBVPX_LICENSE_FILES = LICENSE PATENTS
> +
> +LIBVPX_INSTALL_STAGING = YES
Already set a few lines above.
> +
> +LIBVPX_CONF_ENV = \
> + LD=$$CC \
This sounds strange. The target compiler is $(TARGET_CC), and should be
used with quotes to be compiled with ccache, so, probably:
LD="$(TARGET_CC)"
And an explanation above that says why it is needed (i.e, LD being used
by the libvpx build system as a compiler).
> + CROSS=$(GNU_TARGET_NAME)
> +
> +LIBVPX_CONF_OPT = \
> + --disable-examples \
> + --disable-docs \
> + --disable-unit-tests
> +
> +define LIBVPX_CONFIGURE_CMDS
> + (cd $(LIBVPX_SRCDIR) && rm -rf config.cache && \
> + $(TARGET_CONFIGURE_OPTS) \
> + $(TARGET_CONFIGURE_ARGS) \
> + $(LIBVPX_CONF_ENV) \
> + ./configure \
> + --target=generic-gnu \
> + --enable-pic \
> + --prefix=/usr \
> + $(SHARED_STATIC_LIBS_OPTS) \
> + $(LIBVPX_CONF_OPT) \
> + )
> +endef
Please add a comment somewhere that allows us to remember that you're
not using autotools-package because this 'configure' script is not an
autotools one, but some hand-written thing.
Thanks!
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
next prev parent reply other threads:[~2013-05-16 7:56 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-15 21:59 [Buildroot] [PATCH v6 00/10] add Gstreamer 1.X for gst-omx support Spenser Gilliland
2013-05-15 21:59 ` [Buildroot] [PATCH v6 01/10] libglib2: Bump libglib2 to 2.36.1 Spenser Gilliland
2013-05-15 21:59 ` [Buildroot] [PATCH v6 02/10] gstreamer1: Add gstreamer version 1.0.7 package Spenser Gilliland
2013-05-15 21:59 ` [Buildroot] [PATCH v6 03/10] gst1-plugins-base: add gstreamer1 base plugins Spenser Gilliland
2013-05-15 21:59 ` [Buildroot] [PATCH v6 04/10] gst1-plugins-good: add gstreamer1 good plugins Spenser Gilliland
2013-05-15 21:59 ` [Buildroot] [PATCH v6 05/10] gst1-plugins-bad: add gstreamer1 bad plugins Spenser Gilliland
2013-05-15 21:59 ` [Buildroot] [PATCH v6 06/10] gst1-plugins-ugly: add gstreamer1 ugly plugins Spenser Gilliland
2013-05-15 21:59 ` [Buildroot] [PATCH v6 07/10] libvpx: new package libvpx Spenser Gilliland
2013-05-16 7:56 ` Thomas Petazzoni [this message]
2013-05-15 21:59 ` [Buildroot] [PATCH v6 08/10] gst1-plugins-good: add libvpx support Spenser Gilliland
2013-05-15 21:59 ` [Buildroot] [PATCH v6 09/10] libopenmax: Add libopenmax virtual package Spenser Gilliland
2013-05-16 7:58 ` Thomas Petazzoni
2013-05-16 14:18 ` Spenser Gilliland
2013-05-16 14:22 ` Thomas Petazzoni
2013-05-16 14:35 ` Spenser Gilliland
2013-05-16 14:38 ` Thomas Petazzoni
2013-05-26 20:48 ` Peter Korsgaard
2013-05-15 21:59 ` [Buildroot] [PATCH v6 10/10] gst-omx: add gst-omx package Spenser Gilliland
2013-05-16 8:10 ` Thomas Petazzoni
2013-05-16 14:29 ` Spenser Gilliland
2013-05-16 14:41 ` 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=20130516095604.3eda6a6e@skate \
--to=thomas.petazzoni@free-electrons.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.