libcereal_1.3.0.bb 453 B

1234567891011121314151617181920
  1. SUMMARY = "A C++11 library for serialization"
  2. HOMEPAGE = "https://uscilab.github.io/cereal/"
  3. SECTION = "libs"
  4. LICENSE = "BSD-3-Clause"
  5. LIC_FILES_CHKSUM = "file://LICENSE;md5=e612690af2f575dfd02e2e91443cea23"
  6. SRCREV = "02eace19a99ce3cd564ca4e379753d69af08c2c8"
  7. SRC_URI = "git://github.com/USCiLab/cereal.git"
  8. S = "${WORKDIR}/git"
  9. inherit cmake
  10. EXTRA_OECMAKE = "-DJUST_INSTALL_CEREAL=ON"
  11. ALLOW_EMPTY_${PN} = "1"
  12. BBCLASSEXTEND = "native nativesdk"