mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
libidn: add native and nativesdk support
This is needed because gnutls now requires libidn. (From OE-Core rev: b42779453b833aeabd4683fcb7c7a032928c4cbe) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> 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
dd58b3b95f
commit
cf1eb2b8c0
@@ -31,3 +31,6 @@ do_install_append() {
|
||||
rm -rf ${D}${libdir}/Libidn.dll
|
||||
rm -rf ${D}${datadir}/emacs
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
|
||||
@@ -32,3 +32,6 @@ EXTRA_OECONF = "--disable-csharp"
|
||||
do_install_append() {
|
||||
rm -rf ${D}${datadir}/emacs
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user