diff mbox

[3/4] package/dvb-apps: bump version

Message ID 8ff24edea518d291706dddec42aa360cef4176ed.1385937338.git.yann.morin.1998@free.fr
State Accepted
Commit 9053a3455104a23dd618dd203bbb270a03f7d038
Headers show

Commit Message

Yann E. MORIN Dec. 1, 2013, 10:36 p.m. UTC
From: "Yann E. MORIN" <yann.morin.1998@free.fr>

Fixes for scanning DVBS, misc compiler warnings suppressed.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 package/dvb-apps/dvb-apps.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Arnout Vandecappelle Dec. 2, 2013, 9:14 p.m. UTC | #1
On 01/12/13 23:36, Yann E. MORIN wrote:
> From: "Yann E. MORIN" <yann.morin.1998@free.fr>
>
> Fixes for scanning DVBS, misc compiler warnings suppressed.
>
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> ---
>   package/dvb-apps/dvb-apps.mk | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/dvb-apps/dvb-apps.mk b/package/dvb-apps/dvb-apps.mk
> index 8cf6a79..e351258 100644
> --- a/package/dvb-apps/dvb-apps.mk
> +++ b/package/dvb-apps/dvb-apps.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>
> -DVB_APPS_VERSION        = 83c746462ccb
> +DVB_APPS_VERSION        = be76da69f250

  Didn't we agree to switch to full 40-character hashes? If it goes for 
git, it goes for hg as well, right? :-)

  Regards,
  Arnout

>   DVB_APPS_SITE           = http://linuxtv.org/hg/dvb-apps
>   DVB_APPS_SITE_METHOD    = hg
>
>
Yann E. MORIN Dec. 2, 2013, 9:21 p.m. UTC | #2
On 2013-12-02 22:14 +0100, Arnout Vandecappelle spake thusly:
> On 01/12/13 23:36, Yann E. MORIN wrote:
> >From: "Yann E. MORIN" <yann.morin.1998@free.fr>
> >
> >Fixes for scanning DVBS, misc compiler warnings suppressed.
> >
> >Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> >---
> >  package/dvb-apps/dvb-apps.mk | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> >diff --git a/package/dvb-apps/dvb-apps.mk b/package/dvb-apps/dvb-apps.mk
> >index 8cf6a79..e351258 100644
> >--- a/package/dvb-apps/dvb-apps.mk
> >+++ b/package/dvb-apps/dvb-apps.mk
> >@@ -4,7 +4,7 @@
> >  #
> >  ################################################################################
> >
> >-DVB_APPS_VERSION        = 83c746462ccb
> >+DVB_APPS_VERSION        = be76da69f250
> 
>  Didn't we agree to switch to full 40-character hashes? If it goes for git,
> it goes for hg as well, right? :-)

Yes, but that's all what Hg is giving me:
    $ hg id -i
    be76da69f250

OK, I got the full node, now:
    $ hg log -r tip --template '{node}\n'
    be76da69f250c4b96c4bc10cabafb061d299572e

Doh... :-(

OK, next time I bump it, I'll (try to remember to) use the full node.

Regards,
Yann E. MORIN.
Thomas Petazzoni Dec. 3, 2013, 9:14 a.m. UTC | #3
Dear Yann E. MORIN,

On Mon, 2 Dec 2013 22:21:58 +0100, Yann E. MORIN wrote:

> Yes, but that's all what Hg is giving me:
>     $ hg id -i
>     be76da69f250
> 
> OK, I got the full node, now:
>     $ hg log -r tip --template '{node}\n'
>     be76da69f250c4b96c4bc10cabafb061d299572e
> 
> Doh... :-(
> 
> OK, next time I bump it, I'll (try to remember to) use the full node.

An addition to the manual would be good, because if I had to find by
myself the hg command line to get the full node, it would take me quite
some time.

Thanks!

Thomas
Thomas Petazzoni Dec. 22, 2013, 6:28 p.m. UTC | #4
Dear Yann E. MORIN,

On Sun,  1 Dec 2013 23:36:06 +0100, Yann E. MORIN wrote:
> From: "Yann E. MORIN" <yann.morin.1998@free.fr>
> 
> Fixes for scanning DVBS, misc compiler warnings suppressed.
> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> ---
>  package/dvb-apps/dvb-apps.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

I don't know if it is happening since this bump, but there are some
dvb-apps build failure in the autobuilders:

  http://autobuild.buildroot.org/results/7f6/7f69d253ffcdd285ab73616c5748e46a796ebfb8/build-end.log

Care to have a look?

Thanks!

Thomas
Yann E. MORIN Dec. 22, 2013, 8:17 p.m. UTC | #5
Thomas, All,

On 2013-12-22 19:28 +0100, Thomas Petazzoni spake thusly:
> Dear Yann E. MORIN,
> 
> On Sun,  1 Dec 2013 23:36:06 +0100, Yann E. MORIN wrote:
> > From: "Yann E. MORIN" <yann.morin.1998@free.fr>
> > 
> > Fixes for scanning DVBS, misc compiler warnings suppressed.
> > 
> > Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> > ---
> >  package/dvb-apps/dvb-apps.mk | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> I don't know if it is happening since this bump, but there are some
> dvb-apps build failure in the autobuilders:
> 
>   http://autobuild.buildroot.org/results/7f6/7f69d253ffcdd285ab73616c5748e46a796ebfb8/build-end.log

Too old kernel headers:

util.c:184:7: error: 'SYS_TURBO' undeclared (first use in this function)
util.c:188:7: error: 'SYS_DVBT2' undeclared (first use in this function)
util.c:193:7: error: 'SYS_DVBC_ANNEX_A' undeclared (first use in this function)
util.c:194:7: error: 'SYS_DVBC_ANNEX_C' undeclared (first use in this function)
util.c:262:26: error: 'DTV_ENUM_DELSYS' undeclared (first use in this function)

Those were added back in 2011, between 2001-05-12 and 2011-12-17.

I don't know what to do about too old toolchains... :-/

Regards,
Yann E. MORIN.
diff mbox

Patch

diff --git a/package/dvb-apps/dvb-apps.mk b/package/dvb-apps/dvb-apps.mk
index 8cf6a79..e351258 100644
--- a/package/dvb-apps/dvb-apps.mk
+++ b/package/dvb-apps/dvb-apps.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-DVB_APPS_VERSION        = 83c746462ccb
+DVB_APPS_VERSION        = be76da69f250
 DVB_APPS_SITE           = http://linuxtv.org/hg/dvb-apps
 DVB_APPS_SITE_METHOD    = hg