diff options
author | Saul Wold <sgw@linux.intel.com> | 2010-12-07 20:06:29 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2010-12-09 08:18:17 -0800 |
commit | 3d08b9f2c65835822b1c0ed30e3170f02f877ce3 (patch) | |
tree | 774991d51470129319c18bb6b32c9b0c2d5a2b7c /meta/recipes-gnome | |
parent | ba5e0b9531b9a967aa3d408a13024590d96b8391 (diff) | |
download | poky-3d08b9f2c65835822b1c0ed30e3170f02f877ce3.tar.gz |
SRC_URI Checksums Additionals
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-gnome')
20 files changed, 81 insertions, 6 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-common_2.28.0.bb b/meta/recipes-gnome/gnome/gnome-common_2.28.0.bb index 5106f58e6b..b4adfe4126 100644 --- a/meta/recipes-gnome/gnome/gnome-common_2.28.0.bb +++ b/meta/recipes-gnome/gnome/gnome-common_2.28.0.bb | |||
@@ -17,6 +17,9 @@ inherit gnome | |||
17 | 17 | ||
18 | SRC_URI += "file://omf.patch;patch=1" | 18 | SRC_URI += "file://omf.patch;patch=1" |
19 | 19 | ||
20 | SRC_URI[archive.md5sum] = "30daabb0ca4898fea2647999e7813e8f" | ||
21 | SRC_URI[archive.sha256sum] = "dd4817103d23745d00c735dd137951552ba7b576cb8f68e6a529d06661e9b6a1" | ||
22 | |||
20 | EXTRA_AUTORECONF = "" | 23 | EXTRA_AUTORECONF = "" |
21 | DEPENDS = "" | 24 | DEPENDS = "" |
22 | 25 | ||
diff --git a/meta/recipes-gnome/gnome/gnome-desktop_2.32.1.bb b/meta/recipes-gnome/gnome/gnome-desktop_2.32.1.bb index fa3ffb2065..424eafeaf0 100644 --- a/meta/recipes-gnome/gnome/gnome-desktop_2.32.1.bb +++ b/meta/recipes-gnome/gnome/gnome-desktop_2.32.1.bb | |||
@@ -2,3 +2,6 @@ require gnome-desktop.inc | |||
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
4 | file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2" | 4 | file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2" |
5 | |||
6 | SRC_URI[archive.md5sum] = "5c80d628a240eb9d9ff78913b31f2f67" | ||
7 | SRC_URI[archive.sha256sum] = "55cbecf67efe1fa1e57ac966520a7c46d799c8ba3c652a1219f60cafccb3739d" | ||
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.2.bb b/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.2.bb index 09121dbf47..9bdcceda76 100644 --- a/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.2.bb +++ b/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.2.bb | |||
@@ -2,3 +2,6 @@ require gnome-doc-utils.inc | |||
2 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ | 2 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ |
3 | file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343 " | 3 | file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343 " |
4 | PR = "r1" | 4 | PR = "r1" |
5 | |||
6 | SRC_URI[archive.md5sum] = "920914c13c57e67616c6ff8594579786" | ||
7 | SRC_URI[archive.sha256sum] = "f6c0124f61b9400c63da630dd3a9ac1b738eac0058da245661ff699fad267aca" | ||
diff --git a/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb b/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb index 855fa814e8..9898428972 100644 --- a/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb +++ b/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb | |||
@@ -16,6 +16,9 @@ FILES_${PN} += "${datadir}/*" | |||
16 | SRC_URI = "${GNOME_MIRROR}/${PN}/2.31/${PN}-${PV}.tar.bz2 \ | 16 | SRC_URI = "${GNOME_MIRROR}/${PN}/2.31/${PN}-${PV}.tar.bz2 \ |
17 | file://iconpath-option.patch" | 17 | file://iconpath-option.patch" |
18 | 18 | ||
19 | SRC_URI[md5sum] = "8e727703343d4c18c73c79dd2009f8ed" | ||
20 | SRC_URI[sha256sum] = "ea7e05b77ead159379392b3b275ca0c9cbacd7d936014e447cc7c5e27a767982" | ||
21 | |||
19 | EXTRA_OECONF = "--disable-hicolor-check --with-iconmap=${STAGING_LIBDIR_NATIVE}/../libexec/icon-name-mapping" | 22 | EXTRA_OECONF = "--disable-hicolor-check --with-iconmap=${STAGING_LIBDIR_NATIVE}/../libexec/icon-name-mapping" |
20 | 23 | ||
21 | inherit autotools | 24 | inherit autotools |
diff --git a/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb b/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb index 1826a7ac3a..153979e363 100644 --- a/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb +++ b/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb | |||
@@ -22,6 +22,9 @@ EXTRA_OECONF = "--disable-gtk-doc" | |||
22 | 22 | ||
23 | SRC_URI += "file://org.gnome.keyring.service" | 23 | SRC_URI += "file://org.gnome.keyring.service" |
24 | 24 | ||
25 | SRC_URI[archive.md5sum] = "9a8aa74e03361676f29d6e73155786fc" | ||
26 | SRC_URI[archive.sha256sum] = "31fecec1430a97f59a6159a5a2ea8d6a1b44287f1e9e595b3594df46bf7f18f9" | ||
27 | |||
25 | do_install_append () { | 28 | do_install_append () { |
26 | install -d ${D}${datadir}/dbus-1/services | 29 | install -d ${D}${datadir}/dbus-1/services |
27 | install -m 0644 ${WORKDIR}/org.gnome.keyring.service ${D}${datadir}/dbus-1/services | 30 | install -m 0644 ${WORKDIR}/org.gnome.keyring.service ${D}${datadir}/dbus-1/services |
diff --git a/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb b/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb index edaabe15d9..3bb50d1af3 100644 --- a/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb +++ b/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb | |||
@@ -12,5 +12,8 @@ PR = "r3" | |||
12 | 12 | ||
13 | SRC_URI += "file://pkgconfig.patch;patch=1" | 13 | SRC_URI += "file://pkgconfig.patch;patch=1" |
14 | 14 | ||
15 | SRC_URI[archive.md5sum] = "541858188f80090d12a33b5a7c34d42c" | ||
16 | SRC_URI[archive.sha256sum] = "37196b5b37085bbcd45c338c36e26898fe35dd5975295f69f48028b1e8436fd7" | ||
17 | |||
15 | DEPENDS += "shared-mime-info intltool-native" | 18 | DEPENDS += "shared-mime-info intltool-native" |
16 | RDEPENDS = "shared-mime-info" | 19 | RDEPENDS = "shared-mime-info" |
diff --git a/meta/recipes-gnome/gnome/gnome-vfs_2.24.4.bb b/meta/recipes-gnome/gnome/gnome-vfs_2.24.4.bb index 928549cca4..0c307daeae 100644 --- a/meta/recipes-gnome/gnome/gnome-vfs_2.24.4.bb +++ b/meta/recipes-gnome/gnome/gnome-vfs_2.24.4.bb | |||
@@ -23,6 +23,9 @@ RPROVIDES = "gnome-vfs-plugin-dbus" | |||
23 | SRC_URI += "file://gconftool-lossage.patch;patch=1;pnum=1 \ | 23 | SRC_URI += "file://gconftool-lossage.patch;patch=1;pnum=1 \ |
24 | file://gnome-vfs-no-kerberos.patch;patch=1;pnum=0" | 24 | file://gnome-vfs-no-kerberos.patch;patch=1;pnum=0" |
25 | 25 | ||
26 | SRC_URI[archive.md5sum] = "a05fab03eeef10a47dd156b758982f2e" | ||
27 | SRC_URI[archive.sha256sum] = "62de64b5b804eb04104ff98fcd6a8b7276d510a49fbd9c0feb568f8996444faa" | ||
28 | |||
26 | EXTRA_OECONF = " \ | 29 | EXTRA_OECONF = " \ |
27 | --disable-hal \ | 30 | --disable-hal \ |
28 | --disable-openssl \ | 31 | --disable-openssl \ |
diff --git a/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb b/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb index 3bdd697145..d9037a24c0 100644 --- a/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb +++ b/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb | |||
@@ -11,6 +11,9 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/libart_lgpl-${ | |||
11 | file://${ART_CONFIG} \ | 11 | file://${ART_CONFIG} \ |
12 | file://Makefile.am.patch;patch=1" | 12 | file://Makefile.am.patch;patch=1" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "08559ff3c67fd95d57b0c5e91a6b4302" | ||
15 | SRC_URI[sha256sum] = "fdc11e74c10fc9ffe4188537e2b370c0abacca7d89021d4d303afdf7fd7476fa" | ||
16 | |||
14 | inherit autotools pkgconfig | 17 | inherit autotools pkgconfig |
15 | 18 | ||
16 | DEPENDS = "" | 19 | DEPENDS = "" |
diff --git a/meta/recipes-gnome/gnome/libgdata_0.6.5.bb b/meta/recipes-gnome/gnome/libgdata_0.6.5.bb index 8e8da5c9f7..b5e6ee3a69 100644 --- a/meta/recipes-gnome/gnome/libgdata_0.6.5.bb +++ b/meta/recipes-gnome/gnome/libgdata_0.6.5.bb | |||
@@ -10,3 +10,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \ | |||
10 | DEPENDS = "libxml2 glib-2.0 libsoup-2.4" | 10 | DEPENDS = "libxml2 glib-2.0 libsoup-2.4" |
11 | 11 | ||
12 | inherit gnome pkgconfig autotools | 12 | inherit gnome pkgconfig autotools |
13 | |||
14 | SRC_URI[archive.md5sum] = "e12f52a3d25c25016856c64ca0331221" | ||
15 | SRC_URI[archive.sha256sum] = "dcb82f7162d69549512444376da2cdea65650ee4dae4d00eed7fbbd3387ddf2c" | ||
diff --git a/meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb b/meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb index 900400688e..09b6d9c9ac 100644 --- a/meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb +++ b/meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb | |||
@@ -16,3 +16,6 @@ inherit gnome | |||
16 | DEPENDS = "dbus eggdbus" | 16 | DEPENDS = "dbus eggdbus" |
17 | 17 | ||
18 | EXTRA_OECONF = "--disable-gtk-doc" | 18 | EXTRA_OECONF = "--disable-gtk-doc" |
19 | |||
20 | SRC_URI[archive.md5sum] = "c42b2ca66204835d901d3dbfc1fa5ae6" | ||
21 | SRC_URI[archive.sha256sum] = "56388c0d81ddfdb57d30e4963c83ecc1c18498aab99395420e0fff69929a0f0c" | ||
diff --git a/meta/recipes-gnome/gnome/metacity_2.22.0.bb b/meta/recipes-gnome/gnome/metacity_2.22.0.bb index f0d6c893ef..e698ec439d 100644 --- a/meta/recipes-gnome/gnome/metacity_2.22.0.bb +++ b/meta/recipes-gnome/gnome/metacity_2.22.0.bb | |||
@@ -18,3 +18,6 @@ EXTRA_OECONF += "--disable-verbose \ | |||
18 | --disable-xinerama" | 18 | --disable-xinerama" |
19 | 19 | ||
20 | FILES_${PN} += "${datadir}/themes" | 20 | FILES_${PN} += "${datadir}/themes" |
21 | |||
22 | SRC_URI[archive.md5sum] = "8cb6d02cf66a1003532b4f5d2754d696" | ||
23 | SRC_URI[archive.sha256sum] = "3c670b41a214311006dc05f9a005696b9d3fdcb5c80f1275367416600103b3bf" | ||
diff --git a/meta/recipes-gnome/gthumb/gthumb_2.12.0.bb b/meta/recipes-gnome/gthumb/gthumb_2.12.0.bb index 27f63dbecb..7df9d5107b 100644 --- a/meta/recipes-gnome/gthumb/gthumb_2.12.0.bb +++ b/meta/recipes-gnome/gthumb/gthumb_2.12.0.bb | |||
@@ -11,3 +11,6 @@ inherit gnome pkgconfig | |||
11 | 11 | ||
12 | FILES_${PN} += "${datadir}/icons" | 12 | FILES_${PN} += "${datadir}/icons" |
13 | FILES_${PN}-dbg += "${libdir}/gthumb/modules/.debug" | 13 | FILES_${PN}-dbg += "${libdir}/gthumb/modules/.debug" |
14 | |||
15 | SRC_URI[archive.md5sum] = "2911cd9b875efdfd554547176c59e309" | ||
16 | SRC_URI[archive.sha256sum] = "9bb32ee44647f3f934d41344e2c1dbbd1546bf4949824030b3b818545758118c" | ||
diff --git a/meta/recipes-gnome/gtk+/gtk+_2.20.1.bb b/meta/recipes-gnome/gtk+/gtk+_2.20.1.bb index b32d8e44c1..dec518746b 100644 --- a/meta/recipes-gnome/gtk+/gtk+_2.20.1.bb +++ b/meta/recipes-gnome/gtk+/gtk+_2.20.1.bb | |||
@@ -28,6 +28,9 @@ SRC_URI = "http://download.gnome.org/sources/gtk+/2.20/gtk+-${PV}.tar.bz2 \ | |||
28 | file://configurefix.patch;patch=1 \ | 28 | file://configurefix.patch;patch=1 \ |
29 | " | 29 | " |
30 | 30 | ||
31 | SRC_URI[md5sum] = "53e6f3a93bd22934878fc4a4a34c68aa" | ||
32 | SRC_URI[sha256sum] = "0e081731d21e34ff45c82199490c2889504fa8b3c7e117c043e82ababaec0f65" | ||
33 | |||
31 | EXTRA_OECONF = "--without-libtiff --without-libjasper --disable-xkb --disable-glibtest --disable-cups" | 34 | EXTRA_OECONF = "--without-libtiff --without-libjasper --disable-xkb --disable-glibtest --disable-cups" |
32 | 35 | ||
33 | LIBV = "2.10.0" | 36 | LIBV = "2.10.0" |
diff --git a/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb b/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb index 3cbc4d7ac1..85c38e22f4 100644 --- a/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb +++ b/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb | |||
@@ -35,3 +35,6 @@ python populate_packages_prepend() { | |||
35 | do_split_packages(d, themes_root, '(.*)', 'gtk-theme-%s', 'GTK theme %s', allow_dirs=True, extra_depends='') | 35 | do_split_packages(d, themes_root, '(.*)', 'gtk-theme-%s', 'GTK theme %s', allow_dirs=True, extra_depends='') |
36 | # TODO: mark theme packages as arch all | 36 | # TODO: mark theme packages as arch all |
37 | } | 37 | } |
38 | |||
39 | SRC_URI[archive.md5sum] = "5deb287bc6075dc21812130604c7dc4f" | ||
40 | SRC_URI[archive.sha256sum] = "15b680abca6c773ecb85253521fa100dd3b8549befeecc7595b10209d62d66b5" | ||
diff --git a/meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb b/meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb index 43e4d07b87..07b3075634 100644 --- a/meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb +++ b/meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb | |||
@@ -6,12 +6,30 @@ PV = "2.11.0+svnr${SRCREV}" | |||
6 | PR = "r1" | 6 | PR = "r1" |
7 | 7 | ||
8 | SRC_URI = "svn://anonymous@svn.gnome.org/svn/gtkhtml2/;module=trunk \ | 8 | SRC_URI = "svn://anonymous@svn.gnome.org/svn/gtkhtml2/;module=trunk \ |
9 | http://svn.o-hand.com/repos/web/trunk/patches/at-import_box-pos.patch;patch=1;pnum=0;maxrev=1157 \ | 9 | http://svn.o-hand.com/repos/web/trunk/patches/at-import_box-pos.patch;patch=1;pnum=0;maxrev=1157;name=patch1 \ |
10 | http://svn.o-hand.com/repos/web/trunk/patches/css-stylesheet-user.patch;patch=1;pnum=0;maxrev=1157 \ | 10 | http://svn.o-hand.com/repos/web/trunk/patches/css-stylesheet-user.patch;patch=1;pnum=0;maxrev=1157;name=patch2 \ |
11 | http://svn.o-hand.com/repos/web/trunk/patches/css-media.patch;patch=1;pnum=0;maxrev=1157 \ | 11 | http://svn.o-hand.com/repos/web/trunk/patches/css-media.patch;patch=1;pnum=0;maxrev=1157;name=patch3 \ |
12 | http://svn.o-hand.com/repos/web/trunk/patches/add-end-element-signal.patch;patch=1;pnum=0;maxrev=1157 \ | 12 | http://svn.o-hand.com/repos/web/trunk/patches/add-end-element-signal.patch;patch=1;pnum=0;maxrev=1157;name=patch4 \ |
13 | http://svn.o-hand.com/repos/web/trunk/patches/add-dom-functions.patch;patch=1;pnum=0;maxrev=1157 \ | 13 | http://svn.o-hand.com/repos/web/trunk/patches/add-dom-functions.patch;patch=1;pnum=0;maxrev=1157;name=patch5 \ |
14 | http://svn.o-hand.com/repos/web/trunk/patches/iain-mem-leak.patch;patch=1;pnum=0;maxrev=1157" | 14 | http://svn.o-hand.com/repos/web/trunk/patches/iain-mem-leak.patch;patch=1;pnum=0;maxrev=1157;name=patch6" |
15 | |||
16 | SRC_URI[patch1.md5sum] = "160c648e29637f2ed6301f4dfdecce21" | ||
17 | SRC_URI[patch1.sha256sum] = "3ec786e6df9e1a935aff4848b6989cad8f87c1fa8813dc033b338e18b17138d8" | ||
18 | |||
19 | SRC_URI[patch2.md5sum] = "05fc3627ca364095702dc804f41c8391" | ||
20 | SRC_URI[patch2.sha256sum] = "df5cca50a8f95333505d7920929fea251daea3be25be6834a1c50a742d9eb674" | ||
21 | |||
22 | SRC_URI[patch3.md5sum] = "d3fe4cda3545f3e4718f1acc186608ab" | ||
23 | SRC_URI[patch3.sha256sum] = "3aefaa17ffa38143bf5df1161c51ab402d35bfbee41ab4643c313edf569165d5" | ||
24 | |||
25 | SRC_URI[patch4.md5sum] = "651b1601d8a1b21c8a3040fadb729043" | ||
26 | SRC_URI[patch4.sha256sum] = "d067e8331bf9c6851f1c6067d991a7f54327f532900b405ebdf8e149c071f381" | ||
27 | |||
28 | SRC_URI[patch5.md5sum] = "041be9711a16e629d01487664ba97152" | ||
29 | SRC_URI[patch5.sha256sum] = "42956fb41341cf82ae8bce18b4cf96a7e2aa631b1b60657afb6d7e9be7cd138c" | ||
30 | |||
31 | SRC_URI[patch6.md5sum] = "4e11dc7899d68f2be2e06ccee01d296d" | ||
32 | SRC_URI[patch6.sha256sum] = "1e2cc080e654c1839c5cb4b4adf4c62a23e7da208427f3ba0b16cfed9e5cfa98" | ||
15 | 33 | ||
16 | S = "${WORKDIR}/trunk" | 34 | S = "${WORKDIR}/trunk" |
17 | 35 | ||
diff --git a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb index 7b2ae29d3e..98c0d91982 100644 --- a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb +++ b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb | |||
@@ -13,6 +13,9 @@ PR = "r0" | |||
13 | SRC_URI = "http://icon-theme.freedesktop.org/releases/${P}.tar.gz \ | 13 | SRC_URI = "http://icon-theme.freedesktop.org/releases/${P}.tar.gz \ |
14 | file://index.theme" | 14 | file://index.theme" |
15 | 15 | ||
16 | SRC_URI[md5sum] = "55cafbcef8bcf7107f6d502149eb4d87" | ||
17 | SRC_URI[sha256sum] = "9edca690617eaa19054951ca53501c802180262be8880ed84754ac46c93bec73" | ||
18 | |||
16 | PACKAGE_ARCH = "all" | 19 | PACKAGE_ARCH = "all" |
17 | 20 | ||
18 | FILES_${PN} += "${datadir}/icons" | 21 | FILES_${PN} += "${datadir}/icons" |
diff --git a/meta/recipes-gnome/libffi/libffi_3.0.9.bb b/meta/recipes-gnome/libffi/libffi_3.0.9.bb index 7e3c1d8321..8ef90e7bed 100644 --- a/meta/recipes-gnome/libffi/libffi_3.0.9.bb +++ b/meta/recipes-gnome/libffi/libffi_3.0.9.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | SRC_URI = "ftp://sourceware.org/pub/libffi/${BPN}-${PV}.tar.gz" | 1 | SRC_URI = "ftp://sourceware.org/pub/libffi/${BPN}-${PV}.tar.gz" |
2 | |||
3 | SRC_URI[md5sum] = "1f300a7a7f975d4046f51c3022fa5ff1" | ||
4 | SRC_URI[sha256sum] = "589d25152318bc780cd8919b14670793f4971d9838dab46ed38c32b3ee92c452" | ||
2 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fa09cb778aaba64dc9eac37ab7e4e5d8" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fa09cb778aaba64dc9eac37ab7e4e5d8" |
4 | inherit autotools | 7 | inherit autotools |
diff --git a/meta/recipes-gnome/libglade/libglade_2.6.4.bb b/meta/recipes-gnome/libglade/libglade_2.6.4.bb index 9296edaeb0..f128602b43 100644 --- a/meta/recipes-gnome/libglade/libglade_2.6.4.bb +++ b/meta/recipes-gnome/libglade/libglade_2.6.4.bb | |||
@@ -16,6 +16,9 @@ inherit autotools pkgconfig gnome | |||
16 | 16 | ||
17 | SRC_URI += "file://glade-cruft.patch;patch=1 file://no-xml2.patch;patch=1" | 17 | SRC_URI += "file://glade-cruft.patch;patch=1 file://no-xml2.patch;patch=1" |
18 | 18 | ||
19 | SRC_URI[archive.md5sum] = "d1776b40f4e166b5e9c107f1c8fe4139" | ||
20 | SRC_URI[archive.sha256sum] = "64361e7647839d36ed8336d992fd210d3e8139882269bed47dc4674980165dec" | ||
21 | |||
19 | EXTRA_OECONF += "--without-libxml2" | 22 | EXTRA_OECONF += "--without-libxml2" |
20 | 23 | ||
21 | CFLAGS += "-lz" | 24 | CFLAGS += "-lz" |
diff --git a/meta/recipes-gnome/librsvg/librsvg_2.32.0.bb b/meta/recipes-gnome/librsvg/librsvg_2.32.0.bb index 4717042061..35cf5a4fc9 100644 --- a/meta/recipes-gnome/librsvg/librsvg_2.32.0.bb +++ b/meta/recipes-gnome/librsvg/librsvg_2.32.0.bb | |||
@@ -16,6 +16,9 @@ EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disabl | |||
16 | 16 | ||
17 | SRC_URI += "file://doc_Makefile.patch" | 17 | SRC_URI += "file://doc_Makefile.patch" |
18 | 18 | ||
19 | SRC_URI[archive.md5sum] = "b015a9bd80143ec876af489d882dc28b" | ||
20 | SRC_URI[archive.sha256sum] = "e0f6f936dab583de317cc0c36a48f80bdb9c93775225ee84140c7e5e3f841068" | ||
21 | |||
19 | do_configure_prepend () { | 22 | do_configure_prepend () { |
20 | export GDK_PIXBUF_QUERYLOADERS="${libdir}/gtk-2.0/version/loaders" | 23 | export GDK_PIXBUF_QUERYLOADERS="${libdir}/gtk-2.0/version/loaders" |
21 | echo "CLEANFILES=" > gtk-doc.make | 24 | echo "CLEANFILES=" > gtk-doc.make |
diff --git a/meta/recipes-gnome/libunique/libunique_1.1.6.bb b/meta/recipes-gnome/libunique/libunique_1.1.6.bb index 0c1b9a09aa..7eb64e0ea5 100644 --- a/meta/recipes-gnome/libunique/libunique_1.1.6.bb +++ b/meta/recipes-gnome/libunique/libunique_1.1.6.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libunique/1.1/libunique-${PV}.tar.bz2" | 1 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libunique/1.1/libunique-${PV}.tar.bz2" |
2 | |||
3 | SRC_URI[md5sum] = "7955769ef31f1bc4f83446dbb3625e6d" | ||
4 | SRC_URI[sha256sum] = "e5c8041cef8e33c55732f06a292381cb345db946cf792a4ae18aa5c66cdd4fbb" | ||
2 | PR = "r1" | 5 | PR = "r1" |
3 | 6 | ||
4 | DEPENDS = "glib-2.0 gtk+ dbus" | 7 | DEPENDS = "glib-2.0 gtk+ dbus" |