[oe-commits] Gary Thomas : libxml++: New recipe - C++ bindings for libxml

git at git.openembedded.org git at git.openembedded.org
Wed Aug 8 07:44:04 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: e26fe501dd5258b99d5f1ec1167ed2a890210b78
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=e26fe501dd5258b99d5f1ec1167ed2a890210b78

Author: Gary Thomas <gary at mlbassoc.com>
Date:   Tue Aug  7 11:03:29 2012 +0000

libxml++: New recipe - C++ bindings for libxml

Signed-off-by: Gary Thomas <gary at mlbassoc.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-core/libxml/libxml++_2.35.3.bb |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-core/libxml/libxml++_2.35.3.bb b/meta-oe/recipes-core/libxml/libxml++_2.35.3.bb
new file mode 100644
index 0000000..9a33baa
--- /dev/null
+++ b/meta-oe/recipes-core/libxml/libxml++_2.35.3.bb
@@ -0,0 +1,18 @@
+SUMMARY = "C++ wrapper for libxml library"
+DESCRIPTION = "C++ wrapper for libxml library"
+HOMEPAGE = "http://libxmlplusplus.sourceforge.net"
+BUGTRACKER = "http://bugzilla.gnome.org/buglist.cgi?product=libxml%2B%2B"
+SECTION = "libs"
+LICENSE = "GPLv2"
+
+SHRT_VER = "${@d.getVar('PV',True).split('.')[0]}.${@d.getVar('PV',True).split('.')[1]}"
+SRC_URI = "${GNOME_MIRROR}/${BPN}/${SHRT_VER}/${BP}.tar.xz"
+
+SRC_URI[md5sum] = "196a2dcdc84ab987fe3852b3f29cafd7"
+SRC_URI[sha256sum] = "715a4214bbff90365cc8406a28e427febd90461006d608fbdcdcea7fc9891eaf"
+LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 "
+
+DEPENDS = "libxml2 glibmm"
+
+inherit autotools pkgconfig
+





More information about the Openembedded-commits mailing list