mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-15 06:56:08 +00:00
sblim-sfcb: Fix target postinst
Separate out target specific postintalls into pkg_postinst_ontarget_PN Fixes /mnt/b/yoe/master/build/tmp/work/qemuarm64-yoe-linux/meta-oe-ptest-image/1.0-r0/rootfs//var/lib/opkg/info/sblim-sfcb.postinst: line 6: /usr/share/sfcb/genSslCert.sh: No such file or directory Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
fa9e5ed9f9
commit
09df8e6784
@ -69,10 +69,10 @@ do_install() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst_${PN} () {
|
pkg_postinst_${PN} () {
|
||||||
if [ x"$D" != "x" ]; then
|
$INTERCEPT_DIR/postinst_intercept delay_to_first_boot ${PKG} mlprefix=${MLPREFIX}
|
||||||
$INTERCEPT_DIR/postinst_intercept delay_to_first_boot ${PKG} mlprefix=${MLPREFIX}
|
}
|
||||||
fi
|
|
||||||
|
|
||||||
|
pkg_postinst_ontarget_${PN} () {
|
||||||
${datadir}/sfcb/genSslCert.sh ${sysconfdir}/sfcb
|
${datadir}/sfcb/genSslCert.sh ${sysconfdir}/sfcb
|
||||||
${bindir}/sfcbrepos -f
|
${bindir}/sfcbrepos -f
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user