Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Seiderer <ps.report@gmx.net>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] libv4l: fix a typo to not override the LIBV4L_DEPENDENCIES variable
Date: Thu, 29 Oct 2015 19:28:09 +0100	[thread overview]
Message-ID: <20151029192809.225b955b@gmx.net> (raw)
In-Reply-To: <1446125625-7009-1-git-send-email-Vincent.Riera@imgtec.com>

Hello Vicente,

On Thu, 29 Oct 2015 13:33:44 +0000, Vicente Olivert Riera <Vincent.Riera@imgtec.com> wrote:

> Otherwise host-pkgconf will not be installed and the configure script
> will fail with an error like this one:
> 
> ./configure: line 16346: PKG_PROG_PKG_CONFIG: command not found
> [snip]
> ./configure: line 20511: syntax error near unexpected token `X11,'
> ./configure: line 20511: `PKG_CHECK_MODULES(X11, x11, x11_pkgconfig=yes,
> x11_pkgconfig=no)'
> 
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
>  package/libv4l/libv4l.mk |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/package/libv4l/libv4l.mk b/package/libv4l/libv4l.mk
> index 9442467..89d1d00 100644
> --- a/package/libv4l/libv4l.mk
> +++ b/package/libv4l/libv4l.mk
> @@ -13,7 +13,7 @@ LIBV4L_CONF_OPTS = --disable-doxygen-doc
>  
>  # patch touches Makefile.am (and needs host-gettext for autoreconf)
>  LIBV4L_AUTORECONF= YES
> -LIBV4L_DEPENDENCIES = host-gettext
> +LIBV4L_DEPENDENCIES += host-gettext
>  
>  # fix uclibc-ng configure/compile
>  LIBV4L_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'


Thanks for spotting my mistake....

Tested-by: Peter Seiderer <ps.report@gmx.net>

Regards,
Peter

  reply	other threads:[~2015-10-29 18:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-29 13:33 [Buildroot] [PATCH 1/2] libv4l: fix a typo to not override the LIBV4L_DEPENDENCIES variable Vicente Olivert Riera
2015-10-29 18:28 ` Peter Seiderer [this message]
2015-10-29 19:06 ` Peter Korsgaard

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=20151029192809.225b955b@gmx.net \
    --to=ps.report@gmx.net \
    --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