[oe-commits] [openembedded-core] 03/12: buildtools-tarball: add nativesdk-rpcsvc-proto

git at git.openembedded.org git at git.openembedded.org
Sat Oct 20 16:16:43 UTC 2018


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 d09c1b51c687ff3ff01724aa10ebd2a9279b4b95
Author: Mingli Yu <Mingli.Yu at windriver.com>
AuthorDate: Fri Oct 19 10:37:23 2018 +0800

    buildtools-tarball: add nativesdk-rpcsvc-proto
    
    Fedora28 repackages rpcgen program to rpcgen
    package and the program will no longer be
    part of the glibc-common package.
    fedora 28:
    $ rpm -qf /usr/bin/rpcgen
    rpcgen-1.3.1-4.fc28.x86_64
    
    fedora 27:
    $ rpm -qf /usr/bin/rpcgen
    glibc-common-2.26-27.fc27.x86_64
    
    Once build a project on fedora28 host without
    installing the extra rpcgen package, there
    comes below error:
    ERROR: Unable to start bitbake server
    ERROR: Last 10 lines of server log for this session (/yocto/builds/upgrade2/bitbake-cookerdaemon.log):
        self.cooker = bb.cooker.BBCooker(self.configuration, self.featureset)
      File "/yocto/poky/bitbake/lib/bb/cooker.py", line 197, in __init__
        self.initConfigurationData()
      File "/yocto/poky/bitbake/lib/bb/cooker.py", line 356, in initConfigurationData
        self.databuilder.parseBaseConfiguration()
      File "/yocto/poky/bitbake/lib/bb/cookerdata.py", line 317, in parseBaseConfiguration
        raise bb.BBHandledException
    bb.BBHandledException
    ERROR: The following required tools (as specified by HOSTTOOLS) appear to be unavailable in PATH, please install them in order to proceed:
      rpcgen
    
    So add nativesdk-rpcsvc-proto to provide the
    program rpcgen to fix the gap.
    
    Signed-off-by: Mingli Yu <Mingli.Yu at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/meta/buildtools-tarball.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb
index 7ab7907..91df6f1 100644
--- a/meta/recipes-core/meta/buildtools-tarball.bb
+++ b/meta/recipes-core/meta/buildtools-tarball.bb
@@ -24,6 +24,7 @@ TOOLCHAIN_HOST_TASK ?= "\
     nativesdk-ca-certificates \
     nativesdk-texinfo \
     nativesdk-libnss-nis \
+    nativesdk-rpcsvc-proto \
     "
 
 MULTIMACH_TARGET_SYS = "${SDK_ARCH}-nativesdk${SDK_VENDOR}-${SDK_OS}"

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


More information about the Openembedded-commits mailing list