diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-05-20 15:51:20 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-22 16:11:13 +0100 |
commit | 133ad838ceec5bcd51adc76975720c99a68f6830 (patch) | |
tree | e9d6e69260e8d39180dbfa7f69a07529d1990b07 /meta/recipes-support | |
parent | 2c1aa9c96070c437e3c4a7e2d0462dc7916afb9d (diff) | |
download | poky-133ad838ceec5bcd51adc76975720c99a68f6830.tar.gz |
libsoup-2.4: provide PACKAGECONFIG for gssapi
Fixes this build error:
| ../../libsoup-2.54.1/libsoup/soup-auth-negotiate.c:16:27: fatal error:
gssapi/gssapi.h: No such file or directory
| compilation terminated.
| Makefile:1166: recipe for target
'libsoup_2_4_la-soup-auth-negotiate.lo' failed
| make[3]: *** [libsoup_2_4_la-soup-auth-negotiate.lo] Error 1
(From OE-Core rev: 378608a99560c7720189ca6ba4158e10cbe42abf)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libsoup/libsoup-2.4_2.54.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.54.1.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.54.1.bb index ad8202ce7f..f243cbc898 100644 --- a/meta/recipes-support/libsoup/libsoup-2.4_2.54.1.bb +++ b/meta/recipes-support/libsoup/libsoup-2.4_2.54.1.bb | |||
@@ -21,6 +21,7 @@ inherit autotools gettext pkgconfig upstream-version-is-even gobject-introspecti | |||
21 | # libsoup-gnome is entirely deprecated and just stubs in 2.42 onwards. Disable by default. | 21 | # libsoup-gnome is entirely deprecated and just stubs in 2.42 onwards. Disable by default. |
22 | PACKAGECONFIG ??= "" | 22 | PACKAGECONFIG ??= "" |
23 | PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome" | 23 | PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome" |
24 | PACKAGECONFIG[gssapi] = "--with-gssapi,--without-gssapi,krb5" | ||
24 | 25 | ||
25 | EXTRA_OECONF = "--disable-vala" | 26 | EXTRA_OECONF = "--disable-vala" |
26 | 27 | ||