mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 12:32:13 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
bd57916ae5
commit
b614ed391b
@@ -24,7 +24,7 @@ SRC_URI = "https://www.gnupg.org/ftp/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar
|
||||
SRC_URI[md5sum] = "63363d1c00601f4d11a5cadc8b5e0799"
|
||||
SRC_URI[sha256sum] = "c663a792fbc84349c27c36059181f2ca86c9442e75ee8b0ad72f5f9b35deab3a"
|
||||
|
||||
inherit autotools texinfo binconfig pkgconfig gettext lib_package gtk-doc
|
||||
inherit autotools texinfo pkgconfig gettext lib_package gtk-doc
|
||||
|
||||
PACKAGECONFIG ??= "libidn"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user