blob: 7c20d9a683ee85ce94f137e9b27523c9eb0c2c2e [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "Test recipe for recipeutils.patch_recipe()"
2
3require recipeutils-test.inc
4
5LICENSE = "Proprietary"
6LIC_FILES_CHKSUM = "file://${WORKDIR}/somefile;md5=d41d8cd98f00b204e9800998ecf8427e"
7DEPENDS += "virtual/libx11"
8
9BBCLASSEXTEND = "native nativesdk"
10
11SRC_URI += "file://somefile"
12
13SRC_URI_append = " file://anotherfile"