blob: f6da97b2d4343b51a5acf686e8a52b3b90b467ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
SUMMARY = "Test recipe for recipeutils.patch_recipe()"
require recipeutils-test.inc
LICENSE = "Proprietary"
DEPENDS += "virtual/libx11"
BBCLASSEXTEND = "native nativesdk"
SRC_URI += "file://somefile"
SRC_URI_append = " file://anotherfile"
|