libjxl: use nobranch=1 for SRC_URI

This commit is contained in:
Markus Volk 2022-01-08 08:53:12 +01:00
parent 8a49d4ea97
commit aca95edb72

View File

@ -9,7 +9,7 @@ inherit cmake pkgconfig
DEPENDS = "highway brotli"
SRC_URI = " \
gitsm://github.com/libjxl/libjxl.git;protocol=https;branch=v0.6.x \
gitsm://github.com/libjxl/libjxl.git;protocol=https;nobranch=1 \
"
PV = "0.6.1"
@ -35,3 +35,5 @@ EXTRA_OECMAKE = " \
CXXFLAGS:append:arm = " -mfp16-format=ieee"
do_compile[network] = "1"