diff options
Diffstat (limited to 'meta/recipes-connectivity')
24 files changed, 73 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi_0.6.28.bb b/meta/recipes-connectivity/avahi/avahi_0.6.28.bb index 736c61582c..b2e9efb7f9 100644 --- a/meta/recipes-connectivity/avahi/avahi_0.6.28.bb +++ b/meta/recipes-connectivity/avahi/avahi_0.6.28.bb | |||
@@ -14,3 +14,6 @@ EXTRA_OECONF += "--disable-gtk3" | |||
14 | FILES_avahi-autoipd = "${sbindir}/avahi-autoipd \ | 14 | FILES_avahi-autoipd = "${sbindir}/avahi-autoipd \ |
15 | ${sysconfdir}/avahi/avahi-autoipd.action \ | 15 | ${sysconfdir}/avahi/avahi-autoipd.action \ |
16 | ${sysconfdir}/dhcp3/*/avahi-autoipd" | 16 | ${sysconfdir}/dhcp3/*/avahi-autoipd" |
17 | |||
18 | SRC_URI[md5sum] = "d0143a5aa3265019072e53ab497818d0" | ||
19 | SRC_URI[sha256sum] = "a0d80aac88212b9f9d5331c248091d3c9c9209f0e41985421636ebd14230fc91" | ||
diff --git a/meta/recipes-connectivity/bluez/bluez-hcidump_1.42.bb b/meta/recipes-connectivity/bluez/bluez-hcidump_1.42.bb index d974dc588c..7291548737 100644 --- a/meta/recipes-connectivity/bluez/bluez-hcidump_1.42.bb +++ b/meta/recipes-connectivity/bluez/bluez-hcidump_1.42.bb | |||
@@ -11,6 +11,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ | |||
11 | PR = "r0" | 11 | PR = "r0" |
12 | 12 | ||
13 | SRC_URI = "http://bluez.sourceforge.net/download/bluez-hcidump-${PV}.tar.gz" | 13 | SRC_URI = "http://bluez.sourceforge.net/download/bluez-hcidump-${PV}.tar.gz" |
14 | |||
15 | SRC_URI[md5sum] = "5704737aaf72104eeaf77335218a1827" | ||
16 | SRC_URI[sha256sum] = "689e39f9432ab90af5f390d86cb46e06c35693d01ea29aec4e41c4f9e315f49f" | ||
14 | S = "${WORKDIR}/bluez-hcidump-${PV}" | 17 | S = "${WORKDIR}/bluez-hcidump-${PV}" |
15 | 18 | ||
16 | EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}" | 19 | EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}" |
diff --git a/meta/recipes-connectivity/bluez/bluez4_4.79.bb b/meta/recipes-connectivity/bluez/bluez4_4.79.bb index 4c6593d163..54b9fc18aa 100644 --- a/meta/recipes-connectivity/bluez/bluez4_4.79.bb +++ b/meta/recipes-connectivity/bluez/bluez4_4.79.bb | |||
@@ -24,6 +24,9 @@ SRC_URI = "\ | |||
24 | file://sbc-thumb.patch;patch=1 \ | 24 | file://sbc-thumb.patch;patch=1 \ |
25 | file://bluetooth.conf \ | 25 | file://bluetooth.conf \ |
26 | " | 26 | " |
27 | |||
28 | SRC_URI[md5sum] = "b3afea97981c1c6be04438930c57d891" | ||
29 | SRC_URI[sha256sum] = "1b486824e486e7a7a17ebcbce99a417e724f42ebb17f9fe574bc4737fda6b7db" | ||
27 | S = "${WORKDIR}/bluez-${PV}" | 30 | S = "${WORKDIR}/bluez-${PV}" |
28 | 31 | ||
29 | inherit autotools | 32 | inherit autotools |
diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.5.bb b/meta/recipes-connectivity/connman/connman-gnome_0.5.bb index 7660048111..4729c5dfde 100644 --- a/meta/recipes-connectivity/connman/connman-gnome_0.5.bb +++ b/meta/recipes-connectivity/connman/connman-gnome_0.5.bb | |||
@@ -14,6 +14,9 @@ SRC_URI = "http://www.kernel.org/pub/linux/network/connman/connman-gnome-${PV}.t | |||
14 | file://connman-gnome.patch \ | 14 | file://connman-gnome.patch \ |
15 | file://connman-applet.desktop" | 15 | file://connman-applet.desktop" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "0e1c4c25d19cad9b08a216848a320716" | ||
18 | SRC_URI[sha256sum] = "4d5fe481b444fc3e64fd9caa149dbcd76de166a25733f18fd93da01d2abf5d1c" | ||
19 | |||
17 | inherit autotools gtk-icon-cache | 20 | inherit autotools gtk-icon-cache |
18 | 21 | ||
19 | do_install_append() { | 22 | do_install_append() { |
diff --git a/meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb b/meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb index 99920be5c3..c273b2c0b9 100644 --- a/meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb +++ b/meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb | |||
@@ -7,3 +7,6 @@ SRC_URI += "file://fixincludes.patch \ | |||
7 | file://fix-client-path.patch \ | 7 | file://fix-client-path.patch \ |
8 | file://fix-external-bind.patch \ | 8 | file://fix-external-bind.patch \ |
9 | " | 9 | " |
10 | |||
11 | SRC_URI[md5sum] = "83abd7c4f9c24d8dd024ca5a71380c0a" | ||
12 | SRC_URI[sha256sum] = "6260d43423e4c406ba63cd7199502a395e952b13c80a955026c4b82a4e9d4943" | ||
diff --git a/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb b/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb index 69627ae31e..0b8f51eadd 100644 --- a/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb +++ b/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb | |||
@@ -7,6 +7,9 @@ DEPENDS = "gettext libgalago dbus glib-2.0" | |||
7 | 7 | ||
8 | SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz " | 8 | SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz " |
9 | 9 | ||
10 | SRC_URI[md5sum] = "fdb81f938f86f380b127158ebb542279" | ||
11 | SRC_URI[sha256sum] = "db42a0d1d0f8b069ea5ac1203207f9178f25ac1367f4910bd48547f5be1db4c2" | ||
12 | |||
10 | EXTRA_OECONF = "--disable-binreloc --disable-check --disable-tests" | 13 | EXTRA_OECONF = "--disable-binreloc --disable-check --disable-tests" |
11 | 14 | ||
12 | FILES_${PN} += "${datadir}/dbus-1/services/" | 15 | FILES_${PN} += "${datadir}/dbus-1/services/" |
diff --git a/meta/recipes-connectivity/galago/libgalago_0.5.2.bb b/meta/recipes-connectivity/galago/libgalago_0.5.2.bb index f9bb7b3c54..0693ff6c1c 100644 --- a/meta/recipes-connectivity/galago/libgalago_0.5.2.bb +++ b/meta/recipes-connectivity/galago/libgalago_0.5.2.bb | |||
@@ -10,6 +10,9 @@ DEPENDS = "gettext dbus glib-2.0 dbus-glib" | |||
10 | SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \ | 10 | SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \ |
11 | file://mkdir.patch;patch=1 \ | 11 | file://mkdir.patch;patch=1 \ |
12 | file://pkgconfig.patch;patch=1 " | 12 | file://pkgconfig.patch;patch=1 " |
13 | |||
14 | SRC_URI[md5sum] = "7ec92f2ecba1309ac4b71b4b4d8d0a0d" | ||
15 | SRC_URI[sha256sum] = "9b7c9845e2f661dbf5c2595e67bc7afd48f090ac2c033726c89d7f0e90791dfa" | ||
13 | PR = "r2" | 16 | PR = "r2" |
14 | 17 | ||
15 | inherit autotools pkgconfig | 18 | inherit autotools pkgconfig |
diff --git a/meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb b/meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb index 09bcc384ba..77552086cb 100644 --- a/meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb +++ b/meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb | |||
@@ -7,6 +7,9 @@ DEPENDS = "glib-2.0 libsoup-2.4 libglade" | |||
7 | SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz \ | 7 | SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz \ |
8 | file://introspection.patch" | 8 | file://introspection.patch" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "725c32e8f92a072cc34f0e091937df2a" | ||
11 | SRC_URI[sha256sum] = "8eaab799f699836770ec2fcc08abfef2f824a82ae959c6af7b39ffb6968b9fd7" | ||
12 | |||
10 | inherit autotools pkgconfig | 13 | inherit autotools pkgconfig |
11 | 14 | ||
12 | PACKAGES =+ "gssdp-tools" | 15 | PACKAGES =+ "gssdp-tools" |
diff --git a/meta/recipes-connectivity/gupnp/gupnp_0.14.0.bb b/meta/recipes-connectivity/gupnp/gupnp_0.14.0.bb index 2fa2f7ba18..9beb46ed11 100644 --- a/meta/recipes-connectivity/gupnp/gupnp_0.14.0.bb +++ b/meta/recipes-connectivity/gupnp/gupnp_0.14.0.bb | |||
@@ -7,6 +7,10 @@ DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gnome-icon-theme" | |||
7 | 7 | ||
8 | SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz \ | 8 | SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz \ |
9 | file://introspection.patch" | 9 | file://introspection.patch" |
10 | |||
11 | SRC_URI[md5sum] = "8598922256faa5adb28657d0c10a3e3e" | ||
12 | SRC_URI[sha256sum] = "6ac13efe46c6f1e5d05e48e1041bf37dfa702839ce5fbb01e0f314f3904b6a16" | ||
13 | |||
10 | PR = "r0" | 14 | PR = "r0" |
11 | 15 | ||
12 | EXTRA_OECONF = "--disable-introspection" | 16 | EXTRA_OECONF = "--disable-introspection" |
@@ -23,5 +27,3 @@ gupnp_sysroot_preprocess () { | |||
23 | install -m 755 ${D}${bindir}/gupnp-binding-tool ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/ | 27 | install -m 755 ${D}${bindir}/gupnp-binding-tool ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/ |
24 | } | 28 | } |
25 | 29 | ||
26 | SRC_URI[md5sum] = "8598922256faa5adb28657d0c10a3e3e" | ||
27 | SRC_URI[sha256sum] = "6ac13efe46c6f1e5d05e48e1041bf37dfa702839ce5fbb01e0f314f3904b6a16" | ||
diff --git a/meta/recipes-connectivity/iproute2/iproute2_2.6.35.bb b/meta/recipes-connectivity/iproute2/iproute2_2.6.35.bb index c5e0ef6e56..93ae06cfed 100644 --- a/meta/recipes-connectivity/iproute2/iproute2_2.6.35.bb +++ b/meta/recipes-connectivity/iproute2/iproute2_2.6.35.bb | |||
@@ -4,3 +4,6 @@ PR = "r0" | |||
4 | 4 | ||
5 | SRC_URI = "http://developer.osdl.org/dev/iproute2/download/${P}.tar.bz2 \ | 5 | SRC_URI = "http://developer.osdl.org/dev/iproute2/download/${P}.tar.bz2 \ |
6 | file://configure-cross.patch" | 6 | file://configure-cross.patch" |
7 | |||
8 | SRC_URI[md5sum] = "b0f281b3124bf04669e18f5fe16d4934" | ||
9 | SRC_URI[sha256sum] = "8ab2f47e129925fb8acb09421008d07aeafa01b2ddd1fcba4a056de079f090a3" | ||
diff --git a/meta/recipes-connectivity/irda-utils/irda-utils_0.9.18.bb b/meta/recipes-connectivity/irda-utils/irda-utils_0.9.18.bb index cb55cec71c..a000a786c3 100644 --- a/meta/recipes-connectivity/irda-utils/irda-utils_0.9.18.bb +++ b/meta/recipes-connectivity/irda-utils/irda-utils_0.9.18.bb | |||
@@ -15,6 +15,9 @@ PR = "r0" | |||
15 | SRC_URI = "${SOURCEFORGE_MIRROR}/irda/irda-utils-${PV}.tar.gz \ | 15 | SRC_URI = "${SOURCEFORGE_MIRROR}/irda/irda-utils-${PV}.tar.gz \ |
16 | file://init" | 16 | file://init" |
17 | 17 | ||
18 | SRC_URI[md5sum] = "84dc12aa4c3f61fccb8d8919bf4079bb" | ||
19 | SRC_URI[sha256sum] = "61980551e46b2eaa9e17ad31cbc1a638074611fc33bff34163d10c7a67a9fdc6" | ||
20 | |||
18 | export SYS_INCLUDES="-I${STAGING_INCDIR}" | 21 | export SYS_INCLUDES="-I${STAGING_INCDIR}" |
19 | 22 | ||
20 | inherit autotools | 23 | inherit autotools |
diff --git a/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.10.bb b/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.10.bb index 64968e757f..0cdb057521 100644 --- a/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.10.bb +++ b/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.10.bb | |||
@@ -11,6 +11,9 @@ RDEPENDS = "avahi-daemon" | |||
11 | PR = "r1" | 11 | PR = "r1" |
12 | 12 | ||
13 | SRC_URI = "http://0pointer.de/lennart/projects/nss-mdns/nss-mdns-${PV}.tar.gz" | 13 | SRC_URI = "http://0pointer.de/lennart/projects/nss-mdns/nss-mdns-${PV}.tar.gz" |
14 | |||
15 | SRC_URI[md5sum] = "03938f17646efbb50aa70ba5f99f51d7" | ||
16 | SRC_URI[sha256sum] = "1e683c2e7c3921814706d62fbbd3e9cbf493a75fa00255e0e715508d8134fa6d" | ||
14 | S = "${WORKDIR}/nss-mdns-${PV}" | 17 | S = "${WORKDIR}/nss-mdns-${PV}" |
15 | 18 | ||
16 | inherit autotools | 19 | inherit autotools |
diff --git a/meta/recipes-connectivity/libpcap/libpcap_1.1.1.bb b/meta/recipes-connectivity/libpcap/libpcap_1.1.1.bb index 58ab5e6c95..de04290c96 100644 --- a/meta/recipes-connectivity/libpcap/libpcap_1.1.1.bb +++ b/meta/recipes-connectivity/libpcap/libpcap_1.1.1.bb | |||
@@ -5,6 +5,9 @@ PR = "r0" | |||
5 | SRC_URI += "file://aclocal.patch \ | 5 | SRC_URI += "file://aclocal.patch \ |
6 | file://ieee80215-arphrd.patch" | 6 | file://ieee80215-arphrd.patch" |
7 | 7 | ||
8 | SRC_URI[md5sum] = "1bca27d206970badae248cfa471bbb47" | ||
9 | SRC_URI[sha256sum] = "508cca15547e55d1318498b838456a21770c450beb2dc7d7d4a96d90816e5a85" | ||
10 | |||
8 | # | 11 | # |
9 | # make install doesn't cover the shared lib | 12 | # make install doesn't cover the shared lib |
10 | # make install-shared is just broken (no symlinks) | 13 | # make install-shared is just broken (no symlinks) |
diff --git a/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.23.bb b/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.23.bb index c6b02fe19a..3077ea2eef 100644 --- a/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.23.bb +++ b/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.23.bb | |||
@@ -8,6 +8,9 @@ PR = "r0" | |||
8 | 8 | ||
9 | SRC_URI = "http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/${BPN}-${PV}.tar.gz" | 9 | SRC_URI = "http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/${BPN}-${PV}.tar.gz" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "28f3ece648c1dc5d25e8d623d55f8bd6" | ||
12 | SRC_URI[sha256sum] = "69d20cfc6be6bf7ede2a55da687dc6853f2db6c8ef826a0b5e3235e7d46f4051" | ||
13 | |||
11 | inherit autotools | 14 | inherit autotools |
12 | 15 | ||
13 | EXTRA_OECONF = "--disable-ldap" | 16 | EXTRA_OECONF = "--disable-ldap" |
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.3.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.3.bb index 4056dda65c..d86bd0f737 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.3.bb +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.3.bb | |||
@@ -19,6 +19,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/nfs/nfs-utils-${PV}.tar.bz2 \ | |||
19 | file://nfs-utils-1.0.6-uclibc.patch \ | 19 | file://nfs-utils-1.0.6-uclibc.patch \ |
20 | file://nfsserver" | 20 | file://nfsserver" |
21 | 21 | ||
22 | SRC_URI[md5sum] = "1131dc5f27c4f3905a6e7ee0d594fd4d" | ||
23 | SRC_URI[sha256sum] = "5575ece941097cbfa67fbe0d220dfa11b73f5e6d991e7939c9339bd72259ff19" | ||
24 | |||
22 | PARALLEL_MAKE = "" | 25 | PARALLEL_MAKE = "" |
23 | 26 | ||
24 | # Only kernel-module-nfsd is required here (but can be built-in) - the nfsd module will | 27 | # Only kernel-module-nfsd is required here (but can be built-in) - the nfsd module will |
diff --git a/meta/recipes-connectivity/openssl/openssl_0.9.8p.bb b/meta/recipes-connectivity/openssl/openssl_0.9.8p.bb index fe0227275f..42888f6a9c 100644 --- a/meta/recipes-connectivity/openssl/openssl_0.9.8p.bb +++ b/meta/recipes-connectivity/openssl/openssl_0.9.8p.bb | |||
@@ -22,6 +22,9 @@ SRC_URI += "file://debian/ca.patch \ | |||
22 | file://debian/version-script.patch \ | 22 | file://debian/version-script.patch \ |
23 | file://debian/perl-path.diff" | 23 | file://debian/perl-path.diff" |
24 | 24 | ||
25 | SRC_URI[md5sum] = "7f24047f70364c9eabc94899e356ce39" | ||
26 | SRC_URI[sha256sum] = "b2645e2a2af221fa230b5ef6aa2b9388a875801b74cbddbb16be557f80f45242" | ||
27 | |||
25 | SRC_URI += "file://configure-targets.patch \ | 28 | SRC_URI += "file://configure-targets.patch \ |
26 | file://shared-libs.patch" | 29 | file://shared-libs.patch" |
27 | 30 | ||
diff --git a/meta/recipes-connectivity/portmap/portmap_6.0.bb b/meta/recipes-connectivity/portmap/portmap_6.0.bb index 49ac1d8332..07aa3601fa 100644 --- a/meta/recipes-connectivity/portmap/portmap_6.0.bb +++ b/meta/recipes-connectivity/portmap/portmap_6.0.bb | |||
@@ -8,6 +8,9 @@ SRC_URI = "http://www.sourcefiles.org/Networking/Tools/Miscellanenous/portmap-6. | |||
8 | file://tcpd-config.patch \ | 8 | file://tcpd-config.patch \ |
9 | file://portmap.init" | 9 | file://portmap.init" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "ac108ab68bf0f34477f8317791aaf1ff" | ||
12 | SRC_URI[sha256sum] = "02c820d39f3e6e729d1bea3287a2d8a6c684f1006fb9612f97dcad4a281d41de" | ||
13 | |||
11 | S = "${WORKDIR}/${BPN}_${PV}/" | 14 | S = "${WORKDIR}/${BPN}_${PV}/" |
12 | 15 | ||
13 | CPPFLAGS += "-DFACILITY=LOG_DAEMON -DENABLE_DNS -DHOSTS_ACCESS" | 16 | CPPFLAGS += "-DFACILITY=LOG_DAEMON -DENABLE_DNS -DHOSTS_ACCESS" |
diff --git a/meta/recipes-connectivity/ppp/ppp_2.4.5.bb b/meta/recipes-connectivity/ppp/ppp_2.4.5.bb index 3e9ce536f7..bbbcb3236a 100644 --- a/meta/recipes-connectivity/ppp/ppp_2.4.5.bb +++ b/meta/recipes-connectivity/ppp/ppp_2.4.5.bb | |||
@@ -26,6 +26,9 @@ SRC_URI = "http://ppp.samba.org/ftp/ppp/ppp-${PV}.tar.gz \ | |||
26 | file://08setupdns \ | 26 | file://08setupdns \ |
27 | file://92removedns" | 27 | file://92removedns" |
28 | 28 | ||
29 | SRC_URI[md5sum] = "4621bc56167b6953ec4071043fe0ec57" | ||
30 | SRC_URI[sha256sum] = "43317afec9299f9920b96f840414c977f0385410202d48e56d2fdb8230003505" | ||
31 | |||
29 | SRC_URI_append_nylon = " file://ppp-tdbread.patch;patch=1" | 32 | SRC_URI_append_nylon = " file://ppp-tdbread.patch;patch=1" |
30 | 33 | ||
31 | inherit autotools | 34 | inherit autotools |
diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.43.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.43.bb index ad754a7fb8..16d88dc86c 100644 --- a/meta/recipes-connectivity/resolvconf/resolvconf_1.43.bb +++ b/meta/recipes-connectivity/resolvconf/resolvconf_1.43.bb | |||
@@ -15,6 +15,9 @@ PR = "r1" | |||
15 | 15 | ||
16 | SRC_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/resolvconf_${PV}.tar.gz" | 16 | SRC_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/resolvconf_${PV}.tar.gz" |
17 | 17 | ||
18 | SRC_URI[md5sum] = "15faef2aba7b99782f3b0b8b5d30f80a" | ||
19 | SRC_URI[sha256sum] = "17e1105cddd928adf7d47e050f9bb49557850687f800b3e24cbbf22933ff31ae" | ||
20 | |||
18 | do_compile () { | 21 | do_compile () { |
19 | : | 22 | : |
20 | } | 23 | } |
diff --git a/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb b/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb index 178bf34af6..b2b9e75df8 100644 --- a/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb +++ b/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb | |||
@@ -14,6 +14,9 @@ SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-$ | |||
14 | file://prefer_python_2.5.patch;patch=1 \ | 14 | file://prefer_python_2.5.patch;patch=1 \ |
15 | file://doublefix.patch;patch=1" | 15 | file://doublefix.patch;patch=1" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "490ca1a0c614d4466394b72d43bf7370" | ||
18 | SRC_URI[sha256sum] = "e0d230be855125163579743418203c6f6be2f10f98c4f065735c1dc9ed115878" | ||
19 | |||
17 | inherit autotools pkgconfig | 20 | inherit autotools pkgconfig |
18 | 21 | ||
19 | FILES_${PN} += "${datadir}/telepathy \ | 22 | FILES_${PN} += "${datadir}/telepathy \ |
diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.13.5.bb b/meta/recipes-connectivity/telepathy/telepathy-glib_0.13.5.bb index 5dfad9fa87..17b6f86adb 100644 --- a/meta/recipes-connectivity/telepathy/telepathy-glib_0.13.5.bb +++ b/meta/recipes-connectivity/telepathy/telepathy-glib_0.13.5.bb | |||
@@ -7,6 +7,9 @@ PR = "r0" | |||
7 | 7 | ||
8 | SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${P}.tar.gz" | 8 | SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${P}.tar.gz" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "178de3965614a3a59123e33ec1b1e8a6" | ||
11 | SRC_URI[sha256sum] = "ad6e12a062c8ebe1f1fd20065acc214b9395b3d766bf2a122b12c5f811007735" | ||
12 | |||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e" |
11 | 14 | ||
12 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
diff --git a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.6.bb b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.6.bb index 0e7f4b739f..f5222525db 100644 --- a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.6.bb +++ b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.6.bb | |||
@@ -9,6 +9,9 @@ PR = "r0" | |||
9 | 9 | ||
10 | SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" | 10 | SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "0efe17425cdc3490714947ff68003bf6" | ||
13 | SRC_URI[sha256sum] = "fc05a1780499eab3b168b1826e2fe18dbe4bea3576ea0ff2b548b063336c61f5" | ||
14 | |||
12 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
13 | 16 | ||
14 | FILES_${PN} += "${datadir}/telepathy \ | 17 | FILES_${PN} += "${datadir}/telepathy \ |
diff --git a/meta/recipes-connectivity/wireless-tools/wireless-tools_29.bb b/meta/recipes-connectivity/wireless-tools/wireless-tools_29.bb index 6bb1193c65..70bf91b744 100644 --- a/meta/recipes-connectivity/wireless-tools/wireless-tools_29.bb +++ b/meta/recipes-connectivity/wireless-tools/wireless-tools_29.bb | |||
@@ -14,6 +14,9 @@ SRC_URI = "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.2 | |||
14 | file://man.patch;apply=yes \ | 14 | file://man.patch;apply=yes \ |
15 | file://wireless-tools.if-pre-up \ | 15 | file://wireless-tools.if-pre-up \ |
16 | file://zzz-wireless.if-pre-up" | 16 | file://zzz-wireless.if-pre-up" |
17 | |||
18 | SRC_URI[md5sum] = "e06c222e186f7cc013fd272d023710cb" | ||
19 | SRC_URI[sha256sum] = "6fb80935fe208538131ce2c4178221bab1078a1656306bce8909c19887e2e5a1" | ||
17 | S = "${WORKDIR}/wireless_tools.29" | 20 | S = "${WORKDIR}/wireless_tools.29" |
18 | 21 | ||
19 | CFLAGS =+ "-I${S}" | 22 | CFLAGS =+ "-I${S}" |
diff --git a/meta/recipes-connectivity/zeroconf/zeroconf_0.9.bb b/meta/recipes-connectivity/zeroconf/zeroconf_0.9.bb index 8bcd4767c8..8e854c1838 100644 --- a/meta/recipes-connectivity/zeroconf/zeroconf_0.9.bb +++ b/meta/recipes-connectivity/zeroconf/zeroconf_0.9.bb | |||
@@ -22,6 +22,9 @@ SRC_URI = "http://www.progsoc.org/~wildfire/zeroconf/download/${PN}-${PV}.tar.gz | |||
22 | file://zeroconf-default \ | 22 | file://zeroconf-default \ |
23 | file://debian-zeroconf" | 23 | file://debian-zeroconf" |
24 | 24 | ||
25 | SRC_URI[md5sum] = "bdafb16b008ebb5633e4e581f77821d2" | ||
26 | SRC_URI[sha256sum] = "a8c74df127753e2310fa1e072f3c9ca44a404bb0bbce9cfec7a84c6dff8bec7b" | ||
27 | |||
25 | do_install () { | 28 | do_install () { |
26 | install -d ${D}${sbindir} | 29 | install -d ${D}${sbindir} |
27 | install -d ${D}${sysconfdir}/network/if-up.d | 30 | install -d ${D}${sysconfdir}/network/if-up.d |