diff options
Diffstat (limited to 'meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/0003-Makefile.am-only-build-ubi-utils.patch')
| -rw-r--r-- | meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/0003-Makefile.am-only-build-ubi-utils.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/0003-Makefile.am-only-build-ubi-utils.patch b/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/0003-Makefile.am-only-build-ubi-utils.patch deleted file mode 100644 index 38ab7a91cb..0000000000 --- a/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/0003-Makefile.am-only-build-ubi-utils.patch +++ /dev/null | |||
| @@ -1,34 +0,0 @@ | |||
| 1 | From 139d93bc405272a3261d57be26da842e737fe4d0 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Andrea Adami <andrea.adami@gmail.com> | ||
| 3 | Date: Sun, 28 Jan 2018 23:10:34 +0100 | ||
| 4 | Subject: [PATCH] Makefile.am: only build ubi-utils | ||
| 5 | |||
| 6 | We only target the ubi-utils, static, small. | ||
| 7 | |||
| 8 | Upstream-Status: Inappropriate [embedded specific] | ||
| 9 | |||
| 10 | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> | ||
| 11 | --- | ||
| 12 | Makefile.am | 6 +++--- | ||
| 13 | 1 file changed, 3 insertions(+), 3 deletions(-) | ||
| 14 | |||
| 15 | diff --git a/Makefile.am b/Makefile.am | ||
| 16 | index 5a6e77c..98715dd 100644 | ||
| 17 | --- a/Makefile.am | ||
| 18 | +++ b/Makefile.am | ||
| 19 | @@ -34,9 +34,9 @@ EXTRA_DIST += $(GLOBAL_HEADER) $(GLOBAL_EXTRA) | ||
| 20 | |||
| 21 | include lib/Makemodule.am | ||
| 22 | include ubi-utils/Makemodule.am | ||
| 23 | -include misc-utils/Makemodule.am | ||
| 24 | -include nand-utils/Makemodule.am | ||
| 25 | -include nor-utils/Makemodule.am | ||
| 26 | +#include misc-utils/Makemodule.am | ||
| 27 | +#include nand-utils/Makemodule.am | ||
| 28 | +#include nor-utils/Makemodule.am | ||
| 29 | |||
| 30 | if BUILD_UBIFS | ||
| 31 | include ubifs-utils/Makemodule.am | ||
| 32 | -- | ||
| 33 | 2.7.4 | ||
| 34 | |||
