From 9be9ac109f9e5113dd16f3a8ccd0c3f8d5051f08 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Thu, 26 Nov 2009 16:03:30 +0100 Subject: eina: fix building on uClibc * eina compiles only with linuxthread enabled in uClibc * phtread extensions are only defined with _GNU_SOURCE in uClibc so add the autotools macro for it to configure.ac * bump PR --- recipes/efl1/eina_svn.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes/efl1/eina_svn.bb') diff --git a/recipes/efl1/eina_svn.bb b/recipes/efl1/eina_svn.bb index 4871cd3ce9..a871721e7c 100644 --- a/recipes/efl1/eina_svn.bb +++ b/recipes/efl1/eina_svn.bb @@ -1,10 +1,12 @@ DESCRIPTION = "Eina is the Enlightenment data library" LICENSE = "LGPL" PV = "0.0.2.060+svnr${SRCPV}" -PR = "r0" +PR = "r1" inherit efl +SRC_URI += "file://gnu_source.patch;patch=1" + # Some upgrade path tweaking AUTO_LIBNAME_PKGS = "" -- cgit 1.2.3-korg