[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-8-gb03b8af
Brought to you by:
sszy
|
From: jscheer <js...@us...> - 2012-10-18 15:59:29
|
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 b03b8afd8142a8a2c3b3019e2f79d243e86c9c9b (commit)
from 3c6f767f9b2fa881a8ea0a8f4b6eca69cb351e1d (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 b03b8afd8142a8a2c3b3019e2f79d243e86c9c9b
Author: Jeremie Scheer <jer...@ar...>
Date: Thu Oct 18 17:58:52 2012 +0200
[BUILDROOT] Add package CUnit in patch 197.
-----------------------------------------------------------------------
Summary of changes:
.../buildroot/2012.02/197-cunit-add_package.patch | 49 ++++++++++++++++++++
patches/buildroot/2012.02/cleanup_buildroot.sh | 1 +
2 files changed, 50 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/2012.02/197-cunit-add_package.patch
diff --git a/patches/buildroot/2012.02/197-cunit-add_package.patch b/patches/buildroot/2012.02/197-cunit-add_package.patch
new file mode 100644
index 0000000..7fd24ef
--- /dev/null
+++ b/patches/buildroot/2012.02/197-cunit-add_package.patch
@@ -0,0 +1,49 @@
+Add CUnit package.
+
+Signed-off-by: Jérémie Scheer <jer...@ar...>
+
+===================================================================
+Index: buildroot/package/cunit/Config.in
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ buildroot/package/cunit/Config.in 2012-10-11 11:43:27.000000000 +0200
+@@ -0,0 +1,4 @@
++config BR2_PACKAGE_CUNIT
++ bool "CUnit library"
++ help
++ Compile & install CUnit library.
+Index: buildroot/package/cunit/cunit.mk
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ buildroot/package/cunit/cunit.mk 2012-10-11 14:16:48.000000000 +0200
+@@ -0,0 +1,18 @@
++#############################################################
++#
++# CUnit
++#
++#############################################################
++
++CUNIT_VERSION = 156
++CUNIT_SITE = https://cunit.svn.sourceforge.net/svnroot/cunit
++CUNIT_SITE_METHOD = svn
++CUNIT_INSTALL_STAGING = YES
++
++define CUNIT_BOOTSTRAP_CMD
++ (cd $(@D); ./bootstrap)
++endef
++
++CUNIT_PRE_CONFIGURE_HOOKS += CUNIT_BOOTSTRAP_CMD
++
++$(eval $(call GENTARGETS,package,cunit))
+Index: buildroot/package/Config.in
+===================================================================
+--- buildroot.orig/package/Config.in 2012-10-11 11:23:28.000000000 +0200
++++ buildroot/package/Config.in 2012-10-11 14:20:32.000000000 +0200
+@@ -351,6 +351,7 @@
+ source "package/libglib2/Config.in"
+ source "package/liboil/Config.in"
+ source "package/startup-notification/Config.in"
++source "package/cunit/Config.in"
+ endmenu
+
+ menu "Text and terminal handling"
diff --git a/patches/buildroot/2012.02/cleanup_buildroot.sh b/patches/buildroot/2012.02/cleanup_buildroot.sh
index 5ee2d9c..20c3256 100755
--- a/patches/buildroot/2012.02/cleanup_buildroot.sh
+++ b/patches/buildroot/2012.02/cleanup_buildroot.sh
@@ -77,3 +77,4 @@ rm -rf buildroot/package/qtcreator/
rm -rf buildroot/package/marble/
rm -rf buildroot/package/m4/m4-1.4.16-no-gets.patch
rm -rf buildroot/package/tar/tar-1.26-no-gets.patch
+rm -rf buildroot/package/cunit/
hooks/post-receive
--
armadeus
|