* [Buildroot] [PATCH] libsoc: add host-pkgconf dependency
@ 2017-04-03 8:14 yegorslists at googlemail.com
2017-04-03 12:31 ` Thomas Petazzoni
2017-04-04 21:44 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: yegorslists at googlemail.com @ 2017-04-03 8:14 UTC (permalink / raw)
To: buildroot
From: Yegor Yefremov <yegorslists@googlemail.com>
Without pkg-config PKG_CHECK_MODULES won't be expanded
and ./configure script produces following error message:
./configure: line 12237: syntax error near unexpected token `PYTHON,'
./configure: line 12237: ` PKG_CHECK_MODULES(PYTHON, python-"$PYTHON_VERSION")'
Fixes:
http://autobuild.buildroot.net/results/86e/86e04bd2b10527130306451e56a7693ed4b4befd
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
package/libsoc/libsoc.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/libsoc/libsoc.mk b/package/libsoc/libsoc.mk
index 03bef04..9bc2a9b 100644
--- a/package/libsoc/libsoc.mk
+++ b/package/libsoc/libsoc.mk
@@ -10,6 +10,7 @@ LIBSOC_LICENSE = LGPLv2.1
LIBSOC_LICENSE_FILES = LICENCE
LIBSOC_AUTORECONF = YES
LIBSOC_INSTALL_STAGING = YES
+LIBSOC_DEPENDENCIES = host-pkgconf
# Install Python 2 bindings
ifeq ($(BR2_PACKAGE_PYTHON),y)
--
2.1.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] libsoc: add host-pkgconf dependency
2017-04-03 8:14 [Buildroot] [PATCH] libsoc: add host-pkgconf dependency yegorslists at googlemail.com
@ 2017-04-03 12:31 ` Thomas Petazzoni
2017-04-04 21:44 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2017-04-03 12:31 UTC (permalink / raw)
To: buildroot
Hello,
On Mon, 3 Apr 2017 10:14:41 +0200, yegorslists at googlemail.com wrote:
> From: Yegor Yefremov <yegorslists@googlemail.com>
>
> Without pkg-config PKG_CHECK_MODULES won't be expanded
> and ./configure script produces following error message:
>
> ./configure: line 12237: syntax error near unexpected token `PYTHON,'
> ./configure: line 12237: ` PKG_CHECK_MODULES(PYTHON, python-"$PYTHON_VERSION")'
>
> Fixes:
>
> http://autobuild.buildroot.net/results/86e/86e04bd2b10527130306451e56a7693ed4b4befd
>
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> ---
> package/libsoc/libsoc.mk | 1 +
> 1 file changed, 1 insertion(+)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] libsoc: add host-pkgconf dependency
2017-04-03 8:14 [Buildroot] [PATCH] libsoc: add host-pkgconf dependency yegorslists at googlemail.com
2017-04-03 12:31 ` Thomas Petazzoni
@ 2017-04-04 21:44 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2017-04-04 21:44 UTC (permalink / raw)
To: buildroot
>>>>> "yegorslists" == yegorslists <yegorslists@googlemail.com> writes:
> From: Yegor Yefremov <yegorslists@googlemail.com>
> Without pkg-config PKG_CHECK_MODULES won't be expanded
> and ./configure script produces following error message:
> ./configure: line 12237: syntax error near unexpected token `PYTHON,'
> ./configure: line 12237: ` PKG_CHECK_MODULES(PYTHON, python-"$PYTHON_VERSION")'
> Fixes:
> http://autobuild.buildroot.net/results/86e/86e04bd2b10527130306451e56a7693ed4b4befd
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Committed to 2017.02.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-04-04 21:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-03 8:14 [Buildroot] [PATCH] libsoc: add host-pkgconf dependency yegorslists at googlemail.com
2017-04-03 12:31 ` Thomas Petazzoni
2017-04-04 21:44 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox