[oe-commits] [meta-openembedded] 50/52: xdelta3: add native and nativesdk to BBCLASSEXTEND

git at git.openembedded.org git at git.openembedded.org
Thu Dec 12 00:23:47 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 9ff9935345e72da9038f91e29ea2b2a596d04907
Author: Bartosz Golaszewski <bgolaszewski at baylibre.com>
AuthorDate: Wed Dec 11 17:03:32 2019 +0100

    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 at baylibre.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/xdelta/xdelta3_3.1.0.bb | 2 ++
 1 file changed, 2 insertions(+)

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 9bf1363..d100030 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list