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 | 3946274f370a5b201219995fe1af1d304f10e987 (patch) | |
tree | 43c0bf98dcfde0cc100aadbcdbee244caf76f2d0 /recipes-sota/ostree | |
parent | 20f3a4c240e05f2817dba5e303d750f873c94068 (diff) | |
download | meta-updater-3946274f370a5b201219995fe1af1d304f10e987.tar.gz |
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 'recipes-sota/ostree')
-rw-r--r-- | recipes-sota/ostree/ostree_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-sota/ostree/ostree_git.bb b/recipes-sota/ostree/ostree_git.bb index 72eaf56..1b97e13 100644 --- a/recipes-sota/ostree/ostree_git.bb +++ b/recipes-sota/ostree/ostree_git.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Tool for managing bootable, immutable, versioned filesystem trees" | |||
2 | LICENSE = "GPLv2+" | 2 | LICENSE = "GPLv2+" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" |
4 | 4 | ||
5 | inherit autotools-brokensep pkgconfig systemd | 5 | inherit autotools-brokensep pkgconfig systemd gobject-introspection |
6 | 6 | ||
7 | INHERIT_remove_class-native = "systemd" | 7 | INHERIT_remove_class-native = "systemd" |
8 | 8 | ||