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:
Richard Purdie
2018-06-19 11:07:43 +01:00
parent dbe48de0a5
commit 2869b56efa

View File

@@ -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