cpp-example.inc 419 B

123456789101112131415161718192021222324
  1. #
  2. # Copyright OpenEmbedded Contributors
  3. #
  4. # SPDX-License-Identifier: MIT
  5. #
  6. LICENSE = "MIT"
  7. LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
  8. DEPENDS += "json-c"
  9. PV = "1.0"
  10. SRC_URI = "\
  11. file://cpp-example.cpp \
  12. file://cpp-example-lib.hpp \
  13. file://cpp-example-lib.cpp \
  14. file://test-cpp-example.cpp \
  15. file://run-ptest \
  16. "
  17. S = "${UNPACKDIR}"
  18. inherit ptest