All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] libtdb: fix SRC_URI - http has gone
@ 2017-02-06 20:00 Andreas Müller
  2017-02-06 20:00 ` [PATCH 2/2] libtevent: " Andreas Müller
  2017-02-17  8:37 ` [PATCH 1/2] libtdb: " Andreas Müller
  0 siblings, 2 replies; 4+ messages in thread
From: Andreas Müller @ 2017-02-06 20:00 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 meta-networking/recipes-support/libtdb/libtdb_1.3.12.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/libtdb/libtdb_1.3.12.bb b/meta-networking/recipes-support/libtdb/libtdb_1.3.12.bb
index 3296bee..fa1f0c5 100644
--- a/meta-networking/recipes-support/libtdb/libtdb_1.3.12.bb
+++ b/meta-networking/recipes-support/libtdb/libtdb_1.3.12.bb
@@ -5,7 +5,7 @@ LICENSE = "LGPL-3.0+ & GPL-3.0+"
 LIC_FILES_CHKSUM = "file://tools/tdbdump.c;endline=18;md5=b59cd45aa8624578126a8c98f48018c4 \
                     file://include/tdb.h;endline=27;md5=f5bb544641d3081821bcc1dd58310be6"
 
-SRC_URI = "http://samba.org/ftp/tdb/tdb-${PV}.tar.gz \
+SRC_URI = "https://samba.org/ftp/tdb/tdb-${PV}.tar.gz \
            file://do-not-check-xsltproc-manpages.patch \
            file://tdb-Add-configure-options-for-packages.patch \
 "
-- 
2.9.3



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

* [PATCH 2/2] libtevent: fix SRC_URI - http has gone
  2017-02-06 20:00 [PATCH 1/2] libtdb: fix SRC_URI - http has gone Andreas Müller
@ 2017-02-06 20:00 ` Andreas Müller
  2017-02-17  8:37 ` [PATCH 1/2] libtdb: " Andreas Müller
  1 sibling, 0 replies; 4+ messages in thread
From: Andreas Müller @ 2017-02-06 20:00 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 meta-networking/recipes-support/libtevent/libtevent_0.9.31.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/libtevent/libtevent_0.9.31.bb b/meta-networking/recipes-support/libtevent/libtevent_0.9.31.bb
index 7939e03..f9657d2 100644
--- a/meta-networking/recipes-support/libtevent/libtevent_0.9.31.bb
+++ b/meta-networking/recipes-support/libtevent/libtevent_0.9.31.bb
@@ -6,7 +6,7 @@ LICENSE = "LGPLv3+"
 DEPENDS += "libtalloc"
 RDEPENDS_python-tevent = "python"
 
-SRC_URI = "http://samba.org/ftp/tevent/tevent-${PV}.tar.gz \
+SRC_URI = "https://samba.org/ftp/tevent/tevent-${PV}.tar.gz \
            file://tevent-Add-configure-options-for-packages.patch \
 "
 LIC_FILES_CHKSUM = "file://tevent.h;endline=26;md5=4e458d658cb25e21efc16f720e78b85a"
-- 
2.9.3



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

* Re: [PATCH 1/2] libtdb: fix SRC_URI - http has gone
  2017-02-06 20:00 [PATCH 1/2] libtdb: fix SRC_URI - http has gone Andreas Müller
  2017-02-06 20:00 ` [PATCH 2/2] libtevent: " Andreas Müller
@ 2017-02-17  8:37 ` Andreas Müller
  2017-02-17 22:02   ` Martin Jansa
  1 sibling, 1 reply; 4+ messages in thread
From: Andreas Müller @ 2017-02-17  8:37 UTC (permalink / raw)
  To: openembedded-devel

On Mon, Feb 6, 2017 at 9:00 PM, Andreas Müller
<schnitzeltony@googlemail.com> wrote:
> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> ---
>  meta-networking/recipes-support/libtdb/libtdb_1.3.12.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
ping - seems this series got lost - shall I resend?

Andreas


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

* Re: [PATCH 1/2] libtdb: fix SRC_URI - http has gone
  2017-02-17  8:37 ` [PATCH 1/2] libtdb: " Andreas Müller
@ 2017-02-17 22:02   ` Martin Jansa
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2017-02-17 22:02 UTC (permalink / raw)
  To: openembedded-devel

It's not lost, at least not completely, it waits in master-next for Joe to
merge it, because it's for meta-networking.

Maybe Joe missed it because he scans for [meta-networking] and your patches
are missing that in subject (I've noticed that you also often if not always
don't use [meta-oe] or [meta-xfce] which usually doesn't cause me troubles
to notice your patches, because I sort them all on patchwork, but it's
easier to miss for Joe.

Adding Joe to CC.

On Fri, Feb 17, 2017 at 9:37 AM, Andreas Müller <
schnitzeltony@googlemail.com> wrote:

> On Mon, Feb 6, 2017 at 9:00 PM, Andreas Müller
> <schnitzeltony@googlemail.com> wrote:
> > Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> > ---
> >  meta-networking/recipes-support/libtdb/libtdb_1.3.12.bb | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> ping - seems this series got lost - shall I resend?
>
> Andreas
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


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

end of thread, other threads:[~2017-02-17 22:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-06 20:00 [PATCH 1/2] libtdb: fix SRC_URI - http has gone Andreas Müller
2017-02-06 20:00 ` [PATCH 2/2] libtevent: " Andreas Müller
2017-02-17  8:37 ` [PATCH 1/2] libtdb: " Andreas Müller
2017-02-17 22:02   ` Martin Jansa

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.