mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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:
committed by
Khem Raj
parent
a02c41342b
commit
52cfe934cc
@@ -16,3 +16,5 @@ inherit autotools
|
||||
# Optional secondary compression
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[lzma] = "--with-liblzma,--without-liblzma,xz"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user