mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
Revert "rm_work: Stop appending _setscene to do_image_complete_setscene stamps"
Whilst this fixes the do_image_complete_setscene append problem, it creates a
new problem since the code can no longer reach the *do_package_setscene.*
code block below it. This breaks builds as per [YOCTO #12765]. Revert this
change in search of a better fix.
This reverts commit 5479654eea.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -53,10 +53,6 @@ do_rm_work () {
|
||||
*do_setscene*)
|
||||
break
|
||||
;;
|
||||
*_setscene*)
|
||||
i=dummy
|
||||
break
|
||||
;;
|
||||
*sigdata*|*sigbasedata*)
|
||||
i=dummy
|
||||
break
|
||||
@@ -93,6 +89,10 @@ do_rm_work () {
|
||||
i=dummy
|
||||
break
|
||||
;;
|
||||
*_setscene*)
|
||||
i=dummy
|
||||
break
|
||||
;;
|
||||
*$j|*$j.*)
|
||||
mv $i `echo $i | sed -e "s#${j}#${j}_setscene#"`
|
||||
i=dummy
|
||||
|
||||
Reference in New Issue
Block a user