diff options
author | John Klug <john.klug@multitech.com> | 2020-09-03 15:01:58 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-11-12 09:29:22 -0600 |
commit | 142346225ec27540ff541e96a8b20019dfe3308f (patch) | |
tree | 99f40467438d50cbbc05001d9ebca6421fb136bd /recipes-core | |
parent | 348aa8a7c19fe809d8af7f452d532bfe97b0da02 (diff) | |
download | meta-mlinux-142346225ec27540ff541e96a8b20019dfe3308f.tar.gz meta-mlinux-142346225ec27540ff541e96a8b20019dfe3308f.tar.bz2 meta-mlinux-142346225ec27540ff541e96a8b20019dfe3308f.zip |
return not allowed
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/mlinux/mlinux-version.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/mlinux/mlinux-version.bb b/recipes-core/mlinux/mlinux-version.bb index 0c68942..924b3e0 100644 --- a/recipes-core/mlinux/mlinux-version.bb +++ b/recipes-core/mlinux/mlinux-version.bb @@ -37,7 +37,7 @@ pkg_postinst_${PN}() { # Not for image builds if [ -n "$D" ] ; then - return 0 + exit 0 fi # If this is mLinux, update the version |