From cbccd7974d44c38f7257f9bd71909505a0d1bb9f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 18 Apr 2013 13:29:33 +0000 Subject: package_ipk: Ensure the status file exists The postinstall for the opkg run-postinst hook checks for the existence of this file. We therefore ensure it always exists during image generation. (From OE-Core rev: 540cf355599e555615ed9684c3b480463588eb78) Signed-off-by: Richard Purdie --- meta/classes/package_ipk.bbclass | 1 + 1 file changed, 1 insertion(+) (limited to 'meta') diff --git a/meta/classes/package_ipk.bbclass b/meta/classes/package_ipk.bbclass index d003ae7e81..5873f71205 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}" -- cgit v1.2.3-54-g00ecf