The postinstall for the opkg run-postinst hook checks for the existence of this file. We therefore ensure it always exists during image generation.
Signed-off-by: Richard Purdie <[email protected]> --- meta/classes/package_ipk.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/package_ipk.bbclass b/meta/classes/package_ipk.bbclass index d003ae7..5873f71 100644 --- a/meta/classes/package_ipk.bbclass +++ b/meta/classes/package_ipk.bbclass @@ -85,6 +85,7 @@ package_install_internal_ipk() { local package_multilib="${INSTALL_PACKAGES_MULTILIB_IPK}" mkdir -p ${target_rootfs}${OPKGLIBDIR}/opkg + touch ${target_rootfs}${OPKGLIBDIR}/opkg/status local ipkg_args="${OPKG_ARGS}" -- 1.7.10.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
