blob: 0cd0494da8fbbf57912ceb3e3ecdf7cf2a4b2b4a [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"
Brad Bishop64c979e2019-11-04 13:55:29 -05007DEPENDS += "zlib"
Brad Bishop19323692019-04-05 15:28:33 -04008
9BBCLASSEXTEND = "native nativesdk"
10
11SRC_URI += "file://somefile"
12
13SRC_URI_append = " file://anotherfile"