diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-10-26 07:52:29 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-10-26 07:52:29 +0200 |
commit | e8c4cdb760738388b926290974da732332fc4cf5 (patch) | |
tree | d60281c38365d77119b264e4e3e83375c3bccaa1 /meta-sota/recipes-sota | |
parent | 24d0f6a3aa0189b1e881be584447a07a42079fce (diff) |
Fix build of ostree on host system
Host systems without gobject-introspection natively will fail the build.
Add the proper dependencies and wrappers to the recipe.
Fixes:
tmp/sysroots/x86_64-linux/usr/bin/g-ir-compiler --includedir=. OSTree-1.0.gir -o OSTree-1.0.typelib
| Could not find GIR file 'Gio-2.0.gir'; check XDG_DATA_DIRS or use --includedir
| error parsing file OSTree-1.0.gir: Failed to parse included gir Gio-2.0
Change-Id: I2ae926c10aec0bb93c25707917f47ea22da3b870
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-sota/recipes-sota')
-rw-r--r-- | meta-sota/recipes-sota/ostree/ostree_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-sota/recipes-sota/ostree/ostree_git.bb b/meta-sota/recipes-sota/ostree/ostree_git.bb index 72eaf56..1b97e13 100644 --- a/meta-sota/recipes-sota/ostree/ostree_git.bb +++ b/meta-sota/recipes-sota/ostree/ostree_git.bb @@ -2,7 +2,7 @@ SUMMARY = "Tool for managing bootable, immutable, versioned filesystem trees" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" -inherit autotools-brokensep pkgconfig systemd +inherit autotools-brokensep pkgconfig systemd gobject-introspection INHERIT_remove_class-native = "systemd" |