From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mail.openembedded.org (Postfix) with ESMTP id 5390B7FA95 for ; Mon, 28 Oct 2019 22:05:56 +0000 (UTC) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Oct 2019 15:05:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,241,1569308400"; d="scan'208";a="205294024" Received: from koernerm-mobl.ger.corp.intel.com (HELO blackadder.local) ([10.249.41.216]) by FMSMGA003.fm.intel.com with ESMTP; 28 Oct 2019 15:05:56 -0700 To: openembedded-core@lists.openembedded.org References: <1569304805-85150-1-git-send-email-changqing.li@windriver.com> <98ff244f-3fbb-ae80-788a-11b894eb18c7@windriver.com> From: Ross Burton Organization: Intel Corporation (UK) Ltd. - Co. Reg. #1134945 - Pipers Way, Swindon SN3 1RJ Message-ID: <19bed5c6-e500-d419-e8fa-8b1cf1d95068@intel.com> Date: Mon, 28 Oct 2019 22:05:55 +0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <98ff244f-3fbb-ae80-788a-11b894eb18c7@windriver.com> Subject: Re: [PATCH V2] mdadm: fix do_package failed when changed local.conf but not cleaned 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: Mon, 28 Oct 2019 22:05:56 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit On 08/10/2019 04:16, Changqing Li wrote: > Ping My previous comment still stands: Can't you just pass BINDIR=${base_sbindir} MANDIR=${docdir}/man UDEVDIR=${nonarch_base_libdir}/udev etc, instead of patching the makefile? Ross