summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Golaszewski <bgolaszewski@baylibre.com>2019-12-11 17:03:32 +0100
committerKhem Raj <raj.khem@gmail.com>2019-12-13 18:29:14 -0800
commit52cfe934ccc535c1ccfebb7a43a8d2abcca7a94f (patch)
treec1eba8579c7f4d0e25fbc58901543bbdadf9dfdd
parenta02c41342b4d80c79eec95bacc33c24df82074cd (diff)
downloadmeta-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>
-rw-r--r--meta-oe/recipes-support/xdelta/xdelta3_3.1.0.bb2
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
17PACKAGECONFIG ??= "" 17PACKAGECONFIG ??= ""
18PACKAGECONFIG[lzma] = "--with-liblzma,--without-liblzma,xz" 18PACKAGECONFIG[lzma] = "--with-liblzma,--without-liblzma,xz"
19
20BBCLASSEXTEND = "native nativesdk"