mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
build-appliance-image: ensure pod2man present in BA
"pod2man" went missing from BA, but it is required.
This patch fixes the Toaster error:
<...>
ERROR: These tools appear to be unavailable in PATH, please install
them in order to proceed:
pod2man
<...>
[YOCTO#11144]
(From OE-Core rev: 562c184d52db2182eafde3cf9866606145784deb)
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
86bf67a4a5
commit
0d8ce95782
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d
|
||||
|
||||
IMAGE_INSTALL = "packagegroup-core-boot packagegroup-core-ssh-openssh packagegroup-self-hosted \
|
||||
kernel-dev kernel-devsrc connman connman-plugin-ethernet dhcp-client \
|
||||
tzdata python3-pip"
|
||||
tzdata python3-pip perl-misc"
|
||||
|
||||
IMAGE_FEATURES += "x11-base package-management splash"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user