mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
rootfs_rpm: Workaround for checksum changes
With the new checksum changes, the system is no longer able to determine if the function resolve_package is used. So it doesn't get emitted. The workaround resolves this by triggering an exit 0, followed by a bogus usage of the function. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
This commit is contained in:
@@ -198,6 +198,10 @@ EOF
|
|||||||
rm -f ${IMAGE_ROOTFS}/install/install.manifest
|
rm -f ${IMAGE_ROOTFS}/install/install.manifest
|
||||||
|
|
||||||
log_check rootfs
|
log_check rootfs
|
||||||
|
|
||||||
|
# Workaround so the parser knows we need the resolve_package function!
|
||||||
|
exit 0
|
||||||
|
resolve_package foo || true
|
||||||
}
|
}
|
||||||
|
|
||||||
rootfs_rpm_log_check() {
|
rootfs_rpm_log_check() {
|
||||||
|
|||||||
Reference in New Issue
Block a user