diff options
author | André Draszik <andre.draszik@jci.com> | 2020-02-28 09:34:37 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-02-28 07:02:17 -0800 |
commit | 83070e7e8691188ce125f339ca5eb51b3c98bf0f (patch) | |
tree | 101ca1e73564fbfd4b700309c4a516c4c6ed4ebb /meta-networking/recipes-support | |
parent | f017ca0eea24580e4d82831ceef2746f8b26b8e3 (diff) | |
download | meta-openembedded-83070e7e8691188ce125f339ca5eb51b3c98bf0f.tar.gz |
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>
Diffstat (limited to 'meta-networking/recipes-support')
-rw-r--r-- | meta-networking/recipes-support/ncp/libowfat_0.32.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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() { | |||
26 | MAN3DIR=${mandir}/man3 | 26 | MAN3DIR=${mandir}/man3 |
27 | } | 27 | } |
28 | 28 | ||
29 | ALLOW_EMPTY_${PN} = "1" | ||
30 | |||
29 | BBCLASSEXTEND = "native nativesdk" | 31 | BBCLASSEXTEND = "native nativesdk" |