mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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:
@@ -69,10 +69,10 @@ do_install() {
|
||||
}
|
||||
|
||||
pkg_postinst_${PN} () {
|
||||
if [ x"$D" != "x" ]; then
|
||||
$INTERCEPT_DIR/postinst_intercept delay_to_first_boot ${PKG} mlprefix=${MLPREFIX}
|
||||
fi
|
||||
$INTERCEPT_DIR/postinst_intercept delay_to_first_boot ${PKG} mlprefix=${MLPREFIX}
|
||||
}
|
||||
|
||||
pkg_postinst_ontarget_${PN} () {
|
||||
${datadir}/sfcb/genSslCert.sh ${sysconfdir}/sfcb
|
||||
${bindir}/sfcbrepos -f
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user