summaryrefslogtreecommitdiffstats
path: root/recipes-containers/vcontainer/vcontainer-tarball.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/vcontainer/vcontainer-tarball.bb')
-rw-r--r--recipes-containers/vcontainer/vcontainer-tarball.bb3
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/"
27LICENSE = "MIT" 27LICENSE = "MIT"
28LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" 28LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
29 29
30# file:// SRC_URI entries land directly in UNPACKDIR, not a subdirectory
31S = "${UNPACKDIR}"
32
30# Use our custom SDK installer template with vcontainer-specific messages 33# Use our custom SDK installer template with vcontainer-specific messages
31FILESEXTRAPATHS:prepend := "${THISDIR}/files:" 34FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
32TOOLCHAIN_SHAR_EXT_TMPL = "${THISDIR}/files/toolchain-shar-extract.sh" 35TOOLCHAIN_SHAR_EXT_TMPL = "${THISDIR}/files/toolchain-shar-extract.sh"