xenomai: bump to 3.0.6

This new version includes a fix to allow compilation with compilers
defaulting to -fpie (gcc 6+). It also a fix for a critical bug in
Cobalt:

http://xenomai.org/pipermail/xenomai/2017-November/037923.html

Signed-off-by: Norbert Lange <nolange79@gmail.com>
Reviewed-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Norbert Lange 2017-12-04 18:59:08 +01:00 committed by Thomas Petazzoni
parent 566846efc2
commit 34d20f0b87
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
# Locally computed;
sha256 84836a43b6a996dcdcb42b0b1653a3271cc201df2a2d42c1b4b3bafb2cca7c63 xenomai-3.0.5.tar.bz2
sha256 2c0dd3f0e36e4a10f97e0028989bb873e80f4d1ce212ac55fd3b28857c464f94 xenomai-3.0.6.tar.bz2

View File

@ -6,7 +6,7 @@
XENOMAI_VERSION = $(call qstrip,$(BR2_PACKAGE_XENOMAI_VERSION))
ifeq ($(XENOMAI_VERSION),)
XENOMAI_VERSION = 3.0.5
XENOMAI_VERSION = 3.0.6
else
BR_NO_CHECK_HASH_FOR += $(XENOMAI_SOURCE)
endif