diff options
author | Juro Bystricky <juro.bystricky@intel.com> | 2017-03-15 15:13:38 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-16 17:36:10 +0000 |
commit | 562c184d52db2182eafde3cf9866606145784deb (patch) | |
tree | ba01da959776f463d908b9d207900cc34ba619a4 | |
parent | 376aa835dd70e646a00706272db6f5ac7f419ce7 (diff) | |
download | openembedded-core-562c184d52db2182eafde3cf9866606145784deb.tar.gz openembedded-core-562c184d52db2182eafde3cf9866606145784deb.tar.bz2 openembedded-core-562c184d52db2182eafde3cf9866606145784deb.zip |
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]
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/images/build-appliance-image_15.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/images/build-appliance-image_15.0.0.bb b/meta/recipes-core/images/build-appliance-image_15.0.0.bb index b1d2250eb5..5107246792 100644 --- a/meta/recipes-core/images/build-appliance-image_15.0.0.bb +++ b/meta/recipes-core/images/build-appliance-image_15.0.0.bb @@ -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" |