From 83070e7e8691188ce125f339ca5eb51b3c98bf0f Mon Sep 17 00:00:00 2001 From: André Draszik Date: Fri, 28 Feb 2020 09:34:37 +0000 Subject: libowfat: fix sdk installation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Khem Raj --- meta-networking/recipes-support/ncp/libowfat_0.32.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-networking/recipes-support/ncp/libowfat_0.32.bb') diff --git a/meta-networking/recipes-support/ncp/libowfat_0.32.bb b/meta-networking/recipes-support/ncp/libowfat_0.32.bb index 24f413555..d2f4df78e 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" -- cgit v1.2.3-54-g00ecf