summaryrefslogtreecommitdiff
path: root/filesystems/mkspiffs/patches
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2019-10-07 10:13:16 +0000
committerbouyer <bouyer@pkgsrc.org>2019-10-07 10:13:16 +0000
commit8a37f990d93d05e1bb03ceeb572c25481de53170 (patch)
treebfb084e43406181c2550d00a4806e0b8adce7beb /filesystems/mkspiffs/patches
parent9db9a4a74a876e74b9b2560f93b535e2642492d6 (diff)
downloadpkgsrc-8a37f990d93d05e1bb03ceeb572c25481de53170.tar.gz
Add mkspiffs 0.2.3
Tool to build and unpack SPIFFS images. This package provides binaries built with the following configuration: mkspiffs-arduino-esp32: configuration compatible with the Espressif ESP32 arduino developpement environnement mkspiffs-arduino-esp8266: configuration compatible with the Espressif ESP8266 arduino developpement environnement mkspiffs-esp-idf: configuration compatible with the Espressif IoT Development Framework mkspiffs-generic: configuration using the default SPIFFS parameters
Diffstat (limited to 'filesystems/mkspiffs/patches')
-rw-r--r--filesystems/mkspiffs/patches/patch-Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/filesystems/mkspiffs/patches/patch-Makefile b/filesystems/mkspiffs/patches/patch-Makefile
new file mode 100644
index 00000000000..0e562bffd92
--- /dev/null
+++ b/filesystems/mkspiffs/patches/patch-Makefile
@@ -0,0 +1,16 @@
+$NetBSD: patch-Makefile,v 1.1 2019/10/07 10:13:16 bouyer Exp $
+
+don't rely on git to find the version
+
+--- Makefile.orig 2019-10-02 23:49:32.283894050 +0200
++++ Makefile 2019-10-02 23:50:23.808967927 +0200
+@@ -53,8 +53,7 @@
+ endif
+
+
+-VERSION ?= $(shell git describe --always)
+-SPIFFS_VERSION := $(shell git -C spiffs describe --tags || echo "unknown")
++SPIFFS_VERSION := $(VERSION)
+ BUILD_CONFIG_NAME ?= -generic
+
+ OBJ := main.o \