[oe-commits] Michael 'Mickey' Lauer : commoncpp: add version 1.8.1

git version control git at git.openembedded.org
Fri Jan 14 21:31:46 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e3f3e11d656beecd22084248f2769d512ede9bf7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e3f3e11d656beecd22084248f2769d512ede9bf7

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Fri Jan 14 22:30:53 2011 +0100

commoncpp: add version 1.8.1

---

 recipes/commoncpp/commoncpp2/cppcompliance.patch |   14 ++++++++++++++
 recipes/commoncpp/commoncpp2_1.8.1.bb            |   14 ++++++++++++++
 2 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/recipes/commoncpp/commoncpp2/cppcompliance.patch b/recipes/commoncpp/commoncpp2/cppcompliance.patch
new file mode 100644
index 0000000..cabe3c5
--- /dev/null
+++ b/recipes/commoncpp/commoncpp2/cppcompliance.patch
@@ -0,0 +1,14 @@
+Index: commoncpp2-1.8.1/src/applog.cpp
+===================================================================
+--- commoncpp2-1.8.1.orig/src/applog.cpp
++++ commoncpp2-1.8.1/src/applog.cpp
+@@ -34,6 +34,9 @@
+ // If you do not wish that, delete this exception notice.
+ //
+ 
++#include <sys/types.h>
++#include <sys/stat.h>
++
+ #include <cc++/config.h>
+ #include <cc++/thread.h>
+ #include <cc++/slog.h>
diff --git a/recipes/commoncpp/commoncpp2_1.8.1.bb b/recipes/commoncpp/commoncpp2_1.8.1.bb
new file mode 100644
index 0000000..0fbac44
--- /dev/null
+++ b/recipes/commoncpp/commoncpp2_1.8.1.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "GNU Common C++"
+HOMEPAGE = "http://freshmeat.net/projects/commoncpp2"
+LICENSE = "GPL"
+PARALLEL_MAKE = ""
+
+SRC_URI = "\
+  ftp://ftp.gnu.org/gnu/commoncpp/commoncpp2-${PV}.tar.gz \
+  file://cppcompliance.patch \
+"
+
+inherit autotools
+
+SRC_URI[md5sum] = "4804b184e609154ba2bc0aa9f61dc6ef"
+SRC_URI[sha256sum] = "53ced4aff74e28a1d8018eb2b4974519028db3c12471ab6dff1c873578c9af4e"





More information about the Openembedded-commits mailing list