diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/zeromq/zeromq_4.1.5.bb')
| -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 34749d0b47..8da86746be 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 | } |
