[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-315-ge709107
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2013-07-19 11:15:11
|
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 e709107de891c7d848f9f3fb453a56ab3b4e8bc7 (commit)
from 42169644c53a89c7e7b7de1c7f6f673b758097b4 (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 e709107de891c7d848f9f3fb453a56ab3b4e8bc7
Author: Fabien Marteau <fab...@ar...>
Date: Fri Jul 19 13:14:15 2013 +0200
[buildroot][package] Adding matIEC compilator for host side
-----------------------------------------------------------------------
Summary of changes:
.../2013.05/209-armadeus-add_matiec.patch | 68 ++++++++++++++++++++
1 files changed, 68 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/2013.05/209-armadeus-add_matiec.patch
diff --git a/patches/buildroot/2013.05/209-armadeus-add_matiec.patch b/patches/buildroot/2013.05/209-armadeus-add_matiec.patch
new file mode 100644
index 0000000..b6ee55d
--- /dev/null
+++ b/patches/buildroot/2013.05/209-armadeus-add_matiec.patch
@@ -0,0 +1,68 @@
+Add matIEC compilator as host package.
+
+Signed-off-by: Fabien Marteau <fab...@ar...>
+---
+
+Index: buildroot/package/Config.in
+===================================================================
+--- buildroot.orig/package/Config.in 2013-07-19 11:16:10.912190054 +0200
++++ buildroot/package/Config.in 2013-07-19 11:16:12.540190012 +0200
+@@ -83,6 +83,7 @@
+ endif
+ source "package/intltool/Config.in"
+ source "package/make/Config.in"
++source "package/matiec/Config.in"
+ source "package/libtool/Config.in"
+ source "package/m4/Config.in"
+ if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
+Index: buildroot/package/matiec/Config.in
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ buildroot/package/matiec/Config.in 2013-07-19 11:16:12.544190011 +0200
+@@ -0,0 +1,6 @@
++config BR2_PACKAGE_HOST_MATIEC
++ bool "matiec"
++ help
++ IEC61131-3 compiler (host package).
++
++ http://dev.automforge.net/matiec/
+Index: buildroot/package/matiec/matiec.mk
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ buildroot/package/matiec/matiec.mk 2013-07-19 11:16:12.544190011 +0200
+@@ -0,0 +1,17 @@
++#############################################################
++#
++# matiec
++#
++#############################################################
++MATIEC_VERSION = 62b55ca5b879
++MATIEC_SITE = http://dev.automforge.net/matiec
++MATIEC_SITE_METHOD = hg
++MATIEC_SOURCE = matiec-$(MATIEC_VERSION).tar.gz
++
++define HOST_MATIEC_AUTORECONFIGURE
++ (cd $(@D); autoreconf)
++endef
++
++HOST_MATIEC_PRE_CONFIGURE_HOOKS += HOST_MATIEC_AUTORECONFIGURE
++
++$(eval $(host-autotools-package))
+Index: buildroot/package/matiec/host-matiec-001-fix_bison_compilation_error.patch
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ buildroot/package/matiec/host-matiec-001-fix_bison_compilation_error.patch 2013-07-19 13:10:43.380009910 +0200
+@@ -0,0 +1,13 @@
++Index: matiec/stage1_2/iec_bison.yy
++===================================================================
++--- matiec.orig/stage1_2/iec_bison.yy 2013-07-05 15:52:53.959954579 +0200
+++++ matiec/stage1_2/iec_bison.yy 2013-07-19 13:05:39.164017882 +0200
++@@ -276,7 +276,7 @@
++ long int last_order;
++ } YYLTYPE;
++ #define YYLTYPE_IS_DECLARED 1
++-#define YYLTYPE_IS_TRIVIAL 1
+++#define YYLTYPE_IS_TRIVIAL 0
++ #endif
++
++ }
hooks/post-receive
--
armadeus
|