From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mail.openembedded.org (Postfix) with ESMTP id 7343B78650 for ; Wed, 22 Nov 2017 16:09:25 +0000 (UTC) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Nov 2017 08:09:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,436,1505804400"; d="scan'208";a="8316406" Received: from kanavin-desktop.fi.intel.com (HELO [10.237.68.161]) ([10.237.68.161]) by orsmga001.jf.intel.com with ESMTP; 22 Nov 2017 08:09:26 -0800 To: Ross Burton , openembedded-core@lists.openembedded.org References: <20171122160414.14093-1-ross.burton@intel.com> <20171122160414.14093-2-ross.burton@intel.com> From: Alexander Kanavin Message-ID: Date: Wed, 22 Nov 2017 18:09:48 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171122160414.14093-2-ross.burton@intel.com> Subject: Re: [PATCH 2/3] postinst: fix and simplify the postinst test recipe X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Nov 2017 16:09:26 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 11/22/2017 06:04 PM, Ross Burton wrote: > + if [ -n "$D" ]; then > + echo "Delaying ${PN}-delayed-b until first boot" > exit 1 > - fi I still think this 'exit 1' madness should be fixed. But maybe some other time. Alex