aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/commoncpp
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2011-01-14 22:30:53 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2011-01-14 22:32:45 +0100
commite3f3e11d656beecd22084248f2769d512ede9bf7 (patch)
tree3943d13d12667e07f22ae4b579984859836b8ad3 /recipes/commoncpp
parentef4fa654cd63fad38b12632ed7333c409456d8d4 (diff)
downloadopenembedded-e3f3e11d656beecd22084248f2769d512ede9bf7.tar.gz
commoncpp: add version 1.8.1
Diffstat (limited to 'recipes/commoncpp')
-rw-r--r--recipes/commoncpp/commoncpp2/cppcompliance.patch14
-rw-r--r--recipes/commoncpp/commoncpp2_1.8.1.bb14
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 0000000000..cabe3c59e2
--- /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 0000000000..0fbac4469a
--- /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"