mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 00:50:00 +00:00
iwd: install API documentation
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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)}"
|
||||
|
||||
Reference in New Issue
Block a user