diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-18 18:58:34 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-22 15:56:29 +0200 |
| commit | dc48e768f527cbed0cc3899f6a2ebb396cd9ada8 (patch) | |
| tree | 24fab55846f541a4e58806887b2065baa06981ef /meta-networking/recipes-support | |
| parent | 303a585a6f6c142b94307ffe48a5c56f828fcd94 (diff) | |
| download | meta-openembedded-dc48e768f527cbed0cc3899f6a2ebb396cd9ada8.tar.gz | |
meta-oe: remove trailing spaces
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support')
3 files changed, 4 insertions, 4 deletions
diff --git a/meta-networking/recipes-support/chrony/chrony_2.4.bb b/meta-networking/recipes-support/chrony/chrony_2.4.bb index 6619e0071d..9698ae418c 100644 --- a/meta-networking/recipes-support/chrony/chrony_2.4.bb +++ b/meta-networking/recipes-support/chrony/chrony_2.4.bb | |||
| @@ -88,11 +88,11 @@ do_install() { | |||
| 88 | # System V init script | 88 | # System V init script |
| 89 | install -d ${D}${sysconfdir}/init.d | 89 | install -d ${D}${sysconfdir}/init.d |
| 90 | install -m 755 ${WORKDIR}/chronyd ${D}${sysconfdir}/init.d | 90 | install -m 755 ${WORKDIR}/chronyd ${D}${sysconfdir}/init.d |
| 91 | 91 | ||
| 92 | # systemd unit configuration file | 92 | # systemd unit configuration file |
| 93 | install -d ${D}${systemd_unitdir}/system | 93 | install -d ${D}${systemd_unitdir}/system |
| 94 | install -m 0644 ${S}/examples/chronyd.service ${D}${systemd_unitdir}/system/ | 94 | install -m 0644 ${S}/examples/chronyd.service ${D}${systemd_unitdir}/system/ |
| 95 | 95 | ||
| 96 | # Variable data (for drift and/or rtc file) | 96 | # Variable data (for drift and/or rtc file) |
| 97 | install -d ${D}${localstatedir}/lib/chrony | 97 | install -d ${D}${localstatedir}/lib/chrony |
| 98 | 98 | ||
diff --git a/meta-networking/recipes-support/cim-schema/cim-schema-final_2.40.0.bb b/meta-networking/recipes-support/cim-schema/cim-schema-final_2.40.0.bb index d65c88db7b..a14de46db6 100644 --- a/meta-networking/recipes-support/cim-schema/cim-schema-final_2.40.0.bb +++ b/meta-networking/recipes-support/cim-schema/cim-schema-final_2.40.0.bb | |||
| @@ -21,7 +21,7 @@ do_install() { | |||
| 21 | install -d -m 0755 ${D}${datadir}/doc/cim-schema-${PV} | 21 | install -d -m 0755 ${D}${datadir}/doc/cim-schema-${PV} |
| 22 | install -m 644 ${WORKDIR}/LICENSE ${D}${datadir}/doc/cim-schema-${PV} | 22 | install -m 644 ${WORKDIR}/LICENSE ${D}${datadir}/doc/cim-schema-${PV} |
| 23 | 23 | ||
| 24 | cp -R --no-dereference --preserve=mode,links -v ${S}/* ${D}${datadir}/mof/cimv${PV}/ | 24 | cp -R --no-dereference --preserve=mode,links -v ${S}/* ${D}${datadir}/mof/cimv${PV}/ |
| 25 | chown -R root:root ${D}${datadir}/mof/cimv${PV}/ | 25 | chown -R root:root ${D}${datadir}/mof/cimv${PV}/ |
| 26 | for i in `find ${D}${datadir}/mof/cimv${PV} -name "*.mof"`; do | 26 | for i in `find ${D}${datadir}/mof/cimv${PV} -name "*.mof"`; do |
| 27 | sed -i -e 's/\r//g' $i | 27 | sed -i -e 's/\r//g' $i |
diff --git a/meta-networking/recipes-support/wireshark/wireshark_2.0.4.bb b/meta-networking/recipes-support/wireshark/wireshark_2.0.4.bb index d36c3f3a5d..711c678480 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_2.0.4.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_2.0.4.bb | |||
| @@ -50,7 +50,7 @@ PACKAGECONFIG[c-ares] = "--with-c-ares=yes, --with-c-ares=no, c-ares" | |||
| 50 | EXTRA_OECONF += "--with-qt=no --enable-usr-local=no --enable-tshark --enable-rawshark" | 50 | EXTRA_OECONF += "--with-qt=no --enable-usr-local=no --enable-tshark --enable-rawshark" |
| 51 | 51 | ||
| 52 | do_configure_prepend() { | 52 | do_configure_prepend() { |
| 53 | # force to use fallback | 53 | # force to use fallback |
| 54 | sed -i -e '/^glib_prefix/s/=.*$/=""/' ${S}/aclocal-flags | 54 | sed -i -e '/^glib_prefix/s/=.*$/=""/' ${S}/aclocal-flags |
| 55 | } | 55 | } |
| 56 | 56 | ||
