[oe-commits] [openembedded-core] 08/52: build-appliance-image: ensure pod2man present in BA

git at git.openembedded.org git at git.openembedded.org
Thu Mar 16 17:38:41 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 562c184d52db2182eafde3cf9866606145784deb
Author: Juro Bystricky <juro.bystricky at intel.com>
AuthorDate: Wed Mar 15 15:13:38 2017 -0700

    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 at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/images/build-appliance-image_15.0.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 b1d2250..5107246 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list