recipeutils-test_1.2.bb 245 B

12345678910111213
  1. SUMMARY = "Test recipe for recipeutils.patch_recipe()"
  2. require recipeutils-test.inc
  3. LICENSE = "Proprietary"
  4. DEPENDS += "virtual/libx11"
  5. BBCLASSEXTEND = "native nativesdk"
  6. SRC_URI += "file://somefile"
  7. SRC_URI_append = " file://anotherfile"