diff options
Diffstat (limited to 'meta/recipes-connectivity/connman/connman_1.4.bb')
-rw-r--r-- | meta/recipes-connectivity/connman/connman_1.4.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/connman/connman_1.4.bb b/meta/recipes-connectivity/connman/connman_1.4.bb new file mode 100644 index 0000000000..bd8ba65cfc --- /dev/null +++ b/meta/recipes-connectivity/connman/connman_1.4.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require connman.inc | ||
2 | |||
3 | # 1.4 tag | ||
4 | SRCREV = "f701bbca259f1f35e68d338f31f5373f75f3da5f" | ||
5 | SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git \ | ||
6 | file://0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch \ | ||
7 | file://add_xuser_dbus_permission.patch \ | ||
8 | file://connman \ | ||
9 | file://0002-storage.c-If-there-is-no-d_type-support-use-fstatat.patch \ | ||
10 | file://0001-timezone.c-If-there-is-no-d_type-support-use-fstatat.patch" | ||
11 | S = "${WORKDIR}/git" | ||
12 | PR = "${INC_PR}.0" | ||