* [Buildroot] [PATCH 1/2] libv4l: fix a typo to not override the LIBV4L_DEPENDENCIES variable
@ 2015-10-29 13:33 Vicente Olivert Riera
2015-10-29 18:28 ` Peter Seiderer
2015-10-29 19:06 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Vicente Olivert Riera @ 2015-10-29 13:33 UTC (permalink / raw)
To: buildroot
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'
--
1.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/2] libv4l: fix a typo to not override the LIBV4L_DEPENDENCIES variable
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
2015-10-29 19:06 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Seiderer @ 2015-10-29 18:28 UTC (permalink / raw)
To: buildroot
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/2] libv4l: fix a typo to not override the LIBV4L_DEPENDENCIES variable
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
@ 2015-10-29 19:06 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2015-10-29 19:06 UTC (permalink / raw)
To: buildroot
>>>>> "Vicente" == Vicente Olivert Riera <Vincent.Riera@imgtec.com> writes:
> 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>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-10-29 19:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2015-10-29 19:06 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox