Tom Hochstein f21b1fee8b libcamera: Avoid build break in signature recalculation
The signature recalculation task can fail:
```
/.../build/tmp/work/armv8a-poky-linux/libcamera/1_0.0.4-r0/temp/run.do_recalculate_ipa_signatures_package.937421: line 154: /.../build/tmp/work/armv8a-poky-linux/libcamera/1_0.0.4-r0/git/src/ipa/ipa-sign-install.sh: No such file or directory
```

This happens whenever ${S} is removed and packages are retrieved from
sstate cache.

Instead of trying to fix the task, avoid the issue altogether by
performing the signature recalculation directly in do_package.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Acked-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit fe3a2def8838b734ba7f3fbe88172fedce721e75)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2023-10-12 09:58:05 -04:00
..
2022-06-05 17:32:28 -07:00
2023-05-23 08:48:17 -07:00
2023-05-17 17:43:11 -07:00
2021-08-03 10:21:25 -07:00
2022-03-24 09:45:25 -07:00
2023-03-07 15:00:10 -08:00
2023-08-05 09:29:56 -07:00
2023-05-17 17:57:36 -07:00
2020-07-28 12:52:14 -07:00
2023-09-10 06:49:11 -07:00