diff options
author | Mingli Yu <Mingli.Yu@windriver.com> | 2018-09-13 17:34:52 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-09-14 19:01:41 -0700 |
commit | e6d2fc45e500b18851562a1f31c0cfc41f42cad6 (patch) | |
tree | 2725e6940bbe54971accc99873444426adf6ef6a /meta-python/recipes-devtools/python/python-pytest/pytest_version_fix.patch | |
parent | e04a0b57f3cbcedd2765ce6c7b2e9d5737827a51 (diff) | |
download | meta-openembedded-e6d2fc45e500b18851562a1f31c0cfc41f42cad6.tar.gz |
postfix: fix pkg_postinst_${PN}
"exit 0" will break the postinst logic
below the line "exit 0" such as:
===
update-alternatives --install /usr/sbin/sendmail sendmail /usr/sbin/sendmail.postfix 120
update-alternatives --install /usr/bin/mailq mailq /usr/bin/mailq.postfix 120
update-alternatives --install /usr/bin/newaliases newaliases /usr/bin/newaliases.postfix 120
===
It's enough to call "$INTERCEPT_DIR/postinst_intercept delay_to_first_boot ${PKG} mlprefix=${MLPREFIX}"
, so remove it to guarantee the postinstall logic is correct
Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pytest/pytest_version_fix.patch')
0 files changed, 0 insertions, 0 deletions