aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/xdelta
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 /meta-oe/recipes-support/xdelta
parenta02c41342b4d80c79eec95bacc33c24df82074cd (diff)
downloadmeta-openembedded-contrib-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/xdelta')
-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 9bf1363913..d100030f9b 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
# Optional secondary compression
PACKAGECONFIG ??= ""
PACKAGECONFIG[lzma] = "--with-liblzma,--without-liblzma,xz"
+
+BBCLASSEXTEND = "native nativesdk"