diff options
author | Chris Larson <kergoth@openedhand.com> | 2006-08-07 06:53:34 +0000 |
---|---|---|
committer | Chris Larson <kergoth@openedhand.com> | 2006-08-07 06:53:34 +0000 |
commit | c7274f6f00ad79ab55e7833c1288247459f78bef (patch) | |
tree | 367345d11729abd5c55276c25d40c62f7b987504 /scripts/jhbuild/modulesets/gnutls.modules | |
parent | a7d6fa4c495a4082cf5bdf3b0c49d5277ed0aa00 (diff) | |
download | openembedded-core-c7274f6f00ad79ab55e7833c1288247459f78bef.tar.gz openembedded-core-c7274f6f00ad79ab55e7833c1288247459f78bef.tar.bz2 openembedded-core-c7274f6f00ad79ab55e7833c1288247459f78bef.tar.xz openembedded-core-c7274f6f00ad79ab55e7833c1288247459f78bef.zip |
Add the partial rewrite of my jhbuild -> oe metadata conversion tool, along with some modulesets for use with it. Will check in the missing piece of the tool shortly.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@589 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'scripts/jhbuild/modulesets/gnutls.modules')
-rw-r--r-- | scripts/jhbuild/modulesets/gnutls.modules | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/scripts/jhbuild/modulesets/gnutls.modules b/scripts/jhbuild/modulesets/gnutls.modules new file mode 100644 index 000000000..e8f75cfe8 --- /dev/null +++ b/scripts/jhbuild/modulesets/gnutls.modules @@ -0,0 +1,36 @@ +<?xml version="1.0" standalone="no"?> <!--*- mode: nxml -*--> +<!DOCTYPE moduleset SYSTEM "moduleset.dtd"> +<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?> +<moduleset> + <tarball id="libgpg-error" version="1.3"> + <source href="http://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.3.tar.bz2" + size="452266" md5sum="d978065d62cde48e79497b63f80ba8fc" /> + </tarball> + <tarball id="libgcrypt" version="1.2.2"> + <source href="http://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.2.2.tar.bz2" + size="780315" md5sum="4a8a9a7572892ae3803a5aa558e52e02" /> + <dependencies> + <dep package="libgpg-error" /> + </dependencies> + </tarball> + <tarball id="libtasn1" version="0.3.4" supports-non-srcdir-builds="no"> + <source href="http://ftp.gnupg.org/gcrypt/alpha/gnutls/libtasn1/libtasn1-0.3.4.tar.gz" + size="1246545" md5sum="1dbfce0e1fbd6aebc1a4506814c23d35" /> + </tarball> + <tarball id="opencdk" version="0.5.8" supports-non-srcdir-builds="no"> + <source href="http://ftp.gnupg.org/gcrypt/alpha/gnutls/opencdk/opencdk-0.5.8.tar.gz" + size="497122" md5sum="900c4dee7712845c19d7b2d2a93ea546" /> + <dependencies> + <dep package="libgcrypt" /> + </dependencies> + </tarball> + <tarball id="gnutls" version="1.4.0"> + <source href="http://ftp.gnupg.org/gcrypt/alpha/gnutls/gnutls-1.4.0.tar.bz2" + size="3281324" md5sum="9e1e1b07e971c604923ec394f6922301" /> + <dependencies> + <dep package="libgcrypt" /> + <dep package="libtasn1" /> + <dep package="opencdk" /> + </dependencies> + </tarball> +</moduleset> |