summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-13 12:52:04 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-15 08:40:09 +0000
commit5a9a7f5678c3776d2cdcc53ee8d398d06ee34433 (patch)
tree6595764de7ebe3cc03d9dd0b411182c346e128c7 /meta
parentcd69e50cf4555891322cafb97f6de95d3b2ffdb6 (diff)
downloadpoky-5a9a7f5678c3776d2cdcc53ee8d398d06ee34433.tar.gz
erofs-utils: Use __SANE_USERSPACE_TYPES__ on ppc64
ppc64 historically has used l64 for defining u64 types in kernel asm/types.h defaults to use l64 by default but kernel uses ll64 now a days, therefore lets use same int-ll64.h to provide these defines like other architectures (From OE-Core rev: 22f8a749fa956c82a0fe39eeb6948bd2068eb63a) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/erofs-utils/erofs-utils_1.4.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/erofs-utils/erofs-utils_1.4.bb b/meta/recipes-devtools/erofs-utils/erofs-utils_1.4.bb
index 16014d5b20..e5e19e75b4 100644
--- a/meta/recipes-devtools/erofs-utils/erofs-utils_1.4.bb
+++ b/meta/recipes-devtools/erofs-utils/erofs-utils_1.4.bb
@@ -22,4 +22,6 @@ PACKAGECONFIG[lz4] = "--enable-lz4,--disable-lz4,lz4"
22 22
23EXTRA_OECONF = "${PACKAGECONFIG_CONFARGS} --disable-fuse" 23EXTRA_OECONF = "${PACKAGECONFIG_CONFARGS} --disable-fuse"
24 24
25CFLAGS:append:powerpc64le = " -D__SANE_USERSPACE_TYPES__"
26
25BBCLASSEXTEND = "native nativesdk" 27BBCLASSEXTEND = "native nativesdk"