diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-15 00:01:06 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-15 00:18:52 +0200 |
commit | 845da57b03a91d15bb782325358591649df1579c (patch) | |
tree | 726062180cbb7b014f19faca1279042986a53f74 /recipes/obsolete | |
parent | 76cf00c745b2be7c39fb0d966959948adeab1801 (diff) |
recipes: more checksums and more fixes to download them all
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/obsolete')
-rw-r--r-- | recipes/obsolete/dbus/dbus_0.20.bb | 5 | ||||
-rw-r--r-- | recipes/obsolete/dbus/dbus_0.21.bb | 5 | ||||
-rw-r--r-- | recipes/obsolete/gaim/gaim_1.0.3.bb | 3 | ||||
-rw-r--r-- | recipes/obsolete/gaim/gaim_1.1.0.bb | 3 | ||||
-rw-r--r-- | recipes/obsolete/gaim/gaim_1.1.1.bb | 3 | ||||
-rw-r--r-- | recipes/obsolete/gaim/gaim_1.1.2.bb | 3 | ||||
-rw-r--r-- | recipes/obsolete/gaim/gaim_1.4.0.bb | 3 | ||||
-rw-r--r-- | recipes/obsolete/gimp/gimp.inc | 2 | ||||
-rw-r--r-- | recipes/obsolete/gimp/gimp_2.2.10.bb | 3 | ||||
-rw-r--r-- | recipes/obsolete/gimp/gimp_2.3.7.bb | 3 | ||||
-rw-r--r-- | recipes/obsolete/libpixman/libpixman-native_0.12.0.bb | 4 | ||||
-rw-r--r-- | recipes/obsolete/olsr/olsrd_0.4.8.bb | 3 | ||||
-rw-r--r-- | recipes/obsolete/olsr/olsrd_0.4.9.bb | 3 | ||||
-rw-r--r-- | recipes/obsolete/xmame/xmame_0.86.bb | 3 | ||||
-rw-r--r-- | recipes/obsolete/xmame/xmame_0.87.bb | 3 | ||||
-rw-r--r-- | recipes/obsolete/xmame/xmame_0.95.bb | 3 |
16 files changed, 48 insertions, 4 deletions
diff --git a/recipes/obsolete/dbus/dbus_0.20.bb b/recipes/obsolete/dbus/dbus_0.20.bb index 6d0a777fef..91f15215a5 100644 --- a/recipes/obsolete/dbus/dbus_0.20.bb +++ b/recipes/obsolete/dbus/dbus_0.20.bb @@ -5,9 +5,12 @@ DEPENDS = "expat glib-2.0 virtual/libintl" PROVIDES = "dbus-glib" LICENSE = "GPL" -SRC_URI = "http://freedesktop.org/Software/dbus/releases/dbus-${PV}.tar.gz \ +SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ file://cross.patch;patch=1" +SRC_URI[md5sum] = "8ebff3cb4beec993e9160ff844e0411c" +SRC_URI[sha256sum] = "3923076133c5a3f6c4c66f3fc842c2e05c14cd87b89096811a3cc853ab848577" + inherit autotools pkgconfig gettext EXTRA_OECONF = "--disable-qt --disable-gtk --disable-tests \ diff --git a/recipes/obsolete/dbus/dbus_0.21.bb b/recipes/obsolete/dbus/dbus_0.21.bb index d7b164e8cc..717c4bec5f 100644 --- a/recipes/obsolete/dbus/dbus_0.21.bb +++ b/recipes/obsolete/dbus/dbus_0.21.bb @@ -6,10 +6,13 @@ DEPENDS = "expat glib-2.0 virtual/libintl" PROVIDES = "dbus-glib" LICENSE = "GPL" -SRC_URI = "http://freedesktop.org/Software/dbus/releases/dbus-${PV}.tar.gz \ +SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ file://cross.patch;patch=1 \ file://dbus-1.init" +SRC_URI[md5sum] = "311229d60154334ee3f908badc56747d" +SRC_URI[sha256sum] = "8c2e4021aa2a7481f7ecf599a95d271f927448b6f60c464eb5c78f812e0f3ffe" + inherit autotools pkgconfig update-rc.d gettext INITSCRIPT_NAME = "dbus-1" diff --git a/recipes/obsolete/gaim/gaim_1.0.3.bb b/recipes/obsolete/gaim/gaim_1.0.3.bb index f833ddde28..6d8585ec1d 100644 --- a/recipes/obsolete/gaim/gaim_1.0.3.bb +++ b/recipes/obsolete/gaim/gaim_1.0.3.bb @@ -4,3 +4,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.bz2 \ file://desktop-name.patch;patch=1" require gaim.inc + +SRC_URI[md5sum] = "d0c40cbb57a80813fd495d3ffc6259df" +SRC_URI[sha256sum] = "dfcc3ed2a7fd919f8f5937bdaae9424cc12f0525c89cb1ffe661e7085abb62c7" diff --git a/recipes/obsolete/gaim/gaim_1.1.0.bb b/recipes/obsolete/gaim/gaim_1.1.0.bb index f833ddde28..cf27651916 100644 --- a/recipes/obsolete/gaim/gaim_1.1.0.bb +++ b/recipes/obsolete/gaim/gaim_1.1.0.bb @@ -4,3 +4,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.bz2 \ file://desktop-name.patch;patch=1" require gaim.inc + +SRC_URI[md5sum] = "231f30505d7377bbdde0f350a4bcb838" +SRC_URI[sha256sum] = "63b05733e09d611c0f5645fe6c6315586916de80a42d7aeedb368737feff2cce" diff --git a/recipes/obsolete/gaim/gaim_1.1.1.bb b/recipes/obsolete/gaim/gaim_1.1.1.bb index f833ddde28..a7867c3926 100644 --- a/recipes/obsolete/gaim/gaim_1.1.1.bb +++ b/recipes/obsolete/gaim/gaim_1.1.1.bb @@ -4,3 +4,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.bz2 \ file://desktop-name.patch;patch=1" require gaim.inc + +SRC_URI[md5sum] = "5d554be5ccb2064a5b3d43117c7d6d4b" +SRC_URI[sha256sum] = "77fbf159af9a5382cf437e9c7f6e36f881aac628600b7fa947159db29fa9e91b" diff --git a/recipes/obsolete/gaim/gaim_1.1.2.bb b/recipes/obsolete/gaim/gaim_1.1.2.bb index 3bf9aeb3a7..ef145ba5bd 100644 --- a/recipes/obsolete/gaim/gaim_1.1.2.bb +++ b/recipes/obsolete/gaim/gaim_1.1.2.bb @@ -7,3 +7,6 @@ require gaim.inc CFLAGS += "-D_GNU_SOURCE" + +SRC_URI[md5sum] = "d4bb61059214cfdbc75f85fe185b0e01" +SRC_URI[sha256sum] = "39781205840b8b38fbb3ef86accc885a4267958b8aeea396806d0521dfd969e5" diff --git a/recipes/obsolete/gaim/gaim_1.4.0.bb b/recipes/obsolete/gaim/gaim_1.4.0.bb index 1585229b14..8b8d4722f2 100644 --- a/recipes/obsolete/gaim/gaim_1.4.0.bb +++ b/recipes/obsolete/gaim/gaim_1.4.0.bb @@ -7,3 +7,6 @@ require gaim.inc CFLAGS += "-D_GNU_SOURCE" + +SRC_URI[md5sum] = "d7717cb771e556012ecd5b7f3bdb02ba" +SRC_URI[sha256sum] = "9f44792ea9df64e0a1df9c9efe3baefb6150e4c93b8b414f0a2b398e3f8eb32c" diff --git a/recipes/obsolete/gimp/gimp.inc b/recipes/obsolete/gimp/gimp.inc index 2894582a8e..87aa161bed 100644 --- a/recipes/obsolete/gimp/gimp.inc +++ b/recipes/obsolete/gimp/gimp.inc @@ -5,7 +5,7 @@ LICENSE = "GPL" DEPENDS = "sed-native gdk-pixbuf-csource-native libart-lgpl gtk+ jpeg libpng libexif tiff" -SRC_URI = "ftp://ftp.gimp.org/pub/gimp/v2.3/gimp-${PV}.tar.bz2 \ +SRC_URI = "ftp://ftp.gimp.org/pub/gimp/v2.3/gimp-${PV}.tar.bz2;name=archive \ file://configure-libwmf.patch;patch=1" inherit gnome diff --git a/recipes/obsolete/gimp/gimp_2.2.10.bb b/recipes/obsolete/gimp/gimp_2.2.10.bb index 3719e2d5e5..692580fd11 100644 --- a/recipes/obsolete/gimp/gimp_2.2.10.bb +++ b/recipes/obsolete/gimp/gimp_2.2.10.bb @@ -1,4 +1,5 @@ require gimp.inc PR = "r1" - +SRC_URI[archive.md5sum] = "aa29506ed2272af02941a7a601a7a097" +SRC_URI[archive.sha256sum] = "41f4befa851177e2ca9bbab2fad19926178c831454ca51f2cb91fec0ed9e243e" diff --git a/recipes/obsolete/gimp/gimp_2.3.7.bb b/recipes/obsolete/gimp/gimp_2.3.7.bb index 7e72e74695..8a583788e8 100644 --- a/recipes/obsolete/gimp/gimp_2.3.7.bb +++ b/recipes/obsolete/gimp/gimp_2.3.7.bb @@ -1,2 +1,5 @@ require gimp.inc PR = "r1" + +SRC_URI[archive.md5sum] = "dfc47a29b3a7ade07bd17244f0e83311" +SRC_URI[archive.sha256sum] = "2a6c869ba61c1b18bbafa95bdf89cdc8fe1f07b068aa37dc9332a158b7e295eb" diff --git a/recipes/obsolete/libpixman/libpixman-native_0.12.0.bb b/recipes/obsolete/libpixman/libpixman-native_0.12.0.bb index 808cc86d1a..42233a64cb 100644 --- a/recipes/obsolete/libpixman/libpixman-native_0.12.0.bb +++ b/recipes/obsolete/libpixman/libpixman-native_0.12.0.bb @@ -1,6 +1,10 @@ +# require different version? really? require libpixman_0.10.0.bb inherit native PROVIDES = "libpixman-native" +# at least replace checksums from 0.10.0 +SRC_URI[md5sum] = "09357cc74975b01714e00c5899ea1881" +SRC_URI[sha256sum] = "2b16516ef147bb604e1cf50c883143a052a7ff92d2930b70e571da0603b7d9ce" diff --git a/recipes/obsolete/olsr/olsrd_0.4.8.bb b/recipes/obsolete/olsr/olsrd_0.4.8.bb index c2b9c825b6..c30bf3634f 100644 --- a/recipes/obsolete/olsr/olsrd_0.4.8.bb +++ b/recipes/obsolete/olsr/olsrd_0.4.8.bb @@ -34,3 +34,6 @@ do_install () { } CONFFILES_${PN} = "${sysconfdir}/olsrd.conf" + +SRC_URI[md5sum] = "4d8636af067f90822a47a062497680de" +SRC_URI[sha256sum] = "b935aaf1e389f767ba8238c7a5c0b4387a345168acddf4f38bb6914149953a28" diff --git a/recipes/obsolete/olsr/olsrd_0.4.9.bb b/recipes/obsolete/olsr/olsrd_0.4.9.bb index 1f186f4bbb..90f31488a3 100644 --- a/recipes/obsolete/olsr/olsrd_0.4.9.bb +++ b/recipes/obsolete/olsr/olsrd_0.4.9.bb @@ -9,3 +9,6 @@ do_compile() { touch src/cfgparser/.depend oe_runmake OS=linux all libs } + +SRC_URI[md5sum] = "593c0861fa10d2a8d0e7d8617479c5cf" +SRC_URI[sha256sum] = "b3404a5a5dd78c0e1ba12b8aa1445589fa7861fa4d9ecafb53b38be760876913" diff --git a/recipes/obsolete/xmame/xmame_0.86.bb b/recipes/obsolete/xmame/xmame_0.86.bb index a5801e73da..cb70cadfa8 100644 --- a/recipes/obsolete/xmame/xmame_0.86.bb +++ b/recipes/obsolete/xmame/xmame_0.86.bb @@ -24,3 +24,6 @@ do_install() { install -m 0755 xmame.SDL ${D}${bindir} } + +SRC_URI[md5sum] = "b16782cd620ef970233eacd65462ad74" +SRC_URI[sha256sum] = "bcb35dd4cb138e06bb016a42316dfcc59f82eeed6357902e1f230b4815e9ad93" diff --git a/recipes/obsolete/xmame/xmame_0.87.bb b/recipes/obsolete/xmame/xmame_0.87.bb index 80924ef0c6..b952e641ca 100644 --- a/recipes/obsolete/xmame/xmame_0.87.bb +++ b/recipes/obsolete/xmame/xmame_0.87.bb @@ -23,3 +23,6 @@ do_install() { install -m 0755 xmame.SDL ${D}${bindir} } + +SRC_URI[md5sum] = "817f825ea92baf5f5e98ecb13193b844" +SRC_URI[sha256sum] = "5bd358381d75f17802a0c8dfc62dcdaf9e782ecad23c0fca3e5c5b6445ff7ba1" diff --git a/recipes/obsolete/xmame/xmame_0.95.bb b/recipes/obsolete/xmame/xmame_0.95.bb index 80924ef0c6..0605aa4a44 100644 --- a/recipes/obsolete/xmame/xmame_0.95.bb +++ b/recipes/obsolete/xmame/xmame_0.95.bb @@ -23,3 +23,6 @@ do_install() { install -m 0755 xmame.SDL ${D}${bindir} } + +SRC_URI[md5sum] = "e2571ce90bdf1517eea4d8085170fe6c" +SRC_URI[sha256sum] = "c3044870d1778b4f6d64463f0aeda2995aade1e0bea0feb6935d18bf44fcf6cb" |