diff options
| -rw-r--r-- | meta-oe/recipes-support/fuse/fuse-2.9.2/aarch64.patch | 20 | ||||
| -rw-r--r-- | meta-oe/recipes-support/fuse/fuse_2.9.2.bb | 1 |
2 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/fuse/fuse-2.9.2/aarch64.patch b/meta-oe/recipes-support/fuse/fuse-2.9.2/aarch64.patch new file mode 100644 index 0000000000..180f544f40 --- /dev/null +++ b/meta-oe/recipes-support/fuse/fuse-2.9.2/aarch64.patch | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | Upstream-Status: Submitted | ||
| 2 | |||
| 3 | Signed-off-by: Riku Voipio <riku.voipio@linaro.org> | ||
| 4 | |||
| 5 | --- a/include/fuse_kernel.h | ||
| 6 | +++ b/include/fuse_kernel.h | ||
| 7 | @@ -88,12 +88,7 @@ | ||
| 8 | #ifndef _LINUX_FUSE_H | ||
| 9 | #define _LINUX_FUSE_H | ||
| 10 | |||
| 11 | -#include <sys/types.h> | ||
| 12 | -#define __u64 uint64_t | ||
| 13 | -#define __s64 int64_t | ||
| 14 | -#define __u32 uint32_t | ||
| 15 | -#define __s32 int32_t | ||
| 16 | -#define __u16 uint16_t | ||
| 17 | +#include <linux/types.h> | ||
| 18 | |||
| 19 | /* | ||
| 20 | * Version negotiation: | ||
diff --git a/meta-oe/recipes-support/fuse/fuse_2.9.2.bb b/meta-oe/recipes-support/fuse/fuse_2.9.2.bb index 23b944730e..b558c4dcfb 100644 --- a/meta-oe/recipes-support/fuse/fuse_2.9.2.bb +++ b/meta-oe/recipes-support/fuse/fuse_2.9.2.bb | |||
| @@ -9,6 +9,7 @@ PR = "r1" | |||
| 9 | 9 | ||
| 10 | SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/fuse-${PV}.tar.gz \ | 10 | SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/fuse-${PV}.tar.gz \ |
| 11 | file://gold-unversioned-symbol.patch \ | 11 | file://gold-unversioned-symbol.patch \ |
| 12 | file://aarch64.patch \ | ||
| 12 | " | 13 | " |
| 13 | SRC_URI[md5sum] = "7d80d0dc9cc2b9199a0c53787c151205" | 14 | SRC_URI[md5sum] = "7d80d0dc9cc2b9199a0c53787c151205" |
| 14 | SRC_URI[sha256sum] = "81a728fb3f87da33063068735e2fb7e2cd89df207d32687d3d3278385279cefc" | 15 | SRC_URI[sha256sum] = "81a728fb3f87da33063068735e2fb7e2cd89df207d32687d3d3278385279cefc" |
