[yocto] [opkg-utils][PATCH 1/1] opkg-make-index: fix mis-indented else:

Richard Purdie richard.purdie at linuxfoundation.org
Wed Oct 24 04:14:42 PDT 2012


On Thu, 2012-10-04 at 18:29 +0200, Martin Jansa wrote:
> From: Marc Olzheim <marc at iphion.nl>
> 
> Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
> ---
>  opkg-make-index | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/opkg-make-index b/opkg-make-index
> index 1c3a8e1..44fa64d 100755
> --- a/opkg-make-index
> +++ b/opkg-make-index
> @@ -213,7 +213,7 @@ if filelist_filename:
>              (h,t) = os.path.split(fn)
>              if not t: continue
>              if t not in files: files[t] = name+':'+fn
> -        else: files[t] = files[t] + ',' + name+':'+fn
> +            else: files[t] = files[t] + ',' + name+':'+fn
>  
>      tmp_filelist_filename = ("%s.%d" % (filelist_filename, os.getpid()))
>      f = open(tmp_filelist_filename, "w")

Merged to master, thanks.

Richard




More information about the yocto mailing list