From a1fbc691aefbc2b29476b5561bd2e7220217235b Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Wed, 23 May 2018 14:49:02 +0200 Subject: ostree: Don't use autotools-brokensep. The only reason we needed it was because of a relative path that I've now made absolute. --- recipes-sota/ostree/ostree_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-sota/ostree/ostree_git.bb') diff --git a/recipes-sota/ostree/ostree_git.bb b/recipes-sota/ostree/ostree_git.bb index cdcb485..bfe16e9 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" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" -inherit autotools-brokensep pkgconfig systemd gobject-introspection +inherit autotools pkgconfig systemd gobject-introspection INHERIT_remove_class-native = "systemd" @@ -49,7 +49,7 @@ export STAGING_LIBDIR do_configure() { unset docdir - NOCONFIGURE=1 ./autogen.sh + NOCONFIGURE=1 "${S}/autogen.sh" oe_runconf } -- cgit v1.2.3-54-g00ecf