From 4609253cb2337857beb268bad0f5a701122508a6 Mon Sep 17 00:00:00 2001
From: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
Date: Fri, 24 May 2013 13:54:38 +0200
Subject: [PATCH] libpoco: initial commit

The poco library is used by the class loader.
---
 recipes-extended/libpoco/libpoco_1.4.6.bb | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 recipes-extended/libpoco/libpoco_1.4.6.bb

diff --git a/recipes-extended/libpoco/libpoco_1.4.6.bb b/recipes-extended/libpoco/libpoco_1.4.6.bb
new file mode 100644
index 0000000..6f3b7ee
--- /dev/null
+++ b/recipes-extended/libpoco/libpoco_1.4.6.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "C++ class libraries and frameworks for building network- and internet-based applications"
+HOMEPAGE = "http://pocoproject.org/"
+SECTION = "libs"
+
+LICENSE = "BSL-1.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c"
+
+SRC_URI = "http://pocoproject.org/releases/poco-${PV}/poco-${PV}p1.tar.gz"
+SRC_URI[md5sum] = "8d9cf241dfa7c99842a7ef73c207994b"
+SRC_URI[sha256sum] = "f9eddd5e7f963693e9da008a2992f211630560856edfc0f954532b0f42fc66e7"
+
+S = "${WORKDIR}/poco-${PV}p1"
+
+inherit autotools
-- 
GitLab