diff options
| -rw-r--r-- | meta-networking/recipes-devtools/libcoap/libcoap_4.3.1.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-networking/recipes-devtools/libcoap/libcoap_4.3.1.bb b/meta-networking/recipes-devtools/libcoap/libcoap_4.3.1.bb index 0fc342560a..efea3fab74 100644 --- a/meta-networking/recipes-devtools/libcoap/libcoap_4.3.1.bb +++ b/meta-networking/recipes-devtools/libcoap/libcoap_4.3.1.bb | |||
| @@ -16,6 +16,8 @@ S = "${WORKDIR}/git" | |||
| 16 | 16 | ||
| 17 | inherit autotools manpages pkgconfig ptest | 17 | inherit autotools manpages pkgconfig ptest |
| 18 | 18 | ||
| 19 | DEPENDS += "ctags-native" | ||
| 20 | |||
| 19 | PACKAGECONFIG ?= "\ | 21 | PACKAGECONFIG ?= "\ |
| 20 | async openssl tcp \ | 22 | async openssl tcp \ |
| 21 | ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \ | 23 | ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \ |
| @@ -42,6 +44,10 @@ python () { | |||
| 42 | 44 | ||
| 43 | export SGML_CATALOG_FILES="file://${STAGING_ETCDIR_NATIVE}/xml/catalog" | 45 | export SGML_CATALOG_FILES="file://${STAGING_ETCDIR_NATIVE}/xml/catalog" |
| 44 | 46 | ||
| 47 | do_compile:prepend() { | ||
| 48 | oe_runmake update-map-file | ||
| 49 | } | ||
| 50 | |||
| 45 | do_install_ptest () { | 51 | do_install_ptest () { |
| 46 | install -d ${D}${PTEST_PATH} | 52 | install -d ${D}${PTEST_PATH} |
| 47 | install -m 0755 ${WORKDIR}/run-ptest ${D}${PTEST_PATH}/run-ptest | 53 | install -m 0755 ${WORKDIR}/run-ptest ${D}${PTEST_PATH}/run-ptest |
