...
Codeblock | ||||
---|---|---|---|---|
| ||||
SRC_URI = "file://helloworld.c file://Makefile" |
SRC_URI = "file://helloworld.c file://Makefile"
UI Text Box | size | medium|||
---|---|---|---|---|
| ||||
SRC_URI = "file://helloworld.c file://Makefile" |
SRC_URI
contains a list of all sources needed by the recipe deliminated by spaces. Each source entry starts with its fetcher and then its source location.
...