diff options
author | Ross Burton <ross.burton@intel.com> | 2018-11-29 12:10:20 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-01 11:38:36 +0000 |
commit | a1e2c4e9bde9af41d797a2d0b7e4a3448c47bd64 (patch) | |
tree | 879e36531403c03adcb4ba47f282d1431d9429a3 | |
parent | 66dadb754f887f10c373858bdb3156c4c5ff4bd9 (diff) | |
download | poky-a1e2c4e9bde9af41d797a2d0b7e4a3448c47bd64.tar.gz |
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>
-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" | |||
18 | SRC_URI[md5sum] = "ce2ba4d3088119b48e7531a703669c52" | 18 | SRC_URI[md5sum] = "ce2ba4d3088119b48e7531a703669c52" |
19 | SRC_URI[sha256sum] = "7e528e8c317ddd156230c4e31d082cd13e7ddeb7a54824be82632209550c8cca" | 19 | SRC_URI[sha256sum] = "7e528e8c317ddd156230c4e31d082cd13e7ddeb7a54824be82632209550c8cca" |
20 | 20 | ||
21 | inherit autotools texinfo binconfig lib_package gtk-doc | 21 | inherit autotools texinfo lib_package gtk-doc |
22 | 22 | ||
23 | BBCLASSEXTEND = "native" | 23 | BBCLASSEXTEND = "native" |