[oe-commits] [meta-openembedded] 01/05: libowfat: fix sdk installation

git at git.openembedded.org git at git.openembedded.org
Fri Feb 28 15:02:17 UTC 2020


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

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 83070e7e8691188ce125f339ca5eb51b3c98bf0f
Author: André Draszik <andre.draszik at jci.com>
AuthorDate: Fri Feb 28 09:34:37 2020 +0000

    libowfat: fix sdk installation
    
    Building an SDK with this included fails:
     * calculate_dependencies_for: Cannot satisfy the following dependencies for ncp-dev:
     * 	libowfat (= 0.32-r0) *
     * opkg_solver_install: Cannot install package ncp-dev.
    
    libowfat only provides a static library, so there no
    ${PN} package is created by default.
    
    Add ALLOW_EMPTY_${PN} = "1" to allow creation of an empty
    ${PN} package.
    
    Signed-off-by: André Draszik <andre.draszik at jci.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-networking/recipes-support/ncp/libowfat_0.32.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-networking/recipes-support/ncp/libowfat_0.32.bb b/meta-networking/recipes-support/ncp/libowfat_0.32.bb
index 24f4135..d2f4df7 100644
--- a/meta-networking/recipes-support/ncp/libowfat_0.32.bb
+++ b/meta-networking/recipes-support/ncp/libowfat_0.32.bb
@@ -26,4 +26,6 @@ do_install() {
         MAN3DIR=${mandir}/man3
 }
 
+ALLOW_EMPTY_${PN} = "1"
+
 BBCLASSEXTEND = "native nativesdk"

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


More information about the Openembedded-commits mailing list