All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] resolvconf: Install missing normalize-resolvconf file
@ 2022-06-20 13:13 Qorin
  2022-06-21  8:24 ` [OE-core] " Luca Ceresoli
  0 siblings, 1 reply; 4+ messages in thread
From: Qorin @ 2022-06-20 13:13 UTC (permalink / raw)
  To: openembedded-core; +Cc: Qorin

From: Qorin <qorin.qorinna@nl.abb.com>

It was moved to a separate file in version 1.90
---
 meta/recipes-connectivity/resolvconf/resolvconf_1.91.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.91.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.91.bb
index 94fd2c1a70..dba58ad2d6 100644
--- a/meta/recipes-connectivity/resolvconf/resolvconf_1.91.bb
+++ b/meta/recipes-connectivity/resolvconf/resolvconf_1.91.bb
@@ -25,6 +25,10 @@ UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/"
 
 inherit allarch
 
+# The normalize-resolvconf sed script uses /bin/sed on the shebang line.
+# Ignore the file-rdeps test to avoid having to add a runtime dependency on sed.
+INSANE_SKIP:${PN} += "file-rdeps"
+
 do_compile () {
 	:
 }
@@ -46,6 +50,7 @@ do_install () {
 	chown -R root:root ${D}${sysconfdir}/
 	install -m 0755 bin/resolvconf ${D}${base_sbindir}/
 	install -m 0755 bin/list-records ${D}${base_libdir}/${BPN}
+	install -m 0755 bin/normalize-resolvconf ${D}${base_libdir}/${BPN}
 	install -d ${D}/${sysconfdir}/network/if-up.d
 	install -m 0755 debian/resolvconf.000resolvconf.if-up ${D}/${sysconfdir}/network/if-up.d/000resolvconf
 	install -d ${D}/${sysconfdir}/network/if-down.d
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [OE-core] [PATCH] resolvconf: Install missing normalize-resolvconf file
  2022-06-20 13:13 [PATCH] resolvconf: Install missing normalize-resolvconf file Qorin
@ 2022-06-21  8:24 ` Luca Ceresoli
  2022-06-21  8:55   ` Qorin Wu
  0 siblings, 1 reply; 4+ messages in thread
From: Luca Ceresoli @ 2022-06-21  8:24 UTC (permalink / raw)
  To: Qorin Wu; +Cc: openembedded-core, Qorin

Hi Qorin,

On Mon, 20 Jun 2022 15:13:38 +0200
"Qorin Wu" <qorin.wu@gmail.com> wrote:

> From: Qorin <qorin.qorinna@nl.abb.com>
> 
> It was moved to a separate file in version 1.90

When sending a new version of a patch, please mark it as "v2", "v3"
etc. This is very easy to do with 'git format-patch' and 'git
send-email' by adding the '-v<NUMBER>' option.

Another thing you are required to do is to sign off your patches. Git
makes also this simple to do by adding '-s' to 'git commit'.

Thank you!
-- 
Luca Ceresoli, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [OE-core] [PATCH] resolvconf: Install missing normalize-resolvconf file
  2022-06-21  8:24 ` [OE-core] " Luca Ceresoli
@ 2022-06-21  8:55   ` Qorin Wu
  0 siblings, 0 replies; 4+ messages in thread
From: Qorin Wu @ 2022-06-21  8:55 UTC (permalink / raw)
  To: Luca Ceresoli; +Cc: openembedded-core, Qorin

[-- Attachment #1: Type: text/plain, Size: 724 bytes --]

Hi Luca,

done!

On Tue, Jun 21, 2022 at 10:24 AM Luca Ceresoli <luca.ceresoli@bootlin.com>
wrote:

> Hi Qorin,
>
> On Mon, 20 Jun 2022 15:13:38 +0200
> "Qorin Wu" <qorin.wu@gmail.com> wrote:
>
> > From: Qorin <qorin.qorinna@nl.abb.com>
> >
> > It was moved to a separate file in version 1.90
>
> When sending a new version of a patch, please mark it as "v2", "v3"
> etc. This is very easy to do with 'git format-patch' and 'git
> send-email' by adding the '-v<NUMBER>' option.
>
> Another thing you are required to do is to sign off your patches. Git
> makes also this simple to do by adding '-s' to 'git commit'.
>
> Thank you!
> --
> Luca Ceresoli, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
>

[-- Attachment #2: Type: text/html, Size: 1399 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] resolvconf: Install missing normalize-resolvconf file
@ 2022-06-20 13:12 Qorin
  0 siblings, 0 replies; 4+ messages in thread
From: Qorin @ 2022-06-20 13:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: Qorin

From: Qorin <qorin.qorinna@nl.abb.com>

It was moved to a separate file in version 1.90
---
 meta/recipes-connectivity/resolvconf/resolvconf_1.91.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.91.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.91.bb
index 94fd2c1a70..d2d9973852 100644
--- a/meta/recipes-connectivity/resolvconf/resolvconf_1.91.bb
+++ b/meta/recipes-connectivity/resolvconf/resolvconf_1.91.bb
@@ -9,7 +9,7 @@ LICENSE = "GPL-2.0-or-later"
 LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b"
 AUTHOR = "Thomas Hood"
 HOMEPAGE = "http://packages.debian.org/resolvconf"
-RDEPENDS:${PN} = "bash"
+RDEPENDS:${PN} = "bash sed"
 
 SRC_URI = "git://salsa.debian.org/debian/resolvconf.git;protocol=https;branch=unstable \
            file://99_resolvconf \
@@ -46,6 +46,7 @@ do_install () {
 	chown -R root:root ${D}${sysconfdir}/
 	install -m 0755 bin/resolvconf ${D}${base_sbindir}/
 	install -m 0755 bin/list-records ${D}${base_libdir}/${BPN}
+	install -m 0755 bin/normalize-resolvconf ${D}${base_libdir}/${BPN}
 	install -d ${D}/${sysconfdir}/network/if-up.d
 	install -m 0755 debian/resolvconf.000resolvconf.if-up ${D}/${sysconfdir}/network/if-up.d/000resolvconf
 	install -d ${D}/${sysconfdir}/network/if-down.d
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-06-21  8:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-20 13:13 [PATCH] resolvconf: Install missing normalize-resolvconf file Qorin
2022-06-21  8:24 ` [OE-core] " Luca Ceresoli
2022-06-21  8:55   ` Qorin Wu
  -- strict thread matches above, loose matches on Subject: below --
2022-06-20 13:12 Qorin

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.