[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-306-g702d335
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2013-07-17 16:21:13
|
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 702d335a20c683def5c3b6098dae9448f58c3245 (commit)
from 05406e1833249193c5ca9d0bb23ea1f5a954cd93 (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 702d335a20c683def5c3b6098dae9448f58c3245
Author: Fabien Marteau <fab...@ar...>
Date: Wed Jul 17 18:20:01 2013 +0200
[buildroot][package] Adding beremiz runtime side package
-----------------------------------------------------------------------
Summary of changes:
.../2013.05/208-armadeus-add_beremiz.patch | 58 ++++++++++++++++++++
patches/buildroot/2013.05/cleanup_buildroot.sh | 1 +
2 files changed, 59 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/2013.05/208-armadeus-add_beremiz.patch
diff --git a/patches/buildroot/2013.05/208-armadeus-add_beremiz.patch b/patches/buildroot/2013.05/208-armadeus-add_beremiz.patch
new file mode 100644
index 0000000..9d39aa3
--- /dev/null
+++ b/patches/buildroot/2013.05/208-armadeus-add_beremiz.patch
@@ -0,0 +1,58 @@
+Add beremiz runtime side (beremiz_service.py) package.
+
+TODO: adding host Beremiz.
+
+Signed-off-by: Fabien Marteau <fab...@ar...>
+---
+
+Index: buildroot/package/Config.in
+===================================================================
+--- buildroot.orig/package/Config.in 2013-07-17 16:32:49.446416826 +0200
++++ buildroot/package/Config.in 2013-07-17 16:33:31.622417483 +0200
+@@ -119,6 +119,7 @@
+ menu "Graphic libraries and applications (graphic/text)"
+
+ comment "Graphic applications"
++source "package/beremiz/Config.in"
+ source "package/gnuplot/Config.in"
+ source "package/jhead/Config.in"
+ source "package/rrdtool/Config.in"
+Index: buildroot/package/beremiz/Config.in
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ buildroot/package/beremiz/Config.in 2013-07-17 18:03:16.974501310 +0200
+@@ -0,0 +1,11 @@
++comment "Beremiz needs Python 2.7 and pyro"
++ depends on !BR2_PACKAGE_PYTHON || !BR2_PACKAGE_PYTHON_PYRO
++
++menuconfig BR2_PACKAGE_BEREMIZ
++ bool "Beremiz"
++ depends on BR2_PACKAGE_PYTHON
++ depends on BR2_PACKAGE_PYTHON_PYRO
++ help
++ This option enable beremiz framework.
++
++ http://www.beremiz.org/
+Index: buildroot/package/beremiz/beremiz.mk
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ buildroot/package/beremiz/beremiz.mk 2013-07-17 18:10:12.046507771 +0200
+@@ -0,0 +1,18 @@
++#############################################################
++#
++# Beremiz
++#
++#############################################################
++BEREMIZ_VERSION =358db9d64aa1
++BEREMIZ_SOURCE = beremiz-$(BEREMIZ_SERVICE_VERSION).tar.gz
++BEREMIZ_SITE = http://dev.automforge.net/beremiz
++BEREMIZ_SITE_METHOD = hg
++
++BEREMIZ_DEPENDENCIES = python python-pyro
++
++define BEREMIZ_INSTALL_TARGET_CMDS
++ mkdir -p $(TARGET_DIR)/usr/lib/beremiz/
++ cp -r $(@D)/* $(TARGET_DIR)/usr/lib/beremiz/
++endef
++
++$(eval $(generic-package))
diff --git a/patches/buildroot/2013.05/cleanup_buildroot.sh b/patches/buildroot/2013.05/cleanup_buildroot.sh
index aa62123..123e19d 100755
--- a/patches/buildroot/2013.05/cleanup_buildroot.sh
+++ b/patches/buildroot/2013.05/cleanup_buildroot.sh
@@ -4,6 +4,7 @@
#
# Removes packages/files added through patches:
+rm -rf buildroot/package/beremiz
rm -rf buildroot/boot/uboot/
rm -rf buildroot/package/quake-pak/
rm -rf buildroot/package/sdlquake/
hooks/post-receive
--
armadeus
|