summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/connman/connman_1.3.bb
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-07-17 13:39:26 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-19 17:18:10 +0100
commit9d8387170ca37561ba1bedfa73b2b3eaf5f8c6bf (patch)
treee33a7e5fb3204b396c95e0c24603ac3ecf977cfc /meta/recipes-connectivity/connman/connman_1.3.bb
parent8e0f5026fd659e4fc718b8140f01716a4a3294bb (diff)
downloadpoky-9d8387170ca37561ba1bedfa73b2b3eaf5f8c6bf.tar.gz
connman: Add patches to fix connman on fs with no d_type support
When there is not d_type avalaible on filesystem, fstatat (stat) can be used to check if the path is a directory. storage.c and timezone.c were modified accordingly. (From OE-Core rev: 09203299c666791ce35d5a897fd1aa2b0d281dd6) Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/connman/connman_1.3.bb')
-rw-r--r--meta/recipes-connectivity/connman/connman_1.3.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/connman/connman_1.3.bb b/meta/recipes-connectivity/connman/connman_1.3.bb
index 1e3d138fc2..a98b46ca1b 100644
--- a/meta/recipes-connectivity/connman/connman_1.3.bb
+++ b/meta/recipes-connectivity/connman/connman_1.3.bb
@@ -5,6 +5,8 @@ SRCREV = "3c0fa84091524c7cd6237744f2088ffee2f1d5ad"
5SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git \ 5SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git \
6 file://0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch \ 6 file://0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch \
7 file://add_xuser_dbus_permission.patch \ 7 file://add_xuser_dbus_permission.patch \
8 file://connman" 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"
9S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
10PR = "${INC_PR}.0" 12PR = "${INC_PR}.1"