]> code.ossystems Code Review - openembedded-core.git/commit
connman: Add patches to fix connman on fs with no d_type support
authorAndrei Gherzan <andrei@gherzan.ro>
Tue, 17 Jul 2012 13:39:26 +0000 (13:39 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jul 2012 16:08:39 +0000 (17:08 +0100)
commit09203299c666791ce35d5a897fd1aa2b0d281dd6
tree8d3265e1a6490d390cc976e06ded3e9dfc5de71d
parent59f4d7537f7662ed82238f0be2626a1940789433
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.

Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/connman/connman/0001-timezone.c-If-there-is-no-d_type-support-use-fstatat.patch [new file with mode: 0644]
meta/recipes-connectivity/connman/connman/0002-storage.c-If-there-is-no-d_type-support-use-fstatat.patch [new file with mode: 0644]
meta/recipes-connectivity/connman/connman_1.3.bb