[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-187-gff9c15a
Brought to you by:
sszy
|
From: Gwenhael Goavec-M. <gwe...@us...> - 2013-03-09 13:17:45
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via ff9c15a913f7001c7d450bc37dc808380852ea40 (commit)
from 13ec4726b61184b049e41324d774bc610834c9a0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ff9c15a913f7001c7d450bc37dc808380852ea40
Author: Gwenhael Goavec-Merou <gw...@tr...>
Date: Sat Mar 9 14:16:32 2013 +0100
[BUILDROOT] xenomai: DL_DIR must be used instead of BR2_DL_DIR (thanks Victor)
-----------------------------------------------------------------------
Summary of changes:
.../buildroot/2012.11.1/072-xenomai-package.patch | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/patches/buildroot/2012.11.1/072-xenomai-package.patch b/patches/buildroot/2012.11.1/072-xenomai-package.patch
index 2bdfba8..0a14d40 100644
--- a/patches/buildroot/2012.11.1/072-xenomai-package.patch
+++ b/patches/buildroot/2012.11.1/072-xenomai-package.patch
@@ -39,7 +39,7 @@ Index: buildroot/linux/linux-ext-xenomai.mk
XENOMAI_ADEOS_OPT = --default
else
-XENOMAI_ADEOS_OPT = --adeos=$(XENOMAI_ADEOS_PATCH)
-+XENOMAI_ADEOS_OPT = --adeos=$(BR2_DL_DIR)/$(XENOMAI_ADEOS_PATCH)
++XENOMAI_ADEOS_OPT = --adeos=$(DL_DIR)/$(XENOMAI_ADEOS_PATCH)
endif
# Prepare kernel patch
hooks/post-receive
--
armadeus
|