Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | SUMMARY = "Test recipe for recipeutils.patch_recipe()" |
| 2 | |
| 3 | require recipeutils-test.inc |
| 4 | |
| 5 | LICENSE = "Proprietary" |
| 6 | LIC_FILES_CHKSUM = "file://${WORKDIR}/somefile;md5=d41d8cd98f00b204e9800998ecf8427e" |
Brad Bishop | 64c979e | 2019-11-04 13:55:29 -0500 | [diff] [blame] | 7 | DEPENDS += "zlib" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 8 | |
| 9 | BBCLASSEXTEND = "native nativesdk" |
| 10 | |
| 11 | SRC_URI += "file://somefile" |
| 12 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 13 | SRC_URI:append = " file://anotherfile" |