Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] kmod: fix git repo URL
@ 2012-11-19 14:12 Eric Bénard
  2012-11-22 10:15 ` Eric Bénard
  0 siblings, 1 reply; 6+ messages in thread
From: Eric Bénard @ 2012-11-19 14:12 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Eric Bénard <eric@eukrea.com>
---
 meta/recipes-kernel/kmod/kmod.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc
index e4b4a98..3cd963f 100644
--- a/meta/recipes-kernel/kmod/kmod.inc
+++ b/meta/recipes-kernel/kmod/kmod.inc
@@ -17,7 +17,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
                    "
 inherit autotools gtk-doc
 
-SRC_URI = "git://git.profusion.mobi/kmod.git;protocol=git;branch=master \
+SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \
            file://depmod-search.conf \
            file://0001-man-disable-man-page-generation-because-we-don-t-hav.patch \
           "
-- 
1.7.7.6




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

* Re: [PATCH] kmod: fix git repo URL
  2012-11-19 14:12 [PATCH] kmod: fix git repo URL Eric Bénard
@ 2012-11-22 10:15 ` Eric Bénard
  2012-11-26  7:59   ` Eric Bénard
  0 siblings, 1 reply; 6+ messages in thread
From: Eric Bénard @ 2012-11-22 10:15 UTC (permalink / raw)
  To: Saul Wold; +Cc: openembedded-core

Hi Saul,

is it possible to include this patch in danny as it fix a fetching
error ?
In master that's commit 156e0fca979585f72323041f8d8aeafcbd43dfc3

Thanks
Eric

Le Mon, 19 Nov 2012 15:12:53 +0100,
Eric Bénard <eric@eukrea.com> a écrit :

> Signed-off-by: Eric Bénard <eric@eukrea.com>
> ---
>  meta/recipes-kernel/kmod/kmod.inc |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc
> index e4b4a98..3cd963f 100644
> --- a/meta/recipes-kernel/kmod/kmod.inc
> +++ b/meta/recipes-kernel/kmod/kmod.inc
> @@ -17,7 +17,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
>                     "
>  inherit autotools gtk-doc
>  
> -SRC_URI = "git://git.profusion.mobi/kmod.git;protocol=git;branch=master \
> +SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \
>             file://depmod-search.conf \
>             file://0001-man-disable-man-page-generation-because-we-don-t-hav.patch \
>            "




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

* Re: [PATCH] kmod: fix git repo URL
  2012-11-22 10:15 ` Eric Bénard
@ 2012-11-26  7:59   ` Eric Bénard
  2012-11-26 13:22     ` Burton, Ross
  0 siblings, 1 reply; 6+ messages in thread
From: Eric Bénard @ 2012-11-26  7:59 UTC (permalink / raw)
  To: openembedded-core

Hi,

Le Thu, 22 Nov 2012 11:15:52 +0100,
Eric Bénard <eric@eukrea.com> a écrit :
> is it possible to include this patch in danny as it fix a fetching
> error ?
> In master that's commit 156e0fca979585f72323041f8d8aeafcbd43dfc3
> 
this patch fix :
ERROR: Function failed: Fetcher failure for URL:
'git://git.profusion.mobi/kmod.git;protocol=git;branch=master'. Unable
to fetch URL from any source.

Is it possible to merge it into oe-core's danny branch ?

Thanks
Eric



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

* Re: [PATCH] kmod: fix git repo URL
  2012-11-26  7:59   ` Eric Bénard
@ 2012-11-26 13:22     ` Burton, Ross
  2012-11-26 13:31       ` Eric Bénard
  0 siblings, 1 reply; 6+ messages in thread
From: Burton, Ross @ 2012-11-26 13:22 UTC (permalink / raw)
  To: Eric Bénard; +Cc: openembedded-core

On 26 November 2012 07:59, Eric Bénard <eric@eukrea.com> wrote:
> Is it possible to merge it into oe-core's danny branch ?

Done locally for danny-next.

Ross



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

* Re: [PATCH] kmod: fix git repo URL
  2012-11-26 13:22     ` Burton, Ross
@ 2012-11-26 13:31       ` Eric Bénard
  2012-11-26 13:33         ` Burton, Ross
  0 siblings, 1 reply; 6+ messages in thread
From: Eric Bénard @ 2012-11-26 13:31 UTC (permalink / raw)
  To: Burton, Ross; +Cc: openembedded-core

Hi Ross,

Le Mon, 26 Nov 2012 13:22:02 +0000,
"Burton, Ross" <ross.burton@intel.com> a écrit :

> On 26 November 2012 07:59, Eric Bénard <eric@eukrea.com> wrote:
> > Is it possible to merge it into oe-core's danny branch ?
> 
> Done locally for danny-next.
> 
thanks, so you are the maintainer of danny-next ?

Eric



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

* Re: [PATCH] kmod: fix git repo URL
  2012-11-26 13:31       ` Eric Bénard
@ 2012-11-26 13:33         ` Burton, Ross
  0 siblings, 0 replies; 6+ messages in thread
From: Burton, Ross @ 2012-11-26 13:33 UTC (permalink / raw)
  To: Eric Bénard; +Cc: openembedded-core

On 26 November 2012 13:31, Eric Bénard <eric@eukrea.com> wrote:
> thanks, so you are the maintainer of danny-next ?

Indeed I am.

Ross



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

end of thread, other threads:[~2012-11-26 13:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-19 14:12 [PATCH] kmod: fix git repo URL Eric Bénard
2012-11-22 10:15 ` Eric Bénard
2012-11-26  7:59   ` Eric Bénard
2012-11-26 13:22     ` Burton, Ross
2012-11-26 13:31       ` Eric Bénard
2012-11-26 13:33         ` Burton, Ross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox