mirror of
https://git.yoctoproject.org/poky
synced 2026-04-09 02:02:26 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
66dadb754f
commit
a1e2c4e9bd
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user