diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2016-09-02 17:55:48 +0200 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2016-09-12 14:58:42 +0200 |
commit | 798818884c21a743f17e26eda22ceb433b69a3c1 (patch) | |
tree | ea6a3e33a44dc6824ca873f8e9172d859c8e95e1 /meta-sota/recipes-support/fuse | |
parent | c3d3de76193e0ac217635e0fc67e5ee70e33f46b (diff) |
Build OSTree natively, and its dependencies as well
Bug-AGL: SPEC-245
Change-Id: Ia5631d786c3375ba3aa0bc6ac75ebaeb358e7b03
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Diffstat (limited to 'meta-sota/recipes-support/fuse')
-rw-r--r-- | meta-sota/recipes-support/fuse/fuse_%.bbappend | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-sota/recipes-support/fuse/fuse_%.bbappend b/meta-sota/recipes-support/fuse/fuse_%.bbappend new file mode 100644 index 0000000..4f23349 --- /dev/null +++ b/meta-sota/recipes-support/fuse/fuse_%.bbappend @@ -0,0 +1,3 @@ +BBCLASSEXTEND = "native" + +PACKAGES_append_class-native = "fuse-utils-dbg-native fuse-utils-native libulockmgr-native libulockmgr-dev-native libulockmgr-dbg-native" |