Skip to content
Snippets Groups Projects
Commit ce7c7a87 authored by Francesco Pham's avatar Francesco Pham Committed by Stefan Schmidt
Browse files

coap: fix override syntax


- convert to kirkstone override syntax
- restrict example package to include only examples directory

Signed-off-by: default avatarFrancesco Pham <francesco.pham@huawei.com>
parent ab7d94c9
No related branches found
No related tags found
1 merge request!60coap: fix override syntax
...@@ -36,4 +36,4 @@ EXTRA_OECONF = "--disable-doxygen --disable-manpages --with-mbedtls" ...@@ -36,4 +36,4 @@ EXTRA_OECONF = "--disable-doxygen --disable-manpages --with-mbedtls"
BBCLASSEXTEND = "native nativesdk" BBCLASSEXTEND = "native nativesdk"
PACKAGE_BEFORE_PN = "${PN}-examples" PACKAGE_BEFORE_PN = "${PN}-examples"
FILES_${PN}-examples = "${datadir}/*" FILES:${PN}-examples = "${datadir}/libcoap/examples/*"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment