fix bech32 patching for libngu

This commit is contained in:
scgbckbone 2023-05-12 08:27:17 +02:00 committed by doc-hex
parent df39a9166a
commit 0f18c1fc59
3 changed files with 1 additions and 3 deletions

2
external/libngu vendored

@ -1 +1 @@
Subproject commit 7bdb03864630ff68b143e3e5b4521ca3ef6588cc
Subproject commit d8b4e2added17082c0b6cc091a400204c2098c8b

View File

@ -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

View File

@ -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