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-oe/recipes-devtools | |
| 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-oe/recipes-devtools')
| -rw-r--r-- | meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/iptraf/iptraf_3.0.0.bb | 4 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb | 6 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb b/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb index 87e524dd7b..6940d2da4a 100644 --- a/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb +++ b/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb | |||
| @@ -101,7 +101,7 @@ do_install () { | |||
| 101 | 101 | ||
| 102 | install -m 0755 -d ${D}${sysconfdir}/avahi/services/ | 102 | install -m 0755 -d ${D}${sysconfdir}/avahi/services/ |
| 103 | install -m 0644 ${WORKDIR}/cloud9-avahi.service ${D}${sysconfdir}/avahi/services/ | 103 | install -m 0644 ${WORKDIR}/cloud9-avahi.service ${D}${sysconfdir}/avahi/services/ |
| 104 | 104 | ||
| 105 | install -d ${D}${systemd_unitdir}/system | 105 | install -d ${D}${systemd_unitdir}/system |
| 106 | install -m 0644 ${WORKDIR}/cloud9.service ${D}${systemd_unitdir}/system | 106 | install -m 0644 ${WORKDIR}/cloud9.service ${D}${systemd_unitdir}/system |
| 107 | } | 107 | } |
diff --git a/meta-oe/recipes-devtools/iptraf/iptraf_3.0.0.bb b/meta-oe/recipes-devtools/iptraf/iptraf_3.0.0.bb index 4d677efb1d..e7a406fc5a 100644 --- a/meta-oe/recipes-devtools/iptraf/iptraf_3.0.0.bb +++ b/meta-oe/recipes-devtools/iptraf/iptraf_3.0.0.bb | |||
| @@ -20,7 +20,7 @@ RDEPENDS_${PN} = "ncurses" | |||
| 20 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | 20 | EXTRA_OEMAKE = "-e MAKEFLAGS=" |
| 21 | 21 | ||
| 22 | do_compile() { | 22 | do_compile() { |
| 23 | oe_runmake -C src all | 23 | oe_runmake -C src all |
| 24 | } | 24 | } |
| 25 | 25 | ||
| 26 | do_install_append() { | 26 | do_install_append() { |
| @@ -33,7 +33,7 @@ do_install() { | |||
| 33 | TARGET=${D}${bindir} \ | 33 | TARGET=${D}${bindir} \ |
| 34 | WORKDIR=${D}${localstatedir}/local/iptraf \ | 34 | WORKDIR=${D}${localstatedir}/local/iptraf \ |
| 35 | LOGDIR=${D}${localstatedir}/log/iptraf \ | 35 | LOGDIR=${D}${localstatedir}/log/iptraf \ |
| 36 | LOCKDIR=${D}${localstatedir}/run/iptraf | 36 | LOCKDIR=${D}${localstatedir}/run/iptraf |
| 37 | } | 37 | } |
| 38 | 38 | ||
| 39 | FILES_${PN} += "${bindir} ${localstatedir} /run" | 39 | FILES_${PN} += "${bindir} ${localstatedir} /run" |
diff --git a/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb b/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb index ab15a7e7f4..3eadbe45f0 100644 --- a/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb +++ b/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb | |||
| @@ -1,12 +1,12 @@ | |||
| 1 | SUMMARY = "Templatized C++ Command Line Parser" | 1 | SUMMARY = "Templatized C++ Command Line Parser" |
| 2 | HOMEPAGE = "http://tclap.sourceforge.net/" | 2 | HOMEPAGE = "http://tclap.sourceforge.net/" |
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=c8ab0ff134bcc584d0e6b5b9f8732453" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=c8ab0ff134bcc584d0e6b5b9f8732453" |
| 5 | 5 | ||
| 6 | SRCREV = "3627d9402e529770df9b0edf2aa8c0e0d6c6bb41" | 6 | SRCREV = "3627d9402e529770df9b0edf2aa8c0e0d6c6bb41" |
| 7 | SRC_URI = "git://git.code.sf.net/p/tclap/code \ | 7 | SRC_URI = "git://git.code.sf.net/p/tclap/code \ |
| 8 | file://Makefile.am-disable-docs.patch \ | 8 | file://Makefile.am-disable-docs.patch \ |
| 9 | " | 9 | " |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | inherit autotools | 12 | inherit autotools |
diff --git a/meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb b/meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb index f5d056e00c..b848b0693e 100644 --- a/meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb +++ b/meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb | |||
| @@ -29,10 +29,10 @@ PACKAGES = "libxerces-c \ | |||
| 29 | xerces-c-samples \ | 29 | xerces-c-samples \ |
| 30 | xerces-c-samples-dbg \ | 30 | xerces-c-samples-dbg \ |
| 31 | libxerces-c-staticdev \ | 31 | libxerces-c-staticdev \ |
| 32 | " | 32 | " |
| 33 | 33 | ||
| 34 | FILES_libxerces-c = "${libdir}/libxerces-c-3.1.so" | 34 | FILES_libxerces-c = "${libdir}/libxerces-c-3.1.so" |
| 35 | FILES_libxerces-c-dbg = "${libdir}/.debug \ | 35 | FILES_libxerces-c-dbg = "${libdir}/.debug \ |
| 36 | ${prefix}/src/debug \ | 36 | ${prefix}/src/debug \ |
| 37 | " | 37 | " |
| 38 | FILES_libxerces-c-dev = "${libdir}/lib*.la \ | 38 | FILES_libxerces-c-dev = "${libdir}/lib*.la \ |
