fmt_7.1.3.bb 539 B

1234567891011121314151617
  1. SUMMARY = "open-source formatting library for C++"
  2. DESCRIPTION = "{fmt} is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams."
  3. HOMEPAGE = "https://fmt.dev"
  4. LICENSE = "MIT"
  5. LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=af88d758f75f3c5c48a967501f24384b"
  6. SRC_URI += "git://github.com/fmtlib/fmt"
  7. SRCREV = "7bdf0628b1276379886c7f6dda2cef2b3b374f0b"
  8. S = "${WORKDIR}/git"
  9. inherit cmake
  10. inherit ptest
  11. EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON"
  12. BBCLASSEXTEND = "native nativesdk"