All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] eina: Remove `gnu_source.patch` which was applied upstream.
@ 2010-12-03 13:44 Paul Menzel
  2010-12-03 13:53 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Menzel @ 2010-12-03 13:44 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2325 bytes --]

Date: Fri, 3 Dec 2010 14:01:20 +0100

Something similar to this patch was applied upstream r53157 [1] which closes upstream ticket 537 [2].

	$ git grep EFL_SRCREV
	classes/e-base.bbclass:EFL_SRCREV ?= "55157"

This change is build tested with the following configurations.

	Build Configuration:
	BB_VERSION        = "1.10.0"
	METADATA_BRANCH   = "org.openembedded.dev"
	METADATA_REVISION = "842f05d"
	TARGET_ARCH       = "arm"
	TARGET_OS         = "linux-gnueabi"
	MACHINE           = "beagleboard"
	DISTRO            = "minimal"
	DISTRO_VERSION    = "dev-snapshot-20101203"
	TARGET_FPU        = "hard"

	Build Configuration:
	BB_VERSION        = "1.10.0"
	METADATA_BRANCH   = "org.openembedded.dev"
	METADATA_REVISION = "842f05d"
	TARGET_ARCH       = "arm"
	TARGET_OS         = "linux-uclibceabi"
	MACHINE           = "beagleboard"
	DISTRO            = "minimal-uclibc"
	DISTRO_VERSION    = "dev-snapshot-20101203"
	TARGET_FPU        = "hard"

[1] http://trac.enlightenment.org/e/changeset/53157
[2] https://trac.enlightenment.org/e/ticket/537

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
CC: Henning Heinold <heinold@inf.fu-berlin.de>
---
 recipes/efl1/eina/gnu_source.patch |   12 ------------
 recipes/efl1/eina_svn.bb           |    2 --
 2 files changed, 0 insertions(+), 14 deletions(-)
 delete mode 100644 recipes/efl1/eina/gnu_source.patch

diff --git a/recipes/efl1/eina/gnu_source.patch b/recipes/efl1/eina/gnu_source.patch
deleted file mode 100644
index 8af08eb..0000000
--- a/recipes/efl1/eina/gnu_source.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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 34e1aa8..406db18 100644
--- a/recipes/efl1/eina_svn.bb
+++ b/recipes/efl1/eina_svn.bb
@@ -6,8 +6,6 @@ SRCREV = "${EFL_SRCREV}"
 
 inherit efl
 
-SRC_URI += "file://gnu_source.patch"
-
 # Some upgrade path tweaking
 AUTO_LIBNAME_PKGS = ""
 
-- 
1.7.2.3

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] eina: Remove `gnu_source.patch` which was applied upstream.
  2010-12-03 13:44 [PATCH] eina: Remove `gnu_source.patch` which was applied upstream Paul Menzel
@ 2010-12-03 13:53 ` Martin Jansa
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2010-12-03 13:53 UTC (permalink / raw)
  To: openembedded-devel

On Fri, Dec 03, 2010 at 02:44:55PM +0100, Paul Menzel wrote:
> Date: Fri, 3 Dec 2010 14:01:20 +0100
> 
> Something similar to this patch was applied upstream r53157 [1] which closes upstream ticket 537 [2].
> 
> 	$ git grep EFL_SRCREV
> 	classes/e-base.bbclass:EFL_SRCREV ?= "55157"
> 
> This change is build tested with the following configurations.
> 
> 	Build Configuration:
> 	BB_VERSION        = "1.10.0"
> 	METADATA_BRANCH   = "org.openembedded.dev"
> 	METADATA_REVISION = "842f05d"
> 	TARGET_ARCH       = "arm"
> 	TARGET_OS         = "linux-gnueabi"
> 	MACHINE           = "beagleboard"
> 	DISTRO            = "minimal"
> 	DISTRO_VERSION    = "dev-snapshot-20101203"
> 	TARGET_FPU        = "hard"
> 
> 	Build Configuration:
> 	BB_VERSION        = "1.10.0"
> 	METADATA_BRANCH   = "org.openembedded.dev"
> 	METADATA_REVISION = "842f05d"
> 	TARGET_ARCH       = "arm"
> 	TARGET_OS         = "linux-uclibceabi"
> 	MACHINE           = "beagleboard"
> 	DISTRO            = "minimal-uclibc"
> 	DISTRO_VERSION    = "dev-snapshot-20101203"
> 	TARGET_FPU        = "hard"
> 
> [1] http://trac.enlightenment.org/e/changeset/53157
> [2] https://trac.enlightenment.org/e/ticket/537
> 
> Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>

Thanks for spotting this!

Acked-by: Martin Jansa <Martin.Jansa@gmail.com>

> CC: Henning Heinold <heinold@inf.fu-berlin.de>
> ---
>  recipes/efl1/eina/gnu_source.patch |   12 ------------
>  recipes/efl1/eina_svn.bb           |    2 --
>  2 files changed, 0 insertions(+), 14 deletions(-)
>  delete mode 100644 recipes/efl1/eina/gnu_source.patch
> 
> diff --git a/recipes/efl1/eina/gnu_source.patch b/recipes/efl1/eina/gnu_source.patch
> deleted file mode 100644
> index 8af08eb..0000000
> --- a/recipes/efl1/eina/gnu_source.patch
> +++ /dev/null
> @@ -1,12 +0,0 @@
> -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 34e1aa8..406db18 100644
> --- a/recipes/efl1/eina_svn.bb
> +++ b/recipes/efl1/eina_svn.bb
> @@ -6,8 +6,6 @@ SRCREV = "${EFL_SRCREV}"
>  
>  inherit efl
>  
> -SRC_URI += "file://gnu_source.patch"
> -
>  # Some upgrade path tweaking
>  AUTO_LIBNAME_PKGS = ""
>  
> -- 
> 1.7.2.3



> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-12-03 13:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-03 13:44 [PATCH] eina: Remove `gnu_source.patch` which was applied upstream Paul Menzel
2010-12-03 13:53 ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.