Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCHv2] package/efl/libevas: remove unsafe paths
@ 2015-09-08 15:38 Vicente Olivert Riera
  2015-09-08 19:57 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Vicente Olivert Riera @ 2015-09-08 15:38 UTC (permalink / raw)
  To: buildroot

Fixes:

  http://autobuild.buildroot.net/results/7f2/7f2baef97c4ff3b9111becc1e0b79780c6e9db6f/

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
Changes v1 -> v2:
  - Use % instead of # in the sed instruction (Suggested Arnout)
  - Remove the useless host-post-patch-hook (Suggested Arnout)
 
 package/efl/libevas/libevas.mk |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/package/efl/libevas/libevas.mk b/package/efl/libevas/libevas.mk
index 8113162..716f1a8 100644
--- a/package/efl/libevas/libevas.mk
+++ b/package/efl/libevas/libevas.mk
@@ -17,6 +17,12 @@ LIBEVAS_DEPENDENCIES = host-pkgconf zlib libeina freetype
 HOST_LIBEVAS_DEPENDENCIES = \
 	host-pkgconf host-zlib host-libeina \
 	host-freetype host-libpng host-libjpeg
+
+define LIBEVAS_REMOVE_UNSAFE_PATHS
+$(SED) 's%-I/usr/include%%g' $(@D)/configure
+endef
+LIBEVAS_POST_PATCH_HOOKS += LIBEVAS_REMOVE_UNSAFE_PATHS
+
 HOST_LIBEVAS_CONF_OPTS += \
 	--enable-image-loader-png \
 	--enable-image-loader-jpeg \
-- 
1.7.1

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

* [Buildroot] [PATCHv2] package/efl/libevas: remove unsafe paths
  2015-09-08 15:38 [Buildroot] [PATCHv2] package/efl/libevas: remove unsafe paths Vicente Olivert Riera
@ 2015-09-08 19:57 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2015-09-08 19:57 UTC (permalink / raw)
  To: buildroot

On 08-09-15 17:38, Vicente Olivert Riera wrote:
> Fixes:
> 
>   http://autobuild.buildroot.net/results/7f2/7f2baef97c4ff3b9111becc1e0b79780c6e9db6f/
> 
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
> Changes v1 -> v2:
>   - Use % instead of # in the sed instruction (Suggested Arnout)
>   - Remove the useless host-post-patch-hook (Suggested Arnout)
>  
>  package/efl/libevas/libevas.mk |    6 ++++++
>  1 files changed, 6 insertions(+), 0 deletions(-)
> 
> diff --git a/package/efl/libevas/libevas.mk b/package/efl/libevas/libevas.mk
> index 8113162..716f1a8 100644
> --- a/package/efl/libevas/libevas.mk
> +++ b/package/efl/libevas/libevas.mk
> @@ -17,6 +17,12 @@ LIBEVAS_DEPENDENCIES = host-pkgconf zlib libeina freetype
>  HOST_LIBEVAS_DEPENDENCIES = \
>  	host-pkgconf host-zlib host-libeina \
>  	host-freetype host-libpng host-libjpeg
> +
> +define LIBEVAS_REMOVE_UNSAFE_PATHS
> +$(SED) 's%-I/usr/include%%g' $(@D)/configure

 Sorry, one more nit: commands are indented with a tab.

 Regards,
 Arnout

> +endef
> +LIBEVAS_POST_PATCH_HOOKS += LIBEVAS_REMOVE_UNSAFE_PATHS
> +
>  HOST_LIBEVAS_CONF_OPTS += \
>  	--enable-image-loader-png \
>  	--enable-image-loader-jpeg \
> 


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF

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

end of thread, other threads:[~2015-09-08 19:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-08 15:38 [Buildroot] [PATCHv2] package/efl/libevas: remove unsafe paths Vicente Olivert Riera
2015-09-08 19:57 ` Arnout Vandecappelle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox