xdelta3: add native and nativesdk to BBCLASSEXTEND

Allow to build xdelta natively as it may be used for creating binary
delta patches for OTA updates.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Bartosz Golaszewski 2019-12-11 17:03:32 +01:00 committed by Khem Raj
parent a02c41342b
commit 52cfe934cc

View File

@ -16,3 +16,5 @@ inherit autotools
# Optional secondary compression
PACKAGECONFIG ??= ""
PACKAGECONFIG[lzma] = "--with-liblzma,--without-liblzma,xz"
BBCLASSEXTEND = "native nativesdk"