remove trezor submodule
This commit is contained in:
parent
c70878b54e
commit
7a6d90c55a
|
@ -9,9 +9,6 @@
|
||||||
[submodule "external/rapidjson"]
|
[submodule "external/rapidjson"]
|
||||||
path = external/rapidjson
|
path = external/rapidjson
|
||||||
url = https://github.com/Tencent/rapidjson
|
url = https://github.com/Tencent/rapidjson
|
||||||
[submodule "external/trezor-common"]
|
|
||||||
path = external/trezor-common
|
|
||||||
url = https://github.com/trezor/trezor-common.git
|
|
||||||
[submodule "external/RandomWOW"]
|
[submodule "external/RandomWOW"]
|
||||||
path = external/RandomWOW
|
path = external/RandomWOW
|
||||||
url = https://github.com/wownero/RandomWOW
|
url = https://github.com/wownero/RandomWOW
|
||||||
|
|
|
@ -212,7 +212,6 @@ if(NOT MANUAL_SUBMODULES)
|
||||||
check_submodule(external/miniupnp)
|
check_submodule(external/miniupnp)
|
||||||
check_submodule(external/unbound)
|
check_submodule(external/unbound)
|
||||||
check_submodule(external/rapidjson)
|
check_submodule(external/rapidjson)
|
||||||
check_submodule(external/trezor-common)
|
|
||||||
check_submodule(external/RandomWOW)
|
check_submodule(external/RandomWOW)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
1
PKGBUILD
1
PKGBUILD
|
@ -33,7 +33,6 @@ prepare() {
|
||||||
git config submodule.external/unbound.url "$srcdir/unbound"
|
git config submodule.external/unbound.url "$srcdir/unbound"
|
||||||
git config submodule.external/miniupnp.url "$srcdir/miniupnp"
|
git config submodule.external/miniupnp.url "$srcdir/miniupnp"
|
||||||
git config submodule.external/rapidjson.url "$srcdir/rapidjson"
|
git config submodule.external/rapidjson.url "$srcdir/rapidjson"
|
||||||
git config submodule.external/trezor-common.url "$srcdir/trezor-common"
|
|
||||||
git config submodule.external/RandomWOW.url "$srcdir/RandomWOW"
|
git config submodule.external/RandomWOW.url "$srcdir/RandomWOW"
|
||||||
git submodule update
|
git submodule update
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit bff7fdfe436c727982cc553bdfb29a9021b423b0
|
|
Loading…
Reference in New Issue