* [meta-oe][PATCH] dnsmasq: upgrade 2.72->2.75
@ 2015-08-14 5:56 Lei Maohui
2015-09-15 1:58 ` Lei, Maohui
0 siblings, 1 reply; 5+ messages in thread
From: Lei Maohui @ 2015-08-14 5:56 UTC (permalink / raw)
To: openembedded-devel
-parallel-make.patch is not needed any more,so delete.
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
---
.../dnsmasq/dnsmasq/parallel-make.patch | 19 -------------------
.../recipes-support/dnsmasq/dnsmasq_2.72.bb | 10 ----------
.../recipes-support/dnsmasq/dnsmasq_2.75.bb | 9 +++++++++
3 files changed, 9 insertions(+), 29 deletions(-)
delete mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq/parallel-make.patch
delete mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq_2.72.bb
create mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq_2.75.bb
diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq/parallel-make.patch b/meta-networking/recipes-support/dnsmasq/dnsmasq/parallel-make.patch
deleted file mode 100644
index 6d5b722..0000000
--- a/meta-networking/recipes-support/dnsmasq/dnsmasq/parallel-make.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-The dnsmasq target depends on .configured and $(objs). .configured does an rm
--f *.o. Yet the only thing telling make to build the .configured target before
-the $(objs) target was the order of the dependencies of the dnsmasq target. We
-can't rely on that order when doing a paralllel make build, so add an explicit
-rule to enforce that order.
-
-Signed-off-by: Christopher Larson <chris_larson@mentor.com>
-Upstream-status: Pending
-
---- dnsmasq-2.68.orig/Makefile
-+++ dnsmasq-2.68/Makefile
-@@ -139,6 +139,8 @@ bloatcheck : $(BUILDDIR)/dnsmasq_baselin
- @rm -f *.o
- @touch $@
-
-+$(objs): .configured
-+
- $(objs:.o=.c) $(hdrs):
- ln -s $(top)/$(SRC)/$@ .
diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.72.bb b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.72.bb
deleted file mode 100644
index bd59194..0000000
--- a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.72.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-require dnsmasq.inc
-
-SRC_URI += "\
- file://parallel-make.patch \
- file://lua.patch \
-"
-
-SRC_URI[dnsmasq-2.72.md5sum] = "cf82f81cf09ad3d47612985012240483"
-SRC_URI[dnsmasq-2.72.sha256sum] = "635f1b47417d17cf32e45cfcfd0213ac39fd09918479a25373ba9b2ce4adc05d"
-
diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.75.bb b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.75.bb
new file mode 100644
index 0000000..a11aabb
--- /dev/null
+++ b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.75.bb
@@ -0,0 +1,9 @@
+require dnsmasq.inc
+
+SRC_URI += "\
+ file://lua.patch \
+"
+
+SRC_URI[dnsmasq-2.75.md5sum] = "d99ac126d4fe910c679d88430559669b"
+SRC_URI[dnsmasq-2.75.sha256sum] = "f8252c0a0ba162c2cd45f81140c7c17cc40a5fca2b869d1a420835b74acad294"
+
--
1.8.4.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [meta-oe][PATCH] dnsmasq: upgrade 2.72->2.75
2015-08-14 5:56 [meta-oe][PATCH] dnsmasq: upgrade 2.72->2.75 Lei Maohui
@ 2015-09-15 1:58 ` Lei, Maohui
2015-09-15 14:22 ` Joe MacDonald
0 siblings, 1 reply; 5+ messages in thread
From: Lei, Maohui @ 2015-09-15 1:58 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
Hi
Excuse me. This patch has been in master-next for a long time. Why not been merged into master?
Cheers
Lei
> -----Original Message-----
> From: Lei, Maohui
> Sent: Friday, August 14, 2015 1:57 PM
> To: openembedded-devel@lists.openembedded.org
> Cc: Lei, Maohui
> Subject: [oe] [meta-oe][PATCH] dnsmasq: upgrade 2.72->2.75
>
> -parallel-make.patch is not needed any more,so delete.
>
> Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
> ---
> .../dnsmasq/dnsmasq/parallel-make.patch | 19 -------------------
> .../recipes-support/dnsmasq/dnsmasq_2.72.bb | 10 ----------
> .../recipes-support/dnsmasq/dnsmasq_2.75.bb | 9 +++++++++
> 3 files changed, 9 insertions(+), 29 deletions(-) delete mode 100644
> meta-networking/recipes-support/dnsmasq/dnsmasq/parallel-make.patch
> delete mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq_2.72.bb
> create mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq_2.75.bb
>
> diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq/parallel-make.patch
> b/meta-networking/recipes-support/dnsmasq/dnsmasq/parallel-make.patch
> deleted file mode 100644
> index 6d5b722..0000000
> --- a/meta-networking/recipes-support/dnsmasq/dnsmasq/parallel-make.patch
> +++ /dev/null
> @@ -1,19 +0,0 @@
> -The dnsmasq target depends on .configured and $(objs). .configured does an rm --f *.o.
> Yet the only thing telling make to build the .configured target before -the $(objs) target
> was the order of the dependencies of the dnsmasq target. We -can't rely on that order
> when doing a paralllel make build, so add an explicit -rule to enforce that order.
> -
> -Signed-off-by: Christopher Larson <chris_larson@mentor.com>
> -Upstream-status: Pending
> -
> ---- dnsmasq-2.68.orig/Makefile
> -+++ dnsmasq-2.68/Makefile
> -@@ -139,6 +139,8 @@ bloatcheck : $(BUILDDIR)/dnsmasq_baselin
> - @rm -f *.o
> - @touch $@
> -
> -+$(objs): .configured
> -+
> - $(objs:.o=.c) $(hdrs):
> - ln -s $(top)/$(SRC)/$@ .
> diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.72.bb
> b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.72.bb
> deleted file mode 100644
> index bd59194..0000000
> --- a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.72.bb
> +++ /dev/null
> @@ -1,10 +0,0 @@
> -require dnsmasq.inc
> -
> -SRC_URI += "\
> - file://parallel-make.patch \
> - file://lua.patch \
> -"
> -
> -SRC_URI[dnsmasq-2.72.md5sum] = "cf82f81cf09ad3d47612985012240483"
> -SRC_URI[dnsmasq-2.72.sha256sum] =
> "635f1b47417d17cf32e45cfcfd0213ac39fd09918479a25373ba9b2ce4adc05d"
> -
> diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.75.bb
> b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.75.bb
> new file mode 100644
> index 0000000..a11aabb
> --- /dev/null
> +++ b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.75.bb
> @@ -0,0 +1,9 @@
> +require dnsmasq.inc
> +
> +SRC_URI += "\
> + file://lua.patch \
> +"
> +
> +SRC_URI[dnsmasq-2.75.md5sum] = "d99ac126d4fe910c679d88430559669b"
> +SRC_URI[dnsmasq-2.75.sha256sum] =
> "f8252c0a0ba162c2cd45f81140c7c17cc40a5fca2b869d1a420835b74acad294"
> +
> --
> 1.8.4.2
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-oe][PATCH] dnsmasq: upgrade 2.72->2.75
2015-09-15 1:58 ` Lei, Maohui
@ 2015-09-15 14:22 ` Joe MacDonald
2015-09-15 14:52 ` Martin Jansa
2015-09-16 8:09 ` Lei, Maohui
0 siblings, 2 replies; 5+ messages in thread
From: Joe MacDonald @ 2015-09-15 14:22 UTC (permalink / raw)
To: Lei, Maohui; +Cc: openembedded-devel@lists.openembedded.org
[-- Attachment #1: Type: text/plain, Size: 3809 bytes --]
Hi Lei,
[Re: [oe] [meta-oe][PATCH] dnsmasq: upgrade 2.72->2.75] On 15.09.15 (Tue 01:58) Lei, Maohui wrote:
> Hi
>
> Excuse me. This patch has been in master-next for a long time. Why not
> been merged into master?
Probably the same reason as why Kai's inetutils patch lingered on for so
long. Anything for meta-networking without a meta-networking tag in the
subject line has an elevated risk of being overlooked. Sorry about
that, it's been merged now.
-J.
>
>
> Cheers
> Lei
>
>
>
> > -----Original Message-----
> > From: Lei, Maohui
> > Sent: Friday, August 14, 2015 1:57 PM
> > To: openembedded-devel@lists.openembedded.org
> > Cc: Lei, Maohui
> > Subject: [oe] [meta-oe][PATCH] dnsmasq: upgrade 2.72->2.75
> >
> > -parallel-make.patch is not needed any more,so delete.
> >
> > Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
> > ---
> > .../dnsmasq/dnsmasq/parallel-make.patch | 19 -------------------
> > .../recipes-support/dnsmasq/dnsmasq_2.72.bb | 10 ----------
> > .../recipes-support/dnsmasq/dnsmasq_2.75.bb | 9 +++++++++
> > 3 files changed, 9 insertions(+), 29 deletions(-) delete mode 100644
> > meta-networking/recipes-support/dnsmasq/dnsmasq/parallel-make.patch
> > delete mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq_2.72.bb
> > create mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq_2.75.bb
> >
> > diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq/parallel-make.patch
> > b/meta-networking/recipes-support/dnsmasq/dnsmasq/parallel-make.patch
> > deleted file mode 100644
> > index 6d5b722..0000000
> > --- a/meta-networking/recipes-support/dnsmasq/dnsmasq/parallel-make.patch
> > +++ /dev/null
> > @@ -1,19 +0,0 @@
> > -The dnsmasq target depends on .configured and $(objs). .configured does an rm --f *.o.
> > Yet the only thing telling make to build the .configured target before -the $(objs) target
> > was the order of the dependencies of the dnsmasq target. We -can't rely on that order
> > when doing a paralllel make build, so add an explicit -rule to enforce that order.
> > -
> > -Signed-off-by: Christopher Larson <chris_larson@mentor.com>
> > -Upstream-status: Pending
> > -
> > ---- dnsmasq-2.68.orig/Makefile
> > -+++ dnsmasq-2.68/Makefile
> > -@@ -139,6 +139,8 @@ bloatcheck : $(BUILDDIR)/dnsmasq_baselin
> > - @rm -f *.o
> > - @touch $@
> > -
> > -+$(objs): .configured
> > -+
> > - $(objs:.o=.c) $(hdrs):
> > - ln -s $(top)/$(SRC)/$@ .
> > diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.72.bb
> > b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.72.bb
> > deleted file mode 100644
> > index bd59194..0000000
> > --- a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.72.bb
> > +++ /dev/null
> > @@ -1,10 +0,0 @@
> > -require dnsmasq.inc
> > -
> > -SRC_URI += "\
> > - file://parallel-make.patch \
> > - file://lua.patch \
> > -"
> > -
> > -SRC_URI[dnsmasq-2.72.md5sum] = "cf82f81cf09ad3d47612985012240483"
> > -SRC_URI[dnsmasq-2.72.sha256sum] =
> > "635f1b47417d17cf32e45cfcfd0213ac39fd09918479a25373ba9b2ce4adc05d"
> > -
> > diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.75.bb
> > b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.75.bb
> > new file mode 100644
> > index 0000000..a11aabb
> > --- /dev/null
> > +++ b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.75.bb
> > @@ -0,0 +1,9 @@
> > +require dnsmasq.inc
> > +
> > +SRC_URI += "\
> > + file://lua.patch \
> > +"
> > +
> > +SRC_URI[dnsmasq-2.75.md5sum] = "d99ac126d4fe910c679d88430559669b"
> > +SRC_URI[dnsmasq-2.75.sha256sum] =
> > "f8252c0a0ba162c2cd45f81140c7c17cc40a5fca2b869d1a420835b74acad294"
> > +
> > --
> > 1.8.4.2
>
--
-Joe MacDonald.
:wq
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 484 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-oe][PATCH] dnsmasq: upgrade 2.72->2.75
2015-09-15 14:22 ` Joe MacDonald
@ 2015-09-15 14:52 ` Martin Jansa
2015-09-16 8:09 ` Lei, Maohui
1 sibling, 0 replies; 5+ messages in thread
From: Martin Jansa @ 2015-09-15 14:52 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 4545 bytes --]
On Tue, Sep 15, 2015 at 10:22:49AM -0400, Joe MacDonald wrote:
> Hi Lei,
>
> [Re: [oe] [meta-oe][PATCH] dnsmasq: upgrade 2.72->2.75] On 15.09.15 (Tue 01:58) Lei, Maohui wrote:
>
> > Hi
> >
> > Excuse me. This patch has been in master-next for a long time. Why not
> > been merged into master?
>
> Probably the same reason as why Kai's inetutils patch lingered on for so
> long. Anything for meta-networking without a meta-networking tag in the
> subject line has an elevated risk of being overlooked. Sorry about
> that, it's been merged now.
Last 3 in meta-networking bundle, can you please update their status in
patchwork?
http://patchwork.openembedded.org/bundle/jama/meta-networking/?archive=both
Thanks
>
> -J.
>
> >
> >
> > Cheers
> > Lei
> >
> >
> >
> > > -----Original Message-----
> > > From: Lei, Maohui
> > > Sent: Friday, August 14, 2015 1:57 PM
> > > To: openembedded-devel@lists.openembedded.org
> > > Cc: Lei, Maohui
> > > Subject: [oe] [meta-oe][PATCH] dnsmasq: upgrade 2.72->2.75
> > >
> > > -parallel-make.patch is not needed any more,so delete.
> > >
> > > Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
> > > ---
> > > .../dnsmasq/dnsmasq/parallel-make.patch | 19 -------------------
> > > .../recipes-support/dnsmasq/dnsmasq_2.72.bb | 10 ----------
> > > .../recipes-support/dnsmasq/dnsmasq_2.75.bb | 9 +++++++++
> > > 3 files changed, 9 insertions(+), 29 deletions(-) delete mode 100644
> > > meta-networking/recipes-support/dnsmasq/dnsmasq/parallel-make.patch
> > > delete mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq_2.72.bb
> > > create mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq_2.75.bb
> > >
> > > diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq/parallel-make.patch
> > > b/meta-networking/recipes-support/dnsmasq/dnsmasq/parallel-make.patch
> > > deleted file mode 100644
> > > index 6d5b722..0000000
> > > --- a/meta-networking/recipes-support/dnsmasq/dnsmasq/parallel-make.patch
> > > +++ /dev/null
> > > @@ -1,19 +0,0 @@
> > > -The dnsmasq target depends on .configured and $(objs). .configured does an rm --f *.o.
> > > Yet the only thing telling make to build the .configured target before -the $(objs) target
> > > was the order of the dependencies of the dnsmasq target. We -can't rely on that order
> > > when doing a paralllel make build, so add an explicit -rule to enforce that order.
> > > -
> > > -Signed-off-by: Christopher Larson <chris_larson@mentor.com>
> > > -Upstream-status: Pending
> > > -
> > > ---- dnsmasq-2.68.orig/Makefile
> > > -+++ dnsmasq-2.68/Makefile
> > > -@@ -139,6 +139,8 @@ bloatcheck : $(BUILDDIR)/dnsmasq_baselin
> > > - @rm -f *.o
> > > - @touch $@
> > > -
> > > -+$(objs): .configured
> > > -+
> > > - $(objs:.o=.c) $(hdrs):
> > > - ln -s $(top)/$(SRC)/$@ .
> > > diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.72.bb
> > > b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.72.bb
> > > deleted file mode 100644
> > > index bd59194..0000000
> > > --- a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.72.bb
> > > +++ /dev/null
> > > @@ -1,10 +0,0 @@
> > > -require dnsmasq.inc
> > > -
> > > -SRC_URI += "\
> > > - file://parallel-make.patch \
> > > - file://lua.patch \
> > > -"
> > > -
> > > -SRC_URI[dnsmasq-2.72.md5sum] = "cf82f81cf09ad3d47612985012240483"
> > > -SRC_URI[dnsmasq-2.72.sha256sum] =
> > > "635f1b47417d17cf32e45cfcfd0213ac39fd09918479a25373ba9b2ce4adc05d"
> > > -
> > > diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.75.bb
> > > b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.75.bb
> > > new file mode 100644
> > > index 0000000..a11aabb
> > > --- /dev/null
> > > +++ b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.75.bb
> > > @@ -0,0 +1,9 @@
> > > +require dnsmasq.inc
> > > +
> > > +SRC_URI += "\
> > > + file://lua.patch \
> > > +"
> > > +
> > > +SRC_URI[dnsmasq-2.75.md5sum] = "d99ac126d4fe910c679d88430559669b"
> > > +SRC_URI[dnsmasq-2.75.sha256sum] =
> > > "f8252c0a0ba162c2cd45f81140c7c17cc40a5fca2b869d1a420835b74acad294"
> > > +
> > > --
> > > 1.8.4.2
> >
> --
> -Joe MacDonald.
> :wq
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-oe][PATCH] dnsmasq: upgrade 2.72->2.75
2015-09-15 14:22 ` Joe MacDonald
2015-09-15 14:52 ` Martin Jansa
@ 2015-09-16 8:09 ` Lei, Maohui
1 sibling, 0 replies; 5+ messages in thread
From: Lei, Maohui @ 2015-09-16 8:09 UTC (permalink / raw)
To: Joe MacDonald; +Cc: openembedded-devel@lists.openembedded.org
Hi Joe
> Probably the same reason as why Kai's inetutils patch lingered on for so long. Anything
> for meta-networking without a meta-networking tag in the subject line has an elevated risk
> of being overlooked.
Oh, sorry, I'll be careful next time.
〉Sorry about that, it's been merged now.
Thanks.
lei
> -----Original Message-----
> From: Joe MacDonald [mailto:Joe_MacDonald@mentor.com]
> Sent: Tuesday, September 15, 2015 10:23 PM
> To: Lei, Maohui
> Cc: openembedded-devel@lists.openembedded.org
> Subject: Re: [oe] [meta-oe][PATCH] dnsmasq: upgrade 2.72->2.75
>
> Hi Lei,
>
> [Re: [oe] [meta-oe][PATCH] dnsmasq: upgrade 2.72->2.75] On 15.09.15 (Tue 01:58) Lei,
> Maohui wrote:
>
> > Hi
> >
> > Excuse me. This patch has been in master-next for a long time. Why not
> > been merged into master?
>
> Probably the same reason as why Kai's inetutils patch lingered on for so long. Anything
> for meta-networking without a meta-networking tag in the subject line has an elevated risk
> of being overlooked. Sorry about that, it's been merged now.
>
> -J.
>
> >
> >
> > Cheers
> > Lei
> >
> >
> >
> > > -----Original Message-----
> > > From: Lei, Maohui
> > > Sent: Friday, August 14, 2015 1:57 PM
> > > To: openembedded-devel@lists.openembedded.org
> > > Cc: Lei, Maohui
> > > Subject: [oe] [meta-oe][PATCH] dnsmasq: upgrade 2.72->2.75
> > >
> > > -parallel-make.patch is not needed any more,so delete.
> > >
> > > Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
> > > ---
> > > .../dnsmasq/dnsmasq/parallel-make.patch | 19 -------------------
> > > .../recipes-support/dnsmasq/dnsmasq_2.72.bb | 10 ----------
> > > .../recipes-support/dnsmasq/dnsmasq_2.75.bb | 9 +++++++++
> > > 3 files changed, 9 insertions(+), 29 deletions(-) delete mode
> > > 100644
> > > meta-networking/recipes-support/dnsmasq/dnsmasq/parallel-make.patch
> > > delete mode 100644
> > > meta-networking/recipes-support/dnsmasq/dnsmasq_2.72.bb
> > > create mode 100644
> > > meta-networking/recipes-support/dnsmasq/dnsmasq_2.75.bb
> > >
> > > diff --git
> > > a/meta-networking/recipes-support/dnsmasq/dnsmasq/parallel-make.patc
> > > h
> > > b/meta-networking/recipes-support/dnsmasq/dnsmasq/parallel-make.patc
> > > h
> > > deleted file mode 100644
> > > index 6d5b722..0000000
> > > ---
> > > a/meta-networking/recipes-support/dnsmasq/dnsmasq/parallel-make.patc
> > > h
> > > +++ /dev/null
> > > @@ -1,19 +0,0 @@
> > > -The dnsmasq target depends on .configured and $(objs). .configured does an rm --f
> *.o.
> > > Yet the only thing telling make to build the .configured target
> > > before -the $(objs) target was the order of the dependencies of the
> > > dnsmasq target. We -can't rely on that order when doing a paralllel make build, so add
> an explicit -rule to enforce that order.
> > > -
> > > -Signed-off-by: Christopher Larson <chris_larson@mentor.com>
> > > -Upstream-status: Pending
> > > -
> > > ---- dnsmasq-2.68.orig/Makefile
> > > -+++ dnsmasq-2.68/Makefile
> > > -@@ -139,6 +139,8 @@ bloatcheck : $(BUILDDIR)/dnsmasq_baselin
> > > - @rm -f *.o
> > > - @touch $@
> > > -
> > > -+$(objs): .configured
> > > -+
> > > - $(objs:.o=.c) $(hdrs):
> > > - ln -s $(top)/$(SRC)/$@ .
> > > diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.72.bb
> > > b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.72.bb
> > > deleted file mode 100644
> > > index bd59194..0000000
> > > --- a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.72.bb
> > > +++ /dev/null
> > > @@ -1,10 +0,0 @@
> > > -require dnsmasq.inc
> > > -
> > > -SRC_URI += "\
> > > - file://parallel-make.patch \
> > > - file://lua.patch \
> > > -"
> > > -
> > > -SRC_URI[dnsmasq-2.72.md5sum] = "cf82f81cf09ad3d47612985012240483"
> > > -SRC_URI[dnsmasq-2.72.sha256sum] =
> > > "635f1b47417d17cf32e45cfcfd0213ac39fd09918479a25373ba9b2ce4adc05d"
> > > -
> > > diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.75.bb
> > > b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.75.bb
> > > new file mode 100644
> > > index 0000000..a11aabb
> > > --- /dev/null
> > > +++ b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.75.bb
> > > @@ -0,0 +1,9 @@
> > > +require dnsmasq.inc
> > > +
> > > +SRC_URI += "\
> > > + file://lua.patch \
> > > +"
> > > +
> > > +SRC_URI[dnsmasq-2.75.md5sum] = "d99ac126d4fe910c679d88430559669b"
> > > +SRC_URI[dnsmasq-2.75.sha256sum] =
> > > "f8252c0a0ba162c2cd45f81140c7c17cc40a5fca2b869d1a420835b74acad294"
> > > +
> > > --
> > > 1.8.4.2
> >
> --
> -Joe MacDonald.
> :wq
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-09-16 8:09 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-14 5:56 [meta-oe][PATCH] dnsmasq: upgrade 2.72->2.75 Lei Maohui
2015-09-15 1:58 ` Lei, Maohui
2015-09-15 14:22 ` Joe MacDonald
2015-09-15 14:52 ` Martin Jansa
2015-09-16 8:09 ` Lei, Maohui
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.