diff options
Diffstat (limited to 'meta/recipes-connectivity')
11 files changed, 11 insertions, 11 deletions
diff --git a/meta/recipes-connectivity/bind/bind_9.8.1.bb b/meta/recipes-connectivity/bind/bind_9.8.1.bb index 19a9f056fa..e12bb392f3 100644 --- a/meta/recipes-connectivity/bind/bind_9.8.1.bb +++ b/meta/recipes-connectivity/bind/bind_9.8.1.bb | |||
@@ -33,7 +33,7 @@ EXTRA_OECONF = " ${ENABLE_IPV6} --with-randomdev=/dev/random --disable-threads \ | |||
33 | --with-openssl=${STAGING_LIBDIR}/.. --with-libxml2=${STAGING_LIBDIR}/.. \ | 33 | --with-openssl=${STAGING_LIBDIR}/.. --with-libxml2=${STAGING_LIBDIR}/.. \ |
34 | --enable-exportlib --with-export-includedir=${includedir} --with-export-libdir=${libdir} \ | 34 | --enable-exportlib --with-export-includedir=${includedir} --with-export-libdir=${libdir} \ |
35 | " | 35 | " |
36 | inherit autotools update-rc.d | 36 | inherit autotools-brokensep update-rc.d |
37 | 37 | ||
38 | INITSCRIPT_NAME = "bind" | 38 | INITSCRIPT_NAME = "bind" |
39 | INITSCRIPT_PARAMS = "defaults" | 39 | INITSCRIPT_PARAMS = "defaults" |
diff --git a/meta/recipes-connectivity/bluez/bluez4.inc b/meta/recipes-connectivity/bluez/bluez4.inc index 73c2b75f6c..0827005074 100644 --- a/meta/recipes-connectivity/bluez/bluez4.inc +++ b/meta/recipes-connectivity/bluez/bluez4.inc | |||
@@ -24,7 +24,7 @@ SRC_URI = "\ | |||
24 | " | 24 | " |
25 | S = "${WORKDIR}/bluez-${PV}" | 25 | S = "${WORKDIR}/bluez-${PV}" |
26 | 26 | ||
27 | inherit autotools | 27 | inherit autotools-brokensep |
28 | 28 | ||
29 | EXTRA_OECONF = "\ | 29 | EXTRA_OECONF = "\ |
30 | --disable-gstreamer \ | 30 | --disable-gstreamer \ |
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index e08dff4ca5..2b832efa2c 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc | |||
@@ -19,7 +19,7 @@ SRC_URI = "\ | |||
19 | " | 19 | " |
20 | S = "${WORKDIR}/bluez-${PV}" | 20 | S = "${WORKDIR}/bluez-${PV}" |
21 | 21 | ||
22 | inherit autotools pkgconfig systemd | 22 | inherit autotools-brokensep pkgconfig systemd |
23 | 23 | ||
24 | EXTRA_OECONF = "\ | 24 | EXTRA_OECONF = "\ |
25 | --enable-tools \ | 25 | --enable-tools \ |
diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb index f69d78c449..f121ea395e 100644 --- a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb +++ b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb | |||
@@ -18,7 +18,7 @@ SRC_URI = "git://github.com/connectivity/connman-gnome.git \ | |||
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||
21 | inherit autotools gtk-icon-cache | 21 | inherit autotools-brokensep gtk-icon-cache |
22 | 22 | ||
23 | RDEPENDS_${PN} = "connman" | 23 | RDEPENDS_${PN} = "connman" |
24 | 24 | ||
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 84d8d1d200..b3147c9dbc 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++ b/meta/recipes-connectivity/connman/connman.inc | |||
@@ -66,7 +66,7 @@ SYSTEMD_SERVICE_${PN} = "connman.service" | |||
66 | SYSTEMD_SERVICE_${PN}-vpn = "connman-vpn.service" | 66 | SYSTEMD_SERVICE_${PN}-vpn = "connman-vpn.service" |
67 | SYSTEMD_WIRED_SETUP = "ExecStartPre=-${libdir}/connman/wired-setup" | 67 | SYSTEMD_WIRED_SETUP = "ExecStartPre=-${libdir}/connman/wired-setup" |
68 | 68 | ||
69 | inherit autotools pkgconfig systemd update-rc.d | 69 | inherit autotools-brokensep pkgconfig systemd update-rc.d |
70 | 70 | ||
71 | do_configure_append () { | 71 | do_configure_append () { |
72 | sed -i "s#ExecStart=#${SYSTEMD_WIRED_SETUP}\nExecStart=#" ${S}/src/connman.service | 72 | sed -i "s#ExecStart=#${SYSTEMD_WIRED_SETUP}\nExecStart=#" ${S}/src/connman.service |
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 7f216ac704..7403dc95da 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 | |||
@@ -19,7 +19,7 @@ SRC_URI[sha256sum] = "61980551e46b2eaa9e17ad31cbc1a638074611fc33bff34163d10c7a67 | |||
19 | 19 | ||
20 | export SYS_INCLUDES="-I${STAGING_INCDIR}" | 20 | export SYS_INCLUDES="-I${STAGING_INCDIR}" |
21 | 21 | ||
22 | inherit autotools update-rc.d | 22 | inherit autotools-brokensep update-rc.d |
23 | 23 | ||
24 | INITSCRIPT_NAME = "irattach" | 24 | INITSCRIPT_NAME = "irattach" |
25 | INITSCRIPT_PARAMS = "defaults 20" | 25 | INITSCRIPT_PARAMS = "defaults 20" |
diff --git a/meta/recipes-connectivity/neard/neard.inc b/meta/recipes-connectivity/neard/neard.inc index 7cccbdc9fb..1dde1da377 100644 --- a/meta/recipes-connectivity/neard/neard.inc +++ b/meta/recipes-connectivity/neard/neard.inc | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \ | |||
9 | file://src/near.h;beginline=1;endline=20;md5=358e4deefef251a4761e1ffacc965d13 \ | 9 | file://src/near.h;beginline=1;endline=20;md5=358e4deefef251a4761e1ffacc965d13 \ |
10 | " | 10 | " |
11 | 11 | ||
12 | inherit autotools pkgconfig systemd update-rc.d | 12 | inherit autotools-brokensep pkgconfig systemd update-rc.d |
13 | 13 | ||
14 | EXTRA_OECONF += "--enable-tools" | 14 | EXTRA_OECONF += "--enable-tools" |
15 | 15 | ||
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.9.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.9.bb index 45eacd970e..da371608d2 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.9.bb +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.9.bb | |||
@@ -44,7 +44,7 @@ INITSCRIPT_PARAMS = "defaults" | |||
44 | INITSCRIPT_NAME_${PN}-client = "nfscommon" | 44 | INITSCRIPT_NAME_${PN}-client = "nfscommon" |
45 | INITSCRIPT_PARAMS_${PN}-client = "defaults 19 21" | 45 | INITSCRIPT_PARAMS_${PN}-client = "defaults 19 21" |
46 | 46 | ||
47 | inherit autotools update-rc.d systemd | 47 | inherit autotools-brokensep update-rc.d systemd |
48 | 48 | ||
49 | SYSTEMD_SERVICE_${PN} = "nfs-server.service nfs-mountd.service" | 49 | SYSTEMD_SERVICE_${PN} = "nfs-server.service nfs-mountd.service" |
50 | SYSTEMD_SERVICE_${PN}-client = "nfs-statd.service" | 50 | SYSTEMD_SERVICE_${PN}-client = "nfs-statd.service" |
diff --git a/meta/recipes-connectivity/openssh/openssh_6.4p1.bb b/meta/recipes-connectivity/openssh/openssh_6.4p1.bb index b5e84d4838..236714de2d 100644 --- a/meta/recipes-connectivity/openssh/openssh_6.4p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_6.4p1.bb | |||
@@ -49,7 +49,7 @@ SYSTEMD_SERVICE_${PN}-sshd = "sshd.socket" | |||
49 | PACKAGECONFIG ??= "tcp-wrappers" | 49 | PACKAGECONFIG ??= "tcp-wrappers" |
50 | PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,,tcp-wrappers" | 50 | PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,,tcp-wrappers" |
51 | 51 | ||
52 | inherit autotools | 52 | inherit autotools-brokensep |
53 | 53 | ||
54 | # LFS support: | 54 | # LFS support: |
55 | CFLAGS += "-D__FILE_OFFSET_BITS=64" | 55 | CFLAGS += "-D__FILE_OFFSET_BITS=64" |
diff --git a/meta/recipes-connectivity/ppp/ppp_2.4.5.bb b/meta/recipes-connectivity/ppp/ppp_2.4.5.bb index 52bab4fc43..15ee3ff597 100644 --- a/meta/recipes-connectivity/ppp/ppp_2.4.5.bb +++ b/meta/recipes-connectivity/ppp/ppp_2.4.5.bb | |||
@@ -37,7 +37,7 @@ SRC_URI = "http://ppp.samba.org/ftp/ppp/ppp-${PV}.tar.gz \ | |||
37 | SRC_URI[md5sum] = "4621bc56167b6953ec4071043fe0ec57" | 37 | SRC_URI[md5sum] = "4621bc56167b6953ec4071043fe0ec57" |
38 | SRC_URI[sha256sum] = "43317afec9299f9920b96f840414c977f0385410202d48e56d2fdb8230003505" | 38 | SRC_URI[sha256sum] = "43317afec9299f9920b96f840414c977f0385410202d48e56d2fdb8230003505" |
39 | 39 | ||
40 | inherit autotools | 40 | inherit autotools-brokensep |
41 | 41 | ||
42 | TARGET_CC_ARCH += " ${LDFLAGS}" | 42 | TARGET_CC_ARCH += " ${LDFLAGS}" |
43 | EXTRA_OEMAKE = "STRIPPROG=${STRIP} MANDIR=${D}${datadir}/man/man8 INCDIR=${D}${includedir} LIBDIR=${D}${libdir}/pppd/${PV} BINDIR=${D}${sbindir}" | 43 | EXTRA_OEMAKE = "STRIPPROG=${STRIP} MANDIR=${D}${datadir}/man/man8 INCDIR=${D}${includedir} LIBDIR=${D}${libdir}/pppd/${PV} BINDIR=${D}${sbindir}" |
diff --git a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.16.1.bb b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.16.1.bb index b242f1a67f..9ae68ddea9 100644 --- a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.16.1.bb +++ b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.16.1.bb | |||
@@ -12,7 +12,7 @@ SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-mission-control/$ | |||
12 | SRC_URI[md5sum] = "421115a35b9e427807326877f86e7f43" | 12 | SRC_URI[md5sum] = "421115a35b9e427807326877f86e7f43" |
13 | SRC_URI[sha256sum] = "14ceb7d53535b43d44b8271ad11319d1d0fe6d193d154636b9e62b42799b9723" | 13 | SRC_URI[sha256sum] = "14ceb7d53535b43d44b8271ad11319d1d0fe6d193d154636b9e62b42799b9723" |
14 | 14 | ||
15 | inherit autotools pkgconfig pythonnative | 15 | inherit autotools-brokensep pkgconfig pythonnative |
16 | 16 | ||
17 | PACKAGECONFIG ??= "" | 17 | PACKAGECONFIG ??= "" |
18 | PACKAGECONFIG[upower] = "--enable-upower,--disable-upower,upower" | 18 | PACKAGECONFIG[upower] = "--enable-upower,--disable-upower,upower" |