[Armadeus-commitlog] armadeus branch, master, updated. release-3.4-191-g194b62e
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2011-06-16 16:40:01
|
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 194b62e7ed8332b674ac2ecf5e7d4c4fb34c3d58 (commit)
via 0a32c421231e100d1fee8dfddb651e5743cc43ab (commit)
from 1d8a50f18b6b16f4c1c7e243f02a20a0f2ef1873 (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 194b62e7ed8332b674ac2ecf5e7d4c4fb34c3d58
Author: Fabien Marteau <fab...@ar...>
Date: Thu Jun 16 18:39:27 2011 +0200
[buildroot][package][straton_ios] make straton_ios include directory
commit 0a32c421231e100d1fee8dfddb651e5743cc43ab
Author: Fabien Marteau <fab...@ar...>
Date: Thu Jun 16 18:38:47 2011 +0200
[buildroot][package][straton] adding dependency to straton_ios
-----------------------------------------------------------------------
Summary of changes:
buildroot/package/armadeus/straton/straton.mk | 2 +-
.../package/armadeus/straton_ios/straton_ios.mk | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/buildroot/package/armadeus/straton/straton.mk b/buildroot/package/armadeus/straton/straton.mk
index da921d2..aa00e21 100644
--- a/buildroot/package/armadeus/straton/straton.mk
+++ b/buildroot/package/armadeus/straton/straton.mk
@@ -4,7 +4,7 @@
#
#############################################################
STRATON_VERSION = 0.1
-STRATON_DEPENDENCIES = as_devices
+STRATON_DEPENDENCIES = straton_ios
STRATON_BIN_NAME = straton
ifeq ($(BR2_PACKAGE_STRATON_DEV),y)
diff --git a/buildroot/package/armadeus/straton_ios/straton_ios.mk b/buildroot/package/armadeus/straton_ios/straton_ios.mk
index a0a275e..f08a5dd 100644
--- a/buildroot/package/armadeus/straton_ios/straton_ios.mk
+++ b/buildroot/package/armadeus/straton_ios/straton_ios.mk
@@ -18,7 +18,8 @@ endef
define STRATON_IOS_INSTALL_STAGING_CMDS
$(INSTALL) -m 0755 $(STRATON_IOS_DIR)/$(STRATON_IOS_BINARY)* $(STAGING_DIR)/usr/lib/
- $(INSTALL) $(STRATON_IOS_DIR)/straton_ios.h $(STAGING_DIR)/usr/include/straton_ios/
+ mkdir -p $(STAGING_DIR)/usr/include/straton_ios/
+ $(INSTALL) -m 644 $(STRATON_IOS_DIR)/straton_ios.h $(STAGING_DIR)/usr/include/straton_ios/
endef
define STRATON_IOS_INSTALL_TARGET_CMDS
hooks/post-receive
--
armadeus
|