recipeutils-test_1.2.bb 319 B

12345678910111213
  1. SUMMARY = "Test recipe for recipeutils.patch_recipe()"
  2. require recipeutils-test.inc
  3. LICENSE = "Proprietary"
  4. LIC_FILES_CHKSUM = "file://${WORKDIR}/somefile;md5=d41d8cd98f00b204e9800998ecf8427e"
  5. DEPENDS += "zlib"
  6. BBCLASSEXTEND = "native nativesdk"
  7. SRC_URI += "file://somefile"
  8. SRC_URI_append = " file://anotherfile"