mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-10-22 23:32:16 +02:00
libcamera: Drop redundant fix
The fix is now in the base recipe. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
This commit is contained in:
parent
7df9e6c711
commit
34706bef2b
|
@ -1,18 +0,0 @@
|
|||
do_recalculate_ipa_signatures_package() {
|
||||
}
|
||||
|
||||
recalculate_ipa_signatures_package() {
|
||||
local modules
|
||||
for module in $(find ${PKGD}/usr/lib/libcamera -name "*.so.sign"); do
|
||||
module="${module%.sign}"
|
||||
if [ -f "${module}" ] ; then
|
||||
modules="${modules} ${module}"
|
||||
fi
|
||||
done
|
||||
|
||||
${S}/src/ipa/ipa-sign-install.sh ${B}/src/ipa-priv-key.pem "${modules}"
|
||||
}
|
||||
|
||||
do_package:append() {
|
||||
bb.build.exec_func("recalculate_ipa_signatures_package", d)
|
||||
}
|
Loading…
Reference in New Issue
Block a user