diff options
author | Ross Burton <ross.burton@intel.com> | 2018-11-29 12:09:39 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-05 12:37:02 +0000 |
commit | b614ed391bb3ae219b4c8c32db9d943b706c05f8 (patch) | |
tree | 1c98db3d0df4e1be2e8cd6697fa387f2bf903bed /meta/recipes-support | |
parent | bd57916ae56669f563c7aa816ac520dc37cfc78d (diff) | |
download | poky-b614ed391bb3ae219b4c8c32db9d943b706c05f8.tar.gz |
gnutls: no need to inherit binconfig
This recipe doesn't ship a *-config binary, so don't inherit binconfig.
(From OE-Core rev: acfcebec2d0849cc52abed31663da888e2a230f9)
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/gnutls/gnutls_3.6.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/gnutls/gnutls_3.6.4.bb b/meta/recipes-support/gnutls/gnutls_3.6.4.bb index 6d2a11df34..d79a39d2d9 100644 --- a/meta/recipes-support/gnutls/gnutls_3.6.4.bb +++ b/meta/recipes-support/gnutls/gnutls_3.6.4.bb | |||
@@ -24,7 +24,7 @@ SRC_URI = "https://www.gnupg.org/ftp/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar | |||
24 | SRC_URI[md5sum] = "63363d1c00601f4d11a5cadc8b5e0799" | 24 | SRC_URI[md5sum] = "63363d1c00601f4d11a5cadc8b5e0799" |
25 | SRC_URI[sha256sum] = "c663a792fbc84349c27c36059181f2ca86c9442e75ee8b0ad72f5f9b35deab3a" | 25 | SRC_URI[sha256sum] = "c663a792fbc84349c27c36059181f2ca86c9442e75ee8b0ad72f5f9b35deab3a" |
26 | 26 | ||
27 | inherit autotools texinfo binconfig pkgconfig gettext lib_package gtk-doc | 27 | inherit autotools texinfo pkgconfig gettext lib_package gtk-doc |
28 | 28 | ||
29 | PACKAGECONFIG ??= "libidn" | 29 | PACKAGECONFIG ??= "libidn" |
30 | 30 | ||