aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-support/obexpush/obexpush_1.0.0.bb
diff options
context:
space:
mode:
authorlumag <dbaryshkov@gmail.com>2015-05-11 22:38:26 +0300
committerPaul Eggleton <paul.eggleton@linux.intel.com>2015-05-26 09:24:05 +0100
commit1ca779af6b83b5320006f2e0d43940828eb782e6 (patch)
treea08e0e73781449c7a210badfcfcf35f537666849 /recipes-support/obexpush/obexpush_1.0.0.bb
parent2931066d598d7a70f6507c2d8e5367f551b32e8e (diff)
downloadmeta-opie-1ca779af6b83b5320006f2e0d43940828eb782e6.tar.gz
obexpush: fix compilation error
Newer glibc is strict on passing mode argument to open() call if O_CREAT has been specified. Provide reasonable mode argument to fix compilation error. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'recipes-support/obexpush/obexpush_1.0.0.bb')
-rw-r--r--recipes-support/obexpush/obexpush_1.0.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-support/obexpush/obexpush_1.0.0.bb b/recipes-support/obexpush/obexpush_1.0.0.bb
index 5018728..0cb18cd 100644
--- a/recipes-support/obexpush/obexpush_1.0.0.bb
+++ b/recipes-support/obexpush/obexpush_1.0.0.bb
@@ -8,6 +8,7 @@ PR = "r7"
SRC_URI = "http://www.caside.lancs.ac.uk/bt/obexpush.tar.gz \
file://add-obextool.patch \
+ file://fix-open.patch \
file://init \
file://opd_args"
S = "${WORKDIR}/obexpush"