[Armadeus-commitlog] armadeus branch, master, updated. release-3.2-256-g0b5985b
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2010-03-23 10:08:00
|
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 0b5985b38102d2800db96f7bd29af6bdd15f2188 (commit)
from cbd92a077dde9804513a86424c249c941d7c9e1e (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 0b5985b38102d2800db96f7bd29af6bdd15f2188
Author: Fabien Marteau <fab...@ar...>
Date: Tue Mar 23 11:07:22 2010 +0100
[as_devices] Comment wrapper options
-----------------------------------------------------------------------
Summary of changes:
buildroot/package/armadeus/as_devices/Config.in | 28 +++++++++++-----------
1 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/buildroot/package/armadeus/as_devices/Config.in b/buildroot/package/armadeus/as_devices/Config.in
index ef42f7f..086825c 100644
--- a/buildroot/package/armadeus/as_devices/Config.in
+++ b/buildroot/package/armadeus/as_devices/Config.in
@@ -5,17 +5,17 @@ config BR2_PACKAGE_AS_DEVICES
help
library that drive armadeus specific devices
-config BR2_PACKAGE_AS_DEVICES_CPP
- depends on BR2_PACKAGE_AS_DEVICES
- bool "wrapper C++"
- default n
- help
- C++ wrapper for as_devices library
-
-config BR2_PACKAGE_AS_DEVICES_PYTHON
- depends on BR2_PACKAGE_AS_DEVICES
- depends on BR2_PACKAGE_PYTHON
- bool "wrapper Python"
- default n
- help
- Python wrapper for as_devices library. need python
+#config BR2_PACKAGE_AS_DEVICES_CPP
+# depends on BR2_PACKAGE_AS_DEVICES
+# bool "wrapper C++"
+# default n
+# help
+# C++ wrapper for as_devices library
+#
+#config BR2_PACKAGE_AS_DEVICES_PYTHON
+# depends on BR2_PACKAGE_AS_DEVICES
+# depends on BR2_PACKAGE_PYTHON
+# bool "wrapper Python"
+# default n
+# help
+# Python wrapper for as_devices library. need python
hooks/post-receive
--
armadeus
|