[oe-commits] [meta-openembedded] 07/15: iwd: install API documentation

git at git.openembedded.org git at git.openembedded.org
Thu Dec 6 18:50:09 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit c899bcf6645c29c28604400d397bc26d14f53635
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Wed Dec 5 12:51:00 2018 +0000

    iwd: install API documentation
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-connectivity/iwd/iwd_0.12.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-oe/recipes-connectivity/iwd/iwd_0.12.bb b/meta-oe/recipes-connectivity/iwd/iwd_0.12.bb
index 3caad20..16c537b 100644
--- a/meta-oe/recipes-connectivity/iwd/iwd_0.12.bb
+++ b/meta-oe/recipes-connectivity/iwd/iwd_0.12.bb
@@ -21,6 +21,11 @@ do_configure_prepend () {
     mkdir -p ${S}/build-aux
 }
 
+do_install_append() {
+    mkdir --parents ${D}${docdir}/${BPN}
+    install -m644 ${S}/doc/*.txt ${D}${docdir}/${BPN}
+}
+
 FILES_${PN} += "${datadir}/dbus-1"
 
 SYSTEMD_SERVICE_${PN} = "iwd.service ${@bb.utils.contains('PACKAGECONFIG', 'wired', 'ead.service', '', d)}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list