mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
a5cea4c0b4
Several recipes have S pointing at a directory that does not exist. Set S in these cases to somethig valid making the metadata and recipe behaviour more consistent. Tweak one of the QA test diff offsets to match the changed recipe. (From OE-Core rev: 22f1f5849a9a3bf287dbe8933546e52e39ddc86e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
359 B
BlitzBasic
17 lines
359 B
BlitzBasic
SUMMARY = "Test recipe for recipeutils.patch_recipe()"
|
|
|
|
require recipeutils-test.inc
|
|
|
|
LICENSE = "HPND"
|
|
LIC_FILES_CHKSUM = "file://${UNPACKDIR}/somefile;md5=d41d8cd98f00b204e9800998ecf8427e"
|
|
DEPENDS += "zlib"
|
|
|
|
S = "${WORKDIR}/sources"
|
|
UNPACKDIR = "${S}"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
SRC_URI += "file://somefile"
|
|
|
|
SRC_URI:append = " file://anotherfile"
|