All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: "openembedded-commits@lists.openembedded.org"
	<openembedded-commits@lists.openembedded.org>
Subject: Re: [oe-commits] Cristian Iorga : musicpd: upgrade to 0.18.9
Date: Thu, 20 Mar 2014 11:55:10 +0100	[thread overview]
Message-ID: <20140320105510.GC3726@jama> (raw)
In-Reply-To: <969F26A8BAB325438E7EB80D3C3134FB16D65A80@IRSMSX105.ger.corp.intel.com>

[-- Attachment #1: Type: text/plain, Size: 4242 bytes --]

On Thu, Mar 20, 2014 at 06:59:13AM +0000, Iorga, Cristian wrote:
> Hi Martin,
> 
> Errr, what exactly is going on here?
> I have submitted this patch in a different form, with more content and more comments.

Stephen submitted upgrade from 0.18.4 to 0.18.8 before you and it was applied first.

So what was left from your patch after rebase was upgrade from 0.18.8 to
0.18.9.

If you don't agree I will merge just Stephen's patch and you can send
new one after rebasing it yourself.

Thanks

> That's one thing.
> Another thing would be that even if you signed my patch in a modified form, 5 minutes later, you signed another musicpd patch, going backwards from my version.
> Quote:
> " Module: meta-openembedded.git
> Branch: master-next
> Commit: dde222cef9bb8ef20d139ab58760b27c4d45c93a
> URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=dde222cef9bb8ef20d139ab58760b27c4d45c93a
> 
> Author: Stephen Arnold <stephen.arnold42@gmail.com>
> Date:   Sun Mar 16 17:52:47 2014 -0700
> 
> musicpd/mpd: bump to current upstream stable
> 
> Bump music player daemon to the latest upstream stable release.
> Same as previous 0.18.4 recipe with trivial updates.
> 
> Signed-off-by: Stephen Arnold <stephen.arnold42@gmail.com>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>"
> 
> The only thing, let's say improved, from my patch to Stephen's patch  would be the site URL.
> 
> So which one is it?
> Still, yet, no patch got into the master, while I am stuck with a bug that I have not caused and, still, seems that I am responsible for it.
> 
> Also, mpd v0.18.8 will still not fix the crash with libvorbis upgrade..
> 
> I must say that from my point of view this is getting counterproductive...
> 
> Regards,
> Cristian Iorga
> YP
> Intel Corporation
> 
> 
> -----Original Message-----
> From: openembedded-commits-bounces@lists.openembedded.org [mailto:openembedded-commits-bounces@lists.openembedded.org] On Behalf Of git@git.openembedded.org
> Sent: Tuesday, March 18, 2014 9:17 PM
> To: openembedded-commits@lists.openembedded.org
> Subject: [oe-commits] Cristian Iorga : musicpd: upgrade to 0.18.9
> 
> Module: meta-openembedded.git
> Branch: master-next
> Commit: 2e1305783023e6b0869e8ea12db25c53b803f545
> URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=2e1305783023e6b0869e8ea12db25c53b803f545
> 
> Author: Cristian Iorga <cristian.iorga@intel.com>
> Date:   Mon Mar 17 11:05:17 2014 +0200
> 
> musicpd: upgrade to 0.18.9
> 
> * Upgrade fixes a crash with libvorbis 1.3.4;
> 
> Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> 
> ---
> 
>  .../recipes-multimedia/musicpd/{mpd_0.18.8.bb => mpd_0.18.9.bb}       | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.18.8.bb b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.18.9.bb
> similarity index 93%
> rename from meta-multimedia/recipes-multimedia/musicpd/mpd_0.18.8.bb
> rename to meta-multimedia/recipes-multimedia/musicpd/mpd_0.18.9.bb
> index b6882af..c3bb581 100644
> --- a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.18.8.bb
> +++ b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.18.9.bb
> @@ -10,8 +10,8 @@ SRC_URI = " \
>      file://mpd.conf.in \
>  "
>  
> -SRC_URI[md5sum] = "7bbe1caf5abe404dc985ca4f44984b1f"
> -SRC_URI[sha256sum] = "5366378e548fb77996cc33b0e15165ddd84f1e496bdd04616bd593aecdc26450"
> +SRC_URI[md5sum] = "0e5156a831d4302d2032998bcfd5c36f"
> +SRC_URI[sha256sum] = "0d4d3e6977cb607419abbb14c63d1e2b982acb84cd2be5346f19de5f699a68de"
>  
>  inherit autotools useradd systemd
>  
> 
> -- 
> _______________________________________________
> Openembedded-commits mailing list
> Openembedded-commits@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-commits
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

  reply	other threads:[~2014-03-20 10:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20140318191639.8B05350385@opal>
2014-03-20  6:59 ` [oe-commits] Cristian Iorga : musicpd: upgrade to 0.18.9 Iorga, Cristian
2014-03-20 10:55   ` Martin Jansa [this message]
2014-03-20 11:27     ` Iorga, Cristian
2014-03-21 14:42       ` Stephen Arnold

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=20140320105510.GC3726@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-commits@lists.openembedded.org \
    --cc=openembedded-devel@lists.openembedded.org \
    /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 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.