| Submitter | Eric BENARD |
|---|---|
| Date | Nov. 19, 2012, 2:12 p.m. |
| Message ID | <1353334373-16509-1-git-send-email-eric@eukrea.com> |
| Download | mbox | patch |
| Permalink | /patch/39243/ |
| State | Accepted |
| Commit | 156e0fca979585f72323041f8d8aeafcbd43dfc3 |
| Headers | show |
Comments
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 \ > "
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
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
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
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
Patch
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 \ "
Signed-off-by: Eric Bénard <eric@eukrea.com> --- meta/recipes-kernel/kmod/kmod.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)