diff options
author | Ross Burton <ross.burton@intel.com> | 2018-12-05 12:51:00 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-12-05 10:18:59 -0800 |
commit | c899bcf6645c29c28604400d397bc26d14f53635 (patch) | |
tree | 1d489c73b76d2de4febd8848cc8a05e0a3b2c025 /meta-oe/recipes-connectivity/iwd | |
parent | 120f62d4fbed16517e689b1de6ba58901ae88943 (diff) | |
download | meta-openembedded-c899bcf6645c29c28604400d397bc26d14f53635.tar.gz |
iwd: install API documentation
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/iwd')
-rw-r--r-- | meta-oe/recipes-connectivity/iwd/iwd_0.12.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/iwd/iwd_0.12.bb b/meta-oe/recipes-connectivity/iwd/iwd_0.12.bb index 3caad20a4..16c537b66 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 () { | |||
21 | mkdir -p ${S}/build-aux | 21 | mkdir -p ${S}/build-aux |
22 | } | 22 | } |
23 | 23 | ||
24 | do_install_append() { | ||
25 | mkdir --parents ${D}${docdir}/${BPN} | ||
26 | install -m644 ${S}/doc/*.txt ${D}${docdir}/${BPN} | ||
27 | } | ||
28 | |||
24 | FILES_${PN} += "${datadir}/dbus-1" | 29 | FILES_${PN} += "${datadir}/dbus-1" |
25 | 30 | ||
26 | SYSTEMD_SERVICE_${PN} = "iwd.service ${@bb.utils.contains('PACKAGECONFIG', 'wired', 'ead.service', '', d)}" | 31 | SYSTEMD_SERVICE_${PN} = "iwd.service ${@bb.utils.contains('PACKAGECONFIG', 'wired', 'ead.service', '', d)}" |