From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f169.google.com (mail-pd0-f169.google.com [209.85.192.169]) by mail.openembedded.org (Postfix) with ESMTP id 1972972886 for ; Sat, 27 Dec 2014 19:57:50 +0000 (UTC) Received: by mail-pd0-f169.google.com with SMTP id z10so14716967pdj.14 for ; Sat, 27 Dec 2014 11:57:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=KuaELkupHML/zFBxzxiCA/22e5mI08Gn9GGoMkUsUKs=; b=jTb5frcGb0lAmSu4OslDnqCPhESUuA+shQR4HLBXNhYIdM/QsBm4ft/BkMWcLuFmit WxoWnq4MjnUUJUz06up02jadMV6xklJJYiCeI9ZuUWoyxhm3RHxq/4cNB3UC8JWS4biV OAdqgu2Myun2v8MVjcE0Auq5qETkUO/qbxgv/Qi53AmPCJNuMVdo68i86lzmrrTZinbs PAxYAdXsAp6L63oeHLfjg/Mt1A0f9gSgVfY+7ZIn+7jgI3iyWo5ta/BKlhGDG3OYT7v7 s+rtoS3rFoVlqIxQ0YTLMQGJZw1ZtWeCppvinQZtooCJQ/kcwuic1UNGq0ICkgjpqKY0 6MdA== X-Received: by 10.68.129.6 with SMTP id ns6mr76575019pbb.137.1419710271559; Sat, 27 Dec 2014 11:57:51 -0800 (PST) Received: from ?IPv6:2601:c:a700:272f:fc52:df7d:daef:c441? ([2601:c:a700:272f:fc52:df7d:daef:c441]) by mx.google.com with ESMTPSA id kb16sm31493428pbb.34.2014.12.27.11.57.49 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 27 Dec 2014 11:57:50 -0800 (PST) Message-ID: <549F0F3B.4010901@gmail.com> Date: Sat, 27 Dec 2014 11:57:47 -0800 From: akuster808 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Otavio Salvador References: In-Reply-To: Cc: OpenEmbedded Devel List Subject: Re: [PATCH 11/27] lvm2: add lvm.con to CONFFILES X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Dec 2014 19:57:54 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hmm, I got it that way from Master. do we really fix that ? - armin On 12/27/2014 11:27 AM, Otavio Salvador wrote: > There is a typo in the short log. *conf*. > > On Sat, Dec 27, 2014 at 3:21 PM, Armin Kuster wrote: >> From: Liu Jian >> >> * Files will be over written when updating using rpm. >> >> * If there is no %config micro before the file in the spec file, >> this file will be over-written after updating this package >> using rpm. This will make our settings lost. >> >> Signed-off-by: Jian Liu >> Signed-off-by: Martin Jansa >> Signed-off-by: Armin Kuster >> --- >> meta-oe/recipes-support/lvm2/lvm2.inc | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc >> index 1bbb158..42f6e3a 100644 >> --- a/meta-oe/recipes-support/lvm2/lvm2.inc >> +++ b/meta-oe/recipes-support/lvm2/lvm2.inc >> @@ -48,3 +48,5 @@ FILES_${PN} += "${libdir}/device-mapper/*.so ${base_libdir}/udev" >> FILES_${PN}-dbg += "${libdir}/device-mapper/.debug" >> >> RDEPENDS_${PN} = "bash" >> + >> +CONFFILES_${PN} += "${sysconfdir}/lvm/lvm.conf" >> -- >> 1.9.1 >> > > >