[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.1-103-gd6af2da
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2012-03-07 10:08:20
|
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 d6af2da0a6c1eb8cf70fcb2d90488c12bed6a142 (commit)
from 07b5c6c1eda09df5d8e178d9196fc0e95706c122 (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 d6af2da0a6c1eb8cf70fcb2d90488c12bed6a142
Author: Eric Jarrige <eri...@ar...>
Date: Wed Mar 7 11:07:57 2012 +0100
[BUILDROOT] rxtxlib: Fix missing dependency on Classpath
-----------------------------------------------------------------------
Summary of changes:
buildroot/package/armadeus/rxtx/rxtx.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/buildroot/package/armadeus/rxtx/rxtx.mk b/buildroot/package/armadeus/rxtx/rxtx.mk
index 9826ff6..4d69e1a 100644
--- a/buildroot/package/armadeus/rxtx/rxtx.mk
+++ b/buildroot/package/armadeus/rxtx/rxtx.mk
@@ -39,7 +39,7 @@ $(TARGET_DIR)/$(RXTX_LIB_TARGET_BINARY): $(RXTX_LIB_DIR)/$(RXTX_LIB_BINARY)
cp -rdpf $(RXTX_LIB_DIR)/RXTXcomm.jar $(TARGET_DIR)/$(RXTX_LIB_TARGET_BINARY)
-$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/$(RXTX_LIB_TARGET_BINARY)/librxtx*.so*
-rxtx: uclibc $(TARGET_DIR)/$(RXTX_LIB_TARGET_BINARY)
+rxtx: uclibc classpath $(TARGET_DIR)/$(RXTX_LIB_TARGET_BINARY)
rxtx-source: $(DL_DIR)/$(RXTX_LIB_SOURCE)
hooks/post-receive
--
armadeus
|