mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
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 <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user