diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-03-16 20:51:31 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-03-16 21:04:42 +0000 |
| commit | f505ae07df8d8350b715fe20bdacfe3bcf1bf8c6 (patch) | |
| tree | f42d7d166f114568787f7fb277b1eb204224500e /recipes-containers | |
| parent | 4162f89853eeeec194530dfbbb2210143ede1ca9 (diff) | |
| download | meta-virtualization-master.tar.gz | |
The recipe only has file:// SRC_URI entries which unpack directly into
UNPACKDIR, not a ${BP} subdirectory. The new do_qa_unpack QA check in
insane.bbclass warns when S doesn't exist after unpack. Set S explicitly
to satisfy the check.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
| -rw-r--r-- | recipes-containers/vcontainer/vcontainer-tarball.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-containers/vcontainer/vcontainer-tarball.bb b/recipes-containers/vcontainer/vcontainer-tarball.bb index 432bea9a..ee3c1147 100644 --- a/recipes-containers/vcontainer/vcontainer-tarball.bb +++ b/recipes-containers/vcontainer/vcontainer-tarball.bb | |||
| @@ -27,6 +27,9 @@ HOMEPAGE = "https://git.yoctoproject.org/meta-virtualization/" | |||
| 27 | LICENSE = "MIT" | 27 | LICENSE = "MIT" |
| 28 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | 28 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" |
| 29 | 29 | ||
| 30 | # file:// SRC_URI entries land directly in UNPACKDIR, not a subdirectory | ||
| 31 | S = "${UNPACKDIR}" | ||
| 32 | |||
| 30 | # Use our custom SDK installer template with vcontainer-specific messages | 33 | # Use our custom SDK installer template with vcontainer-specific messages |
| 31 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 34 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 32 | TOOLCHAIN_SHAR_EXT_TMPL = "${THISDIR}/files/toolchain-shar-extract.sh" | 35 | TOOLCHAIN_SHAR_EXT_TMPL = "${THISDIR}/files/toolchain-shar-extract.sh" |
