diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-18 18:53:48 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-22 15:56:28 +0200 |
commit | 289217bbc3c5c53f486ab5615a6d6196e3c12cf2 (patch) | |
tree | f9551306e700a0ba0218177f3ec417f76d1f5759 /meta-oe/recipes-connectivity/zeromq | |
parent | f2bec07b87b3f1118aa1d1f194d230920f1afe01 (diff) | |
download | meta-openembedded-289217bbc3c5c53f486ab5615a6d6196e3c12cf2.tar.gz |
meta-oe: fix indentation
* remove tabs which sneaked in since last cleanup
* meta-oe layers are using consistent indentation with 4 spaces, see
http://www.openembedded.org/wiki/Styleguide
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/zeromq')
-rw-r--r-- | meta-oe/recipes-connectivity/zeromq/zeromq_4.1.5.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-oe/recipes-connectivity/zeromq/zeromq_4.1.5.bb b/meta-oe/recipes-connectivity/zeromq/zeromq_4.1.5.bb index 34749d0b4..8da86746b 100644 --- a/meta-oe/recipes-connectivity/zeromq/zeromq_4.1.5.bb +++ b/meta-oe/recipes-connectivity/zeromq/zeromq_4.1.5.bb | |||
@@ -7,8 +7,8 @@ PACKAGECONFIG ??= "libsodium" | |||
7 | PACKAGECONFIG[libsodium] = "--with-libsodium, --without-libsodium, libsodium" | 7 | PACKAGECONFIG[libsodium] = "--with-libsodium, --without-libsodium, libsodium" |
8 | 8 | ||
9 | SRC_URI = "http://github.com/zeromq/zeromq4-1/releases/download/v${PV}/zeromq-${PV}.tar.gz \ | 9 | SRC_URI = "http://github.com/zeromq/zeromq4-1/releases/download/v${PV}/zeromq-${PV}.tar.gz \ |
10 | file://run-ptest \ | 10 | file://run-ptest \ |
11 | " | 11 | " |
12 | SRC_URI[md5sum] = "e7adf4b7dbae09b28cfd10d26cd67fac" | 12 | SRC_URI[md5sum] = "e7adf4b7dbae09b28cfd10d26cd67fac" |
13 | SRC_URI[sha256sum] = "04aac57f081ffa3a2ee5ed04887be9e205df3a7ddade0027460b8042432bdbcf" | 13 | SRC_URI[sha256sum] = "04aac57f081ffa3a2ee5ed04887be9e205df3a7ddade0027460b8042432bdbcf" |
14 | 14 | ||
@@ -22,11 +22,11 @@ S = "${WORKDIR}/zeromq-${PV}" | |||
22 | inherit autotools ptest pkgconfig | 22 | inherit autotools ptest pkgconfig |
23 | 23 | ||
24 | do_compile_ptest () { | 24 | do_compile_ptest () { |
25 | echo 'buildtest-TESTS: $(check_PROGRAMS)' >> ${B}/Makefile | 25 | echo 'buildtest-TESTS: $(check_PROGRAMS)' >> ${B}/Makefile |
26 | oe_runmake buildtest-TESTS | 26 | oe_runmake buildtest-TESTS |
27 | } | 27 | } |
28 | 28 | ||
29 | do_install_ptest () { | 29 | do_install_ptest () { |
30 | install -d ${D}${PTEST_PATH}/tests | 30 | install -d ${D}${PTEST_PATH}/tests |
31 | install -m 0755 ${B}/.libs/test_* ${D}${PTEST_PATH}/tests | 31 | install -m 0755 ${B}/.libs/test_* ${D}${PTEST_PATH}/tests |
32 | } | 32 | } |