[Armadeus-commitlog] armadeus branch, master, updated. armadeus-6.0-304-g55975a8
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2017-07-17 22:21:54
|
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 55975a8be15371d45055d6ea5656e1b64257a138 (commit)
from 38ae7012dfb9b8d2c611a1fd6ebae7bd6097aa6e (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 55975a8be15371d45055d6ea5656e1b64257a138
Author: Julien BOIBESSOT <jul...@ar...>
Date: Thu Jul 13 19:31:28 2017 +0200
[BUILDROOT] as_devices: fixes C++ wrapper selection with recent BR/external toolchain
-----------------------------------------------------------------------
Summary of changes:
buildroot/package/armadeus/as_devices/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildroot/package/armadeus/as_devices/Config.in b/buildroot/package/armadeus/as_devices/Config.in
index 356681d..f46805f 100644
--- a/buildroot/package/armadeus/as_devices/Config.in
+++ b/buildroot/package/armadeus/as_devices/Config.in
@@ -31,7 +31,7 @@ config BR2_PACKAGE_AS_DEVICES_PYTHON
Python wrapper for as_devices library. Needs python.
comment "C++ wrapper requires a toolchain with C++ support"
- depends on !BR2_TOOLCHAIN_BUILDROOT_CXX
+ depends on !BR2_TOOLCHAIN_BUILDROOT_CXX && !BR2_INSTALL_LIBSTDCPP
comment "Python wrapper requires python interpreter"
depends on BR2_PACKAGE_AS_DEVICES && !BR2_PACKAGE_PYTHON
hooks/post-receive
--
armadeus
|