From: akuster808 <akuster808@gmail.com>
To: Otavio Salvador <otavio@ossystems.com.br>
Cc: OpenEmbedded Devel List <openembedded-devel@lists.openembedded.org>
Subject: Re: [PATCH 11/27] lvm2: add lvm.con to CONFFILES
Date: Sat, 27 Dec 2014 11:57:47 -0800 [thread overview]
Message-ID: <549F0F3B.4010901@gmail.com> (raw)
In-Reply-To: <CAP9ODKpBgYNd7+=D6+9LwP1ndYQ9w4cga2QVLxLfVJG74dSFEw@mail.gmail.com>
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 <akuster808@gmail.com> wrote:
>> From: Liu Jian <jian.liu@windriver.com>
>>
>> * 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 <jian.liu@windriver.com>
>> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
>> Signed-off-by: Armin Kuster <akuster808@gmail.com>
>> ---
>> 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
>>
>
>
>
next prev parent reply other threads:[~2014-12-27 19:57 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-27 17:21 [PATCH 00/27] [Dizzy-next] pull request Armin Kuster
2014-12-27 17:21 ` [PATCH 01/27] imagemagick: update URI to allow fetching current and previous releases Armin Kuster
2014-12-27 17:21 ` [PATCH 02/27] polarssl: add dependency openssl Armin Kuster
2014-12-27 17:21 ` [PATCH 03/27] postfix.inc: Remove references to buildmachine paths in target makedefs.out Armin Kuster
2014-12-27 17:21 ` [PATCH 04/27] samba: add winbind.service to winbind package Armin Kuster
2014-12-27 17:21 ` [PATCH 05/27] samba: fix error messages when startup samba service Armin Kuster
2014-12-27 17:21 ` [PATCH 06/27] dfu-util: Point to gitorious.org repository as gnumonks.org is down Armin Kuster
2014-12-27 17:21 ` [PATCH 07/27] rrdtool: inherit cpan-base to help build perl modules Armin Kuster
2014-12-27 17:21 ` [PATCH 08/27] rrdtool: add missing dependency on groff-native Armin Kuster
2014-12-27 17:21 ` [PATCH 09/27] glibmm: add perl to RDEPENDS_{PN}-dev Armin Kuster
2014-12-27 17:21 ` [PATCH 10/27] hostapd: several fixes for init script Armin Kuster
2014-12-27 17:21 ` [PATCH 11/27] lvm2: add lvm.con to CONFFILES Armin Kuster
2014-12-27 19:27 ` Otavio Salvador
2014-12-27 19:57 ` akuster808 [this message]
2014-12-27 19:59 ` Otavio Salvador
2014-12-27 17:21 ` [PATCH 12/27] iotop: Drop python-distutils from RDEPENDS Armin Kuster
2014-12-27 17:22 ` [PATCH 13/27] sethdlc: fix host contamination Armin Kuster
2014-12-27 17:22 ` [PATCH 14/27] xserver-common: disable TCP connections Armin Kuster
2014-12-27 17:22 ` [PATCH 15/27] libcanberra: fix installed-vs-shipped warning Armin Kuster
2014-12-27 17:22 ` [PATCH 16/27] libnet-ssleay-perl: avoid host contamination Armin Kuster
2014-12-27 17:22 ` [PATCH 17/27] meta-gnome: fix typo of directory name Armin Kuster
2014-12-27 17:22 ` [PATCH 18/27] libhugetlbfs: Make cross-devel recognize all ix86 arches Armin Kuster
2014-12-27 17:22 ` [PATCH 19/27] libhugetlbfs: Fix page size & text offset for arm arches Armin Kuster
2014-12-27 17:22 ` [PATCH 20/27] obexd: conflict with bluez5 Armin Kuster
2014-12-27 17:22 ` [PATCH 21/27] obex-data-server: " Armin Kuster
2014-12-27 17:22 ` [PATCH 22/27] enca: fix broken automake Armin Kuster
2014-12-27 17:22 ` [PATCH 23/27] rfkill: fix the SRC_URI Armin Kuster
2014-12-27 17:22 ` [PATCH 24/27] PNBLACKLIST: use weak assignments Armin Kuster
2014-12-27 17:22 ` [PATCH 25/27] mplayer2: use autotools-brokensep (B = S) Armin Kuster
2014-12-27 17:22 ` [PATCH 26/27] mplayer2: cleanup empty directories Armin Kuster
2014-12-27 17:22 ` [PATCH 27/27] xf86-video-glamo: fix build with xserver 1.16 Armin Kuster
2014-12-27 17:45 ` Martin Jansa
2014-12-27 19:53 ` akuster808
2014-12-27 19:30 ` [PATCH 00/27] [Dizzy-next] pull request Otavio Salvador
2014-12-27 19:33 ` Philip Balister
2014-12-27 19:48 ` akuster808
2014-12-27 21:46 ` Philip Balister
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=549F0F3B.4010901@gmail.com \
--to=akuster808@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
--cc=otavio@ossystems.com.br \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.