mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 12:47:39 +00: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 5479654eeaaa0f81bfff54ca49369c87f1658705. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
dbe48de0a5
commit
2869b56efa
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user