[oe] [PATCH] [meta-oe] libxml++: New recipe

Martin Jansa martin.jansa at gmail.com
Mon Jul 30 15:19:32 UTC 2012


On Mon, Jul 30, 2012 at 09:04:08AM -0600, Gary Thomas wrote:
> Library for C++ bindings to libxml
> 
> Signed-off-by: Gary Thomas <gary at mlbassoc.com>
> ---
>  meta-oe/recipes-core/libxml/libxml++_2.35.3.bb |   16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
>  create mode 100644 meta-oe/recipes-core/libxml/libxml++_2.35.3.bb
> 
> 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..ca9388c
> --- /dev/null
> +++ b/meta-oe/recipes-core/libxml/libxml++_2.35.3.bb
> @@ -0,0 +1,16 @@
> +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"
> +
> +SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.35/libxml++-2.35.3.tar.xz"

Use something like:
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
> +
> -- 
> 1.7.9.5
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20120730/6e6ac8bb/attachment-0002.sig>


More information about the Openembedded-devel mailing list