diff options
author | Gary Thomas <gary@mlbassoc.com> | 2012-08-07 11:03:29 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-08-08 09:39:43 +0200 |
commit | e26fe501dd5258b99d5f1ec1167ed2a890210b78 (patch) | |
tree | c98312632d944c21cf009e02ed7d00ef207e19e6 /meta-oe/recipes-core | |
parent | a78056c60ee97c43cb212b95b0cd9b686d5fedc5 (diff) | |
download | meta-openembedded-e26fe501dd5258b99d5f1ec1167ed2a890210b78.tar.gz |
libxml++: New recipe - C++ bindings for libxml
Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r-- | 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 000000000..9a33baa70 --- /dev/null +++ b/meta-oe/recipes-core/libxml/libxml++_2.35.3.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | SUMMARY = "C++ wrapper for libxml library" | ||
2 | DESCRIPTION = "C++ wrapper for libxml library" | ||
3 | HOMEPAGE = "http://libxmlplusplus.sourceforge.net" | ||
4 | BUGTRACKER = "http://bugzilla.gnome.org/buglist.cgi?product=libxml%2B%2B" | ||
5 | SECTION = "libs" | ||
6 | LICENSE = "GPLv2" | ||
7 | |||
8 | SHRT_VER = "${@d.getVar('PV',True).split('.')[0]}.${@d.getVar('PV',True).split('.')[1]}" | ||
9 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${SHRT_VER}/${BP}.tar.xz" | ||
10 | |||
11 | SRC_URI[md5sum] = "196a2dcdc84ab987fe3852b3f29cafd7" | ||
12 | SRC_URI[sha256sum] = "715a4214bbff90365cc8406a28e427febd90461006d608fbdcdcea7fc9891eaf" | ||
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 " | ||
14 | |||
15 | DEPENDS = "libxml2 glibmm" | ||
16 | |||
17 | inherit autotools pkgconfig | ||
18 | |||