From 38f883909812a8ca6815431295c8a0fa4e92489d Mon Sep 17 00:00:00 2001 From: Gatis Paeglis Date: Thu, 25 Aug 2016 12:19:51 +0200 Subject: Disable use of O_TMPFILE by default It is not uncommon for embedded devices to use relatively older versions of the Linux kernel, where file systems do not support O_TMPFILE (since Linux 3.11) or implementations contain bugs (with fixes available in some > 3.11 version). Change-Id: Ic204bf6dcbdbcece87d42eea8eed9e114bd757ad Reviewed-by: Teemu Holappa --- recipes/ostree/ostree.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes') diff --git a/recipes/ostree/ostree.bb b/recipes/ostree/ostree.bb index c0ac11a..0fcb810 100644 --- a/recipes/ostree/ostree.bb +++ b/recipes/ostree/ostree.bb @@ -72,6 +72,7 @@ EXTRA_OECONF = "--with-dracut \ --enable-man=no \ --with-soup \ --with-static-prepare-root \ + --disable-otmpfile \ --enable-libsoup-client-certs" do_configure_prepend() { -- cgit v1.2.3-54-g00ecf