From 142346225ec27540ff541e96a8b20019dfe3308f Mon Sep 17 00:00:00 2001 From: John Klug Date: Thu, 3 Sep 2020 15:01:58 -0500 Subject: return not allowed --- recipes-core/mlinux/mlinux-version.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-core') 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 -- cgit v1.2.3