diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2019-12-11 17:03:32 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-12-13 18:29:14 -0800 |
commit | 52cfe934ccc535c1ccfebb7a43a8d2abcca7a94f (patch) | |
tree | c1eba8579c7f4d0e25fbc58901543bbdadf9dfdd /meta-oe/recipes-support | |
parent | a02c41342b4d80c79eec95bacc33c24df82074cd (diff) | |
download | meta-openembedded-52cfe934ccc535c1ccfebb7a43a8d2abcca7a94f.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/xdelta/xdelta3_3.1.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/xdelta/xdelta3_3.1.0.bb b/meta-oe/recipes-support/xdelta/xdelta3_3.1.0.bb index 9bf136391..d100030f9 100644 --- a/meta-oe/recipes-support/xdelta/xdelta3_3.1.0.bb +++ b/meta-oe/recipes-support/xdelta/xdelta3_3.1.0.bb | |||
@@ -16,3 +16,5 @@ inherit autotools | |||
16 | # Optional secondary compression | 16 | # Optional secondary compression |
17 | PACKAGECONFIG ??= "" | 17 | PACKAGECONFIG ??= "" |
18 | PACKAGECONFIG[lzma] = "--with-liblzma,--without-liblzma,xz" | 18 | PACKAGECONFIG[lzma] = "--with-liblzma,--without-liblzma,xz" |
19 | |||
20 | BBCLASSEXTEND = "native nativesdk" | ||