From: Romain Perier <romain.perier@gmail.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: "bitbake-devel@lists.openembedded.org"
<bitbake-devel@lists.openembedded.org>
Subject: Re: [PATCH V2] bitbake: bb.fetch2.git: Import errno module
Date: Sun, 20 Sep 2015 19:06:33 +0200 [thread overview]
Message-ID: <4572846161197673833@unknownmsgid> (raw)
In-Reply-To: <1442697816-11303-1-git-send-email-raj.khem@gmail.com>
Hi,
If this is the patch rebased on the bibake repo, thanks you. I am on
vacations these days ;)
Romain
> Le 19 sept. 2015 à 23:14, Khem Raj <raj.khem@gmail.com> a écrit :
>
> From: Romain Perier <romain.perier@gmail.com>
>
> Currently this module is dereferencing errno.ENOENT but the python module "errno"
> is not imported, which causes a crash when fetching from a git repository.
>
> Signed-off-by: Romain Perier <romain.perier@gmail.com>
> Acked-by: Christopher Larson <chris_larson@mentor.com>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
> lib/bb/fetch2/git.py | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/lib/bb/fetch2/git.py b/lib/bb/fetch2/git.py
> index 4a32a31..9c04da0 100644
> --- a/lib/bb/fetch2/git.py
> +++ b/lib/bb/fetch2/git.py
> @@ -69,6 +69,7 @@ Supported SRC_URI options are:
> import os
> import re
> import bb
> +import errno
> from bb import data
> from bb.fetch2 import FetchMethod
> from bb.fetch2 import runfetchcmd
> --
> 2.5.2
>
prev parent reply other threads:[~2015-09-20 17:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-19 21:23 [PATCH V2] bitbake: bb.fetch2.git: Import errno module Khem Raj
2015-09-20 17:06 ` Romain Perier [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4572846161197673833@unknownmsgid \
--to=romain.perier@gmail.com \
--cc=bitbake-devel@lists.openembedded.org \
--cc=raj.khem@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox