diff options
author | Randy MacLeod <Randy.MacLeod@windriver.com> | 2025-08-30 13:02:36 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-08 14:05:10 +0100 |
commit | 7cab6f4f0048b2a1cf15721a2ec53433731a5c9d (patch) | |
tree | b12c3a964bc300dadf58e599ade431e9ba5cf7ed /scripts/lib/buildstats.py | |
parent | a3c741b07cf1489e026375f263bf61e40937e0c5 (diff) | |
download | poky-7cab6f4f0048b2a1cf15721a2ec53433731a5c9d.tar.gz |
util-linux: include/mount-api-utils: avoid using sys/mount.h
Avoid compile error:
| In file included from /usr/include/linux/fs.h:19,
| from /usr/include/linux/btrfs.h:29,
| from ../sources/util-linux-2.41.1/libmount/src/btrfs.c:18:
| /usr/include/x86_64-linux-gnu/sys/mount.h:35:3: \
error: expected identifier before numeric constant
| 35 | MS_RDONLY = 1, /* Mount read-only. */
| | ^~~~~~~~~
This is seen on PopOS 22.04, an Ubuntu/Debian-based distro.
(From OE-Core rev: 67f17867c605bc0e1ca69ab9dec6209e85c38c1e)
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/buildstats.py')
0 files changed, 0 insertions, 0 deletions