[oe-commits] Bernhard Guillon : xerces-c: add version 3.1.1, change license to Apache-2.

git version control git at git.openembedded.org
Thu May 26 20:00:51 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: fefa244bbbd672126e73aabb2fe674bf0b5ac6f7
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=fefa244bbbd672126e73aabb2fe674bf0b5ac6f7

Author: Bernhard Guillon <Bernhard.Guillon at opensimpad.org>
Date:   Thu May 19 22:55:12 2011 +0200

xerces-c: add version 3.1.1, change license to Apache-2.0

Signed-off-by: Bernhard Guillon <Bernhard.Guillon at opensimpad.org>

---

 recipes/xerces-c/xerces-c_3.1.1.bb |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/recipes/xerces-c/xerces-c_3.1.1.bb b/recipes/xerces-c/xerces-c_3.1.1.bb
new file mode 100644
index 0000000..46ec6d2
--- /dev/null
+++ b/recipes/xerces-c/xerces-c_3.1.1.bb
@@ -0,0 +1,32 @@
+DESCRIPTION = "Xerces-c is a validating xml parser written in C++"
+HOMEPAGE = "http://xerces.apache.org/xerces-c/"
+SECTION =  "libs"
+PRIORITY = "optional"
+LICENSE = "Apache-2.0"
+
+SRC_URI = "http://apache.lauf-forum.at/xerces/c/3/sources/${BP}.tar.gz"
+
+inherit autotools pkgconfig
+
+PACKAGES = "libxerces-c \
+    libxerces-c-dbg \
+    libxerces-c-dev \
+    xerces-c-samples \
+    xerces-c-samples-dbg \
+" 
+
+FILES_libxerces-c = "${libdir}/libxerces-c-3.1.so"
+FILES_libxerces-c-dbg = "${libdir}/.debug/"
+FILES_libxerces-c-dev = "${libdir}/lib*.la \
+    ${libdir}/lib*.a \
+    ${libdir}/libxerces-c.so \
+    ${libdir}/pkgconfig/xerces-c.pc \
+    ${includedir}/xercesc \
+"
+FILES_xerces-c-samples = "${bindir}/*"
+FILES_xerces-c-samples-dbg = "${bindir}/.debug/"
+
+SRC_URI[md5sum] = "6a8ec45d83c8cfb1584c5a5345cb51ae"
+SRC_URI[sha256sum] = "a42785f71e0b91d5fd273831c87410ce60a73ccfdd207de1b805d26d44968736"
+
+BBCLASSEXTEND += "native"





More information about the Openembedded-commits mailing list