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@jci.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
André Draszik
2020-02-28 09:34:37 +00:00
committed by Khem Raj
parent f017ca0eea
commit 83070e7e86
@@ -26,4 +26,6 @@ do_install() {
MAN3DIR=${mandir}/man3
}
ALLOW_EMPTY_${PN} = "1"
BBCLASSEXTEND = "native nativesdk"