diff options
| -rw-r--r-- | meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Makefile-build-mktables-using-native-gcc.patch | 27 | ||||
| -rw-r--r-- | meta/recipes-devtools/btrfs-tools/btrfs-tools_4.20.1.bb | 1 |
2 files changed, 0 insertions, 28 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Makefile-build-mktables-using-native-gcc.patch b/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Makefile-build-mktables-using-native-gcc.patch deleted file mode 100644 index 467de32751..0000000000 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Makefile-build-mktables-using-native-gcc.patch +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 1 | From e58369f6d36bc51eb59d6afa34c1cae3ff0810ef Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | ||
| 3 | Date: Mon, 7 Aug 2017 14:10:38 +0300 | ||
| 4 | Subject: [PATCH] Makefile: build mktables using native gcc | ||
| 5 | |||
| 6 | It's a throwaway helper binary used during build, and so it needs to | ||
| 7 | be native. | ||
| 8 | |||
| 9 | Upstream-Status: Inappropriate [oe specific] | ||
| 10 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | ||
| 11 | --- | ||
| 12 | Makefile | 2 +- | ||
| 13 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 14 | |||
| 15 | Index: git/Makefile | ||
| 16 | =================================================================== | ||
| 17 | --- git.orig/Makefile | ||
| 18 | +++ git/Makefile | ||
| 19 | @@ -343,7 +343,7 @@ version.h: version.sh version.h.in confi | ||
| 20 | |||
| 21 | mktables: kernel-lib/mktables.c | ||
| 22 | @echo " [CC] $@" | ||
| 23 | - $(Q)$(CC) $(CFLAGS) $< -o $@ | ||
| 24 | + $(Q)$(BUILD_CC) $(BUILD_CFLAGS) $< -o $@ | ||
| 25 | |||
| 26 | # the target can be regenerated manually using mktables, but a local copy is | ||
| 27 | # kept so the build process is simpler | ||
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.20.1.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.20.1.bb index 1b4f515cb6..a6ca71d868 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.20.1.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.20.1.bb | |||
| @@ -16,7 +16,6 @@ RDEPENDS_${PN} = "libgcc" | |||
| 16 | 16 | ||
| 17 | SRCREV = "6c33832b8c7bf2d7b64d6aed023c0bda43a03311" | 17 | SRCREV = "6c33832b8c7bf2d7b64d6aed023c0bda43a03311" |
| 18 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \ | 18 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \ |
| 19 | file://0001-Makefile-build-mktables-using-native-gcc.patch \ | ||
| 20 | file://0001-Add-LDFLAGS-when-building-libbtrfsutil.so.patch \ | 19 | file://0001-Add-LDFLAGS-when-building-libbtrfsutil.so.patch \ |
| 21 | file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \ | 20 | file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \ |
| 22 | " | 21 | " |
