diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-01-23 15:23:00 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-01-23 22:29:11 -0500 |
| commit | fc84ff38790294f4422c2f8b067fe351cd579e70 (patch) | |
| tree | bcde399ae55acf49746f12b18bb9ed1f2213fc3e | |
| parent | 6f7798cdd9c2ad3de09233d0ad210e7d25a15d42 (diff) | |
| download | meta-virtualization-fc84ff38790294f4422c2f8b067fe351cd579e70.tar.gz | |
vcontainer-tarball: add nativesdk-expect dependency
Add expect to the vcontainer SDK toolchain for interactive testing
and automation scripts.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -rw-r--r-- | recipes-containers/vcontainer/vcontainer-tarball.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-containers/vcontainer/vcontainer-tarball.bb b/recipes-containers/vcontainer/vcontainer-tarball.bb index edd788db..dc874557 100644 --- a/recipes-containers/vcontainer/vcontainer-tarball.bb +++ b/recipes-containers/vcontainer/vcontainer-tarball.bb | |||
| @@ -43,6 +43,7 @@ TOOLCHAIN_HOST_TASK = "\ | |||
| 43 | nativesdk-sdk-provides-dummy \ | 43 | nativesdk-sdk-provides-dummy \ |
| 44 | nativesdk-qemu-vcontainer \ | 44 | nativesdk-qemu-vcontainer \ |
| 45 | nativesdk-socat \ | 45 | nativesdk-socat \ |
| 46 | nativesdk-expect \ | ||
| 46 | " | 47 | " |
| 47 | 48 | ||
| 48 | # SDK naming and metadata | 49 | # SDK naming and metadata |
