blob: dfaf67c9388a7a020b196c0fb03f9c38a8ec64bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SUMMARY = "Test recipe for recipeutils.patch_recipe()"
require recipeutils-test.inc
LICENSE = "HPND"
LIC_FILES_CHKSUM = "file://${UNPACKDIR}/somefile;md5=d41d8cd98f00b204e9800998ecf8427e"
DEPENDS += "zlib"
S = "${UNPACKDIR}"
BBCLASSEXTEND = "native nativesdk"
SRC_URI += "file://somefile"
SRC_URI:append = " file://anotherfile"
|