public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: "Yi Zhao" <yi.zhao@windriver.com>
To: Khem Raj <raj.khem@gmail.com>, openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH] resolvconf: do not install dhclient hooks
Date: Mon, 2 Nov 2020 09:31:48 +0800	[thread overview]
Message-ID: <9ce2c532-b487-5adc-2890-5b41d854d42a@windriver.com> (raw)
In-Reply-To: <ca22dfdd-33da-f448-f21b-854c255561b4@gmail.com>


On 11/1/20 1:41 PM, Khem Raj wrote:
>
> On 10/30/20 1:58 AM, Yi Zhao wrote:
>> Do not install the dhclient hooks
>> /etc/dhcp/dhclient-enter-hooks.d/resolvconf because the dhclient has
>> been removed from oe-core.
>>
>> Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
>> ---
>>   meta/recipes-connectivity/resolvconf/resolvconf_1.83.bb | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.83.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.83.bb
>> index f0ffc82241..33ee553d19 100644
>> --- a/meta/recipes-connectivity/resolvconf/resolvconf_1.83.bb
>> +++ b/meta/recipes-connectivity/resolvconf/resolvconf_1.83.bb
>> @@ -43,7 +43,7 @@ do_install () {
>>   	ln -snf ${localstatedir}/run/${BPN} ${D}${sysconfdir}/${BPN}/run
>>   	install -d ${D}${sysconfdir} ${D}${base_sbindir}
>>   	install -d ${D}${mandir}/man8 ${D}${docdir}/${P}
>> -	cp -pPR etc/* ${D}${sysconfdir}/
>> +	cp -pPR etc/resolvconf ${D}${sysconfdir}/
> is this the only dir left to copy if we ignore dhcp/dhclient-enter-hooks.d ?

yes, there are only dhcp/ and resolvconf/ directories under /etc/.


//Yi

>
>>   	chown -R root:root ${D}${sysconfdir}/
>>   	install -m 0755 bin/resolvconf ${D}${base_sbindir}/
>>   	install -m 0755 bin/list-records ${D}${base_libdir}/${BPN}
>>
>>
>>
>> 
>>

      reply	other threads:[~2020-11-02  1:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-30  8:58 [PATCH] resolvconf: do not install dhclient hooks Yi Zhao
2020-11-01  5:41 ` [OE-core] " Khem Raj
2020-11-02  1:31   ` Yi Zhao [this message]

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=9ce2c532-b487-5adc-2890-5b41d854d42a@windriver.com \
    --to=yi.zhao@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox