diff mbox

[1/2] xenomai: bump to version 2.6.3

Message ID 1388250659-10192-1-git-send-email-romain.naour@openwide.fr
State Accepted
Headers show

Commit Message

Romain Naour Dec. 28, 2013, 5:10 p.m. UTC
Add --disable-doc-install to configure script.

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
---
 package/xenomai/xenomai.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Thomas Petazzoni Dec. 29, 2013, 11:10 a.m. UTC | #1
Dear Romain Naour,

On Sat, 28 Dec 2013 18:10:58 +0100, Romain Naour wrote:
> Add --disable-doc-install to configure script.
> 
> Signed-off-by: Romain Naour <romain.naour@openwide.fr>
> ---
>  package/xenomai/xenomai.mk | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Both patches applied, thanks.

Thomas
Thomas Petazzoni Dec. 29, 2013, 1:08 p.m. UTC | #2
Dear Romain Naour,

On Sat, 28 Dec 2013 18:10:58 +0100, Romain Naour wrote:
> Add --disable-doc-install to configure script.
> 
> Signed-off-by: Romain Naour <romain.naour@openwide.fr>
> ---
>  package/xenomai/xenomai.mk | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

This bump is causing build failures. See:

  http://autobuild.buildroot.org/results/d59/d590be34637a4043c929ce615f9db504484be435/build-end.log

rtdm.c:111:4: error: expected identifier or '(' before 'else'
rtdm.c:116:2: error: expected identifier or '(' before 'return'
rtdm.c:117:1: error: expected identifier or '(' before '}' token

Thanks,

Thomas
Romain Naour Dec. 29, 2013, 4:53 p.m. UTC | #3
Le 29/12/2013 14:08, Thomas Petazzoni a écrit :
> Dear Romain Naour,
>
> On Sat, 28 Dec 2013 18:10:58 +0100, Romain Naour wrote:
>> Add --disable-doc-install to configure script.
>>
>> Signed-off-by: Romain Naour <romain.naour@openwide.fr>
>> ---
>>   package/xenomai/xenomai.mk | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
> This bump is causing build failures. See:
>
>    http://autobuild.buildroot.org/results/d59/d590be34637a4043c929ce615f9db504484be435/build-end.log
>
> rtdm.c:111:4: error: expected identifier or '(' before 'else'
> rtdm.c:116:2: error: expected identifier or '(' before 'return'
> rtdm.c:117:1: error: expected identifier or '(' before '}' token
>
> Thanks,
>
> Thomas
Hi Thomas,

There is a little mistake around #ifdef HAVE_OPEN64.
I'll send a patch upstream to fix it.

Thanks,
Romain Naour
diff mbox

Patch

diff --git a/package/xenomai/xenomai.mk b/package/xenomai/xenomai.mk
index 786bdfd..2dd1bf6 100644
--- a/package/xenomai/xenomai.mk
+++ b/package/xenomai/xenomai.mk
@@ -6,7 +6,7 @@ 
 
 XENOMAI_VERSION = $(call qstrip,$(BR2_PACKAGE_XENOMAI_VERSION))
 ifeq ($(XENOMAI_VERSION),)
-XENOMAI_VERSION = 2.6.2.1
+XENOMAI_VERSION = 2.6.3
 endif
 
 XENOMAI_SITE = http://download.gna.org/xenomai/stable/
@@ -19,7 +19,7 @@  XENOMAI_INSTALL_STAGING = YES
 XENOMAI_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install-user
 XENOMAI_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install-user
 
-XENOMAI_CONF_OPT += --includedir=/usr/include/xenomai/
+XENOMAI_CONF_OPT += --includedir=/usr/include/xenomai/ --disable-doc-install
 
 define XENOMAI_REMOVE_DEVFILES
 	for i in xeno-config xeno-info wrap-link.sh ; do \