diff options
Diffstat (limited to 'meta/recipes-connectivity/connman/connman_1.36.bb')
-rw-r--r-- | meta/recipes-connectivity/connman/connman_1.36.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/connman/connman_1.36.bb b/meta/recipes-connectivity/connman/connman_1.36.bb new file mode 100644 index 0000000000..6e4dbdfda6 --- /dev/null +++ b/meta/recipes-connectivity/connman/connman_1.36.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | require connman.inc | ||
2 | |||
3 | SRC_URI = "${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ | ||
4 | file://0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch \ | ||
5 | file://0001-connman.service-stop-systemd-resolved-when-we-use-co.patch \ | ||
6 | file://connman \ | ||
7 | file://no-version-scripts.patch \ | ||
8 | file://0001-Fix-various-issues-which-cause-problems-under-musl.patch \ | ||
9 | " | ||
10 | |||
11 | SRC_URI_append_libc-musl = " file://0002-resolve-musl-does-not-implement-res_ninit.patch" | ||
12 | |||
13 | SRC_URI[md5sum] = "dae77d9c904d2c223ae849e32079d57e" | ||
14 | SRC_URI[sha256sum] = "c789db41cc443fa41e661217ea321492ad59a004bebcd1aa013f3bc10a6e0074" | ||
15 | |||
16 | RRECOMMENDS_${PN} = "connman-conf" | ||