fix bech32 patching for libngu
This commit is contained in:
parent
df39a9166a
commit
0f18c1fc59
2
external/libngu
vendored
2
external/libngu
vendored
@ -1 +1 @@
|
||||
Subproject commit 7bdb03864630ff68b143e3e5b4521ca3ef6588cc
|
||||
Subproject commit d8b4e2added17082c0b6cc091a400204c2098c8b
|
||||
@ -28,7 +28,6 @@ if ! touch repro-build.sh ; then
|
||||
git clone /work/src/.git firmware
|
||||
cd firmware/external
|
||||
git submodule update --init
|
||||
cd ../stm32
|
||||
rsync --ignore-missing-args -av /work/src/releases/20*.dfu ../releases
|
||||
fi
|
||||
|
||||
|
||||
@ -214,7 +214,6 @@ size:
|
||||
# one time setup, after repo checkout
|
||||
setup:
|
||||
cd $(MPY_TOP) ; git submodule update --init lib/stm32lib
|
||||
cd ../external/libngu/libs/bech32; git apply ../../bech32.patch || true
|
||||
cd ../external/libngu; make min-one-time
|
||||
cd $(MPY_TOP)/mpy-cross ; make
|
||||
-ln -s $(PORT_TOP) l-port
|
||||
|
||||
Loading…
Reference in New Issue
Block a user