diff options
author | Ross Burton <ross.burton@intel.com> | 2018-11-29 12:10:20 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-08 20:12:08 +0000 |
commit | 8fd1b5fb464a3b72c94dffb3535e244b72c18b02 (patch) | |
tree | 5c880b935ff5d105eaaa9e7fd18290fc6ae1742c /meta/recipes-support | |
parent | a75eba71145efa1c3d206c5e5c00608a50f013bc (diff) | |
download | openembedded-core-8fd1b5fb464a3b72c94dffb3535e244b72c18b02.tar.gz openembedded-core-8fd1b5fb464a3b72c94dffb3535e244b72c18b02.tar.bz2 openembedded-core-8fd1b5fb464a3b72c94dffb3535e244b72c18b02.zip |
libtasn1: no need to inherit binconfig
This recipe doesn't ship a *-config binary, so don't inherit binconfig.
(From OE-Core rev: 8b7d74aa7bb73daf84593fafde3eef4595918b63)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/gnutls/libtasn1_4.13.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/gnutls/libtasn1_4.13.bb b/meta/recipes-support/gnutls/libtasn1_4.13.bb index 2d223861c7..9ee1913091 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" |