From 1ca779af6b83b5320006f2e0d43940828eb782e6 Mon Sep 17 00:00:00 2001 From: lumag Date: Mon, 11 May 2015 22:38:26 +0300 Subject: 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 --- recipes-support/obexpush/obexpush_1.0.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-support/obexpush/obexpush_1.0.0.bb') 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" -- cgit 1.2.3-korg