diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2018-05-23 14:49:02 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2018-05-23 14:49:02 +0200 |
commit | a1fbc691aefbc2b29476b5561bd2e7220217235b (patch) | |
tree | 6479acdb5237868d36e85d7232ac5a712cd590f2 /recipes-sota/ostree | |
parent | 164e73cd749320ca25477406f409a826fc6ac5b6 (diff) | |
download | meta-updater-a1fbc691aefbc2b29476b5561bd2e7220217235b.tar.gz |
ostree: Don't use autotools-brokensep.
The only reason we needed it was because of a relative path that I've
now made absolute.
Diffstat (limited to 'recipes-sota/ostree')
-rw-r--r-- | recipes-sota/ostree/ostree_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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" | |||
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 gobject-introspection | 5 | inherit autotools pkgconfig systemd gobject-introspection |
6 | 6 | ||
7 | INHERIT_remove_class-native = "systemd" | 7 | INHERIT_remove_class-native = "systemd" |
8 | 8 | ||
@@ -49,7 +49,7 @@ export STAGING_LIBDIR | |||
49 | 49 | ||
50 | do_configure() { | 50 | do_configure() { |
51 | unset docdir | 51 | unset docdir |
52 | NOCONFIGURE=1 ./autogen.sh | 52 | NOCONFIGURE=1 "${S}/autogen.sh" |
53 | oe_runconf | 53 | oe_runconf |
54 | } | 54 | } |
55 | 55 | ||