From 0f9820f9753400d7e9b588921cb394129282af18 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 31 Aug 2012 14:12:52 -0700 Subject: ofono: Fix build on uclibc It used O_CLOEXEC which is a GNU libc feature so lets add the appropriate flag (From OE-Core rev: bf9fa09109f172e85fab14dd3ad0cf22dbd7fd14) Signed-off-by: Khem Raj Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-connectivity/ofono/ofono_1.10.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-connectivity') diff --git a/meta/recipes-connectivity/ofono/ofono_1.10.bb b/meta/recipes-connectivity/ofono/ofono_1.10.bb index 1aa137f17f..d150961be4 100644 --- a/meta/recipes-connectivity/ofono/ofono_1.10.bb +++ b/meta/recipes-connectivity/ofono/ofono_1.10.bb @@ -4,7 +4,7 @@ SRC_URI = "\ ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.bz2 \ file://ofono \ " -PR = "r0" +PR = "r1" SRC_URI[md5sum] = "dab284efb8cc4143d6f53d0fcc37b696" SRC_URI[sha256sum] = "e7931ac0dbe165eb0e16a38b7cb4acca59b704f356ec13583d58027135e3efa5" @@ -14,4 +14,4 @@ EXTRA_OECONF += "\ --enable-test \ ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \ " - +CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE" -- cgit v1.2.3-54-g00ecf