diff options
author | Romain Naour <romain.naour@gmail.com> | 2017-04-17 12:29:50 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-17 14:37:29 +0200 |
commit | 77c2c46f17d7cee93a2d5dc11d159db570f6786f (patch) | |
tree | aaec643f3a086d136369117b99caba88977a282e | |
parent | 3338cd3a1704249980595f9301584352f51bac7a (diff) | |
download | buildroot-77c2c46f17d7cee93a2d5dc11d159db570f6786f.tar.gz buildroot-77c2c46f17d7cee93a2d5dc11d159db570f6786f.zip |
package/xenomai: add host-pkgconf dependency
Without pkg-config PKG_CHECK_MODULES won't be expanded
and ./configure script produces following error message:
./configure: line 13810: syntax error near unexpected token `FUSE,'
./configure: line 13810: ` PKG_CHECK_MODULES(FUSE, fuse)'
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/xenomai/xenomai.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/xenomai/xenomai.mk b/package/xenomai/xenomai.mk index f68ff90363..7c0ad34ea7 100644 --- a/package/xenomai/xenomai.mk +++ b/package/xenomai/xenomai.mk @@ -17,6 +17,8 @@ XENOMAI_LICENSE = GPL-2.0+ with exception (headers), LGPL-2.1+ (libraries), GPL- # GFDL is not included but refers to gnu.org XENOMAI_LICENSE_FILES = debian/copyright include/COPYING lib/trank/COPYING kernel/cobalt/COPYING +XENOMAI_DEPENDENCIES = host-pkgconf + # 0002-boilerplate-build-obstack-support-conditionally.patch XENOMAI_AUTORECONF = YES |