diff --git a/meta-oe/recipes-support/avro/avro-c++_1.12.1.bb b/meta-oe/recipes-support/avro/avro-c++_1.12.1.bb index fdc7303280..e5368a3d43 100644 --- a/meta-oe/recipes-support/avro/avro-c++_1.12.1.bb +++ b/meta-oe/recipes-support/avro/avro-c++_1.12.1.bb @@ -5,26 +5,18 @@ SECTION = "libs" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=34cb96edab958a981837bf6f44bf654d" -DEPENDS = "boost" +DEPENDS = "boost fmt" SRC_URI = "git://github.com/apache/avro.git;branch=branch-1.12;protocol=https;name=avro-c++;tag=release-${PV} \ - git://github.com/fmtlib/fmt.git;branch=10.x;protocol=https;name=fmt;destsuffix=_deps/fmt-src \ " -SRCREV_FORMAT = "avro-c++_fmt" SRCREV_avro-c++ = "9110c693767c1dde2665b2b57939333478b12036" -# Tag 10.2.1 -SRCREV_fmt = "e69e5f977d458f2650bb346dadf2ad30c5320281" S = "${UNPACKDIR}/${BP}/lang/c++" inherit cmake pkgconfig EXTRA_OECMAKE += "-DAVRO_BUILD_TESTS=OFF" -do_configure:prepend() { - install -d ${B}/_deps - cp -r ${UNPACKDIR}/_deps/fmt-src ${B}/_deps/ -} # Workaround for 32-bit build failures due to -Werror: # 'useless-cast' in Symbol.cc and 'conversion' in FileStream.cc