From: Ross Burton Date: Thu, 29 Nov 2018 12:10:20 +0000 (+0000) Subject: libtasn1: no need to inherit binconfig X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~15998 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b7d74aa7bb73daf84593fafde3eef4595918b63;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libtasn1: no need to inherit binconfig This recipe doesn't ship a *-config binary, so don't inherit binconfig. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/gnutls/libtasn1_4.13.bb b/meta/recipes-support/gnutls/libtasn1_4.13.bb index 2d223861c71..9ee19130916 100644 --- a/meta/recipes-support/gnutls/libtasn1_4.13.bb +++ b/meta/recipes-support/gnutls/libtasn1_4.13.bb @@ -18,6 +18,6 @@ DEPENDS = "bison-native" SRC_URI[md5sum] = "ce2ba4d3088119b48e7531a703669c52" SRC_URI[sha256sum] = "7e528e8c317ddd156230c4e31d082cd13e7ddeb7a54824be82632209550c8cca" -inherit autotools texinfo binconfig lib_package gtk-doc +inherit autotools texinfo lib_package gtk-doc BBCLASSEXTEND = "native"