diff mbox

[37/51] xbmc-addon-xvdr: Change comments on VERSION

Message ID 1414349157-22749-37-git-send-email-maxime.hadjinlian@gmail.com
State Rejected
Headers show

Commit Message

Maxime Hadjinlian Oct. 26, 2014, 6:45 p.m. UTC
The cset points actually to HEAD of the Gotham branch, change the
comment to reflect that.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/xbmc-addon-xvdr/xbmc-addon-xvdr.mk | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Comments

Yann E. MORIN Dec. 7, 2014, 11:21 p.m. UTC | #1
Maxime, All,

On 2014-10-26 19:45 +0100, Maxime Hadjinlian spake thusly:
> The cset points actually to HEAD of the Gotham branch, change the
> comment to reflect that.
> 
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/xbmc-addon-xvdr/xbmc-addon-xvdr.mk | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/package/xbmc-addon-xvdr/xbmc-addon-xvdr.mk b/package/xbmc-addon-xvdr/xbmc-addon-xvdr.mk
> index a4d9624..d51d2c5 100644
> --- a/package/xbmc-addon-xvdr/xbmc-addon-xvdr.mk
> +++ b/package/xbmc-addon-xvdr/xbmc-addon-xvdr.mk
> @@ -4,9 +4,8 @@
>  #
>  ################################################################################
>  
> -# This cset is on master. When a Gotham branch is made, we should
> -# follow it, as incompatible changes in the plugins API can happen
> -# on the master branch.
> +# This cset is the HEAD of the xbmc-gotham master. It will need to change when
> +# XBMC is updated.
>  XBMC_ADDON_XVDR_VERSION = 82b5093ad33847f97a978cb620c9a87d2dbcf7eb
>  XBMC_ADDON_XVDR_SITE = $(call github,pipelka,xbmc-addon-xvdr,$(XBMC_ADDON_XVDR_VERSION))
>  XBMC_ADDON_XVDR_LICENSE = GPLv2+
> -- 
> 2.1.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Thomas Petazzoni Jan. 15, 2015, 9:03 a.m. UTC | #2
Dear Maxime Hadjinlian,

On Sun, 26 Oct 2014 19:45:43 +0100, Maxime Hadjinlian wrote:
> The cset points actually to HEAD of the Gotham branch, change the
> comment to reflect that.
> 
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>  package/xbmc-addon-xvdr/xbmc-addon-xvdr.mk | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)

I've marked this patch as Rejected in patchwork, since the package has
seen then been renamed, updated, etc.

Feel free to send an updated patch if it's still needed.

Thanks,

Thomas
diff mbox

Patch

diff --git a/package/xbmc-addon-xvdr/xbmc-addon-xvdr.mk b/package/xbmc-addon-xvdr/xbmc-addon-xvdr.mk
index a4d9624..d51d2c5 100644
--- a/package/xbmc-addon-xvdr/xbmc-addon-xvdr.mk
+++ b/package/xbmc-addon-xvdr/xbmc-addon-xvdr.mk
@@ -4,9 +4,8 @@ 
 #
 ################################################################################
 
-# This cset is on master. When a Gotham branch is made, we should
-# follow it, as incompatible changes in the plugins API can happen
-# on the master branch.
+# This cset is the HEAD of the xbmc-gotham master. It will need to change when
+# XBMC is updated.
 XBMC_ADDON_XVDR_VERSION = 82b5093ad33847f97a978cb620c9a87d2dbcf7eb
 XBMC_ADDON_XVDR_SITE = $(call github,pipelka,xbmc-addon-xvdr,$(XBMC_ADDON_XVDR_VERSION))
 XBMC_ADDON_XVDR_LICENSE = GPLv2+