mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
gnutls: move BBCLASSEXTEND from gnutls.inc into the gnutls recipe
There may be alternative gnutls recipes outside oe-core which include gnutls.inc but which don't want BBCLASSEXTEND = "native nativesdk". (From OE-Core rev: 1160b51fbe5661be83959c0e135e4b4231c94349) Signed-off-by: Andre McCurdy <armccurdy@gmail.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
62b28136c0
commit
c64160e347
@@ -59,5 +59,3 @@ PACKAGES =+ "${PN}-openssl ${PN}-xx"
|
||||
FILES_${PN}-dev += "${bindir}/gnutls-cli-debug"
|
||||
FILES_${PN}-openssl = "${libdir}/libgnutls-openssl.so.*"
|
||||
FILES_${PN}-xx = "${libdir}/libgnutlsxx.so.*"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
@@ -8,3 +8,4 @@ SRC_URI += "file://correct_rpl_gettimeofday_signature.patch \
|
||||
SRC_URI[md5sum] = "0ab25eb6a1509345dd085bc21a387951"
|
||||
SRC_URI[sha256sum] = "82b10f0c4ef18f4e64ad8cef5dbaf14be732f5095a41cf366b4ecb4050382951"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user