summaryrefslogtreecommitdiff
path: root/scripts/jhbuild/modulesets/gnutls.modules
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-06-05 11:54:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-06-08 17:32:45 +0100
commit2804df294fbe5a820dddf6c0343ae373c9f6bc95 (patch)
treec1c8da463d394e2c57c45531b60e0f53d73a8386 /scripts/jhbuild/modulesets/gnutls.modules
parent9907e20868397a9823cc1e755ee1b697da6be2f3 (diff)
downloadopenembedded-core-2804df294fbe5a820dddf6c0343ae373c9f6bc95.tar.gz
openembedded-core-2804df294fbe5a820dddf6c0343ae373c9f6bc95.tar.bz2
openembedded-core-2804df294fbe5a820dddf6c0343ae373c9f6bc95.zip
scripts/jhbuild: remove
Remove the jhbuild2oe script and the copies of very old GNOME modulesets as nobody has used them for a long time. Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/jhbuild/modulesets/gnutls.modules')
-rw-r--r--scripts/jhbuild/modulesets/gnutls.modules36
1 files changed, 0 insertions, 36 deletions
diff --git a/scripts/jhbuild/modulesets/gnutls.modules b/scripts/jhbuild/modulesets/gnutls.modules
deleted file mode 100644
index e8f75cfe86..0000000000
--- a/scripts/jhbuild/modulesets/gnutls.modules
+++ /dev/null
@@ -1,36 +0,0 @@
-<?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>