diff options
| -rw-r--r-- | meta-oe/recipes-connectivity/iwd/iwd_0.12.bb | 24 |
1 files changed, 24 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 new file mode 100644 index 0000000000..a4261547e4 --- /dev/null +++ b/meta-oe/recipes-connectivity/iwd/iwd_0.12.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | DESCRIPTION = "Wireless daemon for Linux" | ||
| 2 | LICENSE = "LGPL-2.1" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=fb504b67c50331fc78734fed90fb0e09" | ||
| 4 | |||
| 5 | inherit autotools pkgconfig systemd | ||
| 6 | |||
| 7 | DEPENDS = "ell readline dbus" | ||
| 8 | |||
| 9 | SRC_URI = "git://git.kernel.org/pub/scm/network/wireless/iwd.git" | ||
| 10 | SRCREV = "d7609915db4b57229f7dd4c04b4eabcce637872a" | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | SYSTEMD_SERVICE_${PN} = "iwd.service" | ||
| 14 | |||
| 15 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | ||
| 16 | PACKAGECONFIG[systemd] = "--with-systemd-unitdir=${systemd_system_unitdir},--disable-systemd-service,systemd" | ||
| 17 | |||
| 18 | EXTRA_OECONF += "--enable-external-ell" | ||
| 19 | |||
| 20 | do_configure_prepend () { | ||
| 21 | mkdir -p ${S}/build-aux | ||
| 22 | } | ||
| 23 | |||
| 24 | FILES_${PN} += "${datadir}/dbus-1" | ||
