libdigi: fix error building del-image-minimal-dev
nvram-dev package has a runtime dependence on libdigi: Collected errors: * satisfy_dependencies_for: Cannot satisfy the following dependencies for nvram-dev: * libdigi (= 1.0-del.r0) * * opkg_install_cmd: Cannot install package nvram-dev. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
3c7f94a880
commit
dfa2477dc1
|
|
@ -36,3 +36,7 @@ do_install() {
|
|||
install -m 0644 libdigi.a ${D}/usr/lib
|
||||
install -m 0644 cmdopt.h crc32.h digi-platforms.h log.h mem.h misc_helper.h ${D}/usr/include/libdigi
|
||||
}
|
||||
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue