cpp-example.inc 444 B

12345678910111213141516171819202122232425
  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 = "${WORKDIR}/sources"
  18. UNPACKDIR = "${S}"
  19. inherit ptest