diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-12-01 11:50:56 +0530 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-12-01 11:50:56 +0530 |
commit | 00ea05d9622d5ae732e53e4772e598137d8c309c (patch) | |
tree | a3309149e035c991e80bc03cf1ca123dc83f3625 /recipes/efl1 | |
parent | 7b52c2df97ca766b03d0e0ecb346007d9d335105 (diff) | |
parent | 0c84ce234bb065fe646b79f26a8f789fd7d14d16 (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/efl1')
-rw-r--r-- | recipes/efl1/eina/gnu_source.patch | 12 | ||||
-rw-r--r-- | recipes/efl1/eina_svn.bb | 4 |
2 files changed, 15 insertions, 1 deletions
diff --git a/recipes/efl1/eina/gnu_source.patch b/recipes/efl1/eina/gnu_source.patch new file mode 100644 index 0000000000..8af08ebb82 --- /dev/null +++ b/recipes/efl1/eina/gnu_source.patch @@ -0,0 +1,12 @@ +Index: eina/configure.ac +=================================================================== +--- eina.orig/configure.ac 2009-11-26 15:58:28.784112802 +0100 ++++ eina/configure.ac 2009-11-26 15:59:34.524939842 +0100 +@@ -273,6 +273,7 @@ + AC_C_INLINE + AC_C___ATTRIBUTE__ + AC_PROG_CC_STDC ++AC_GNU_SOURCE + + EINA_CPPFLAGS="" + case "$host_os" in 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 = "" |