Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v6 4/5] pkgconf: rewrite variable sdkdir, needed by xdriver_xf86-video-intel
Date: Wed, 12 Mar 2014 23:16:40 +0100	[thread overview]
Message-ID: <5320DCC8.3000303@trzebnica.net> (raw)
In-Reply-To: <BLU0-SMTP316AB12B933108688B43F8BD9760@phx.gbl>


Hi Bernd,

> Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
> ---
> v3: no changes
> v2: no changes
>
>   package/pkgconf/pkgconf-fix-variable.patch |    4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)

/Shouldn't you rename this patch on/

pkgconf-01-fix-variable.patch

Regards,
Jerzy

>
> diff --git a/package/pkgconf/pkgconf-fix-variable.patch b/package/pkgconf/pkgconf-fix-variable.patch
> index e19f76c..4c213d6 100644
> --- a/package/pkgconf/pkgconf-fix-variable.patch
> +++ b/package/pkgconf/pkgconf-fix-variable.patch
> @@ -7,17 +7,19 @@ This is sometimes used to find header files (E.G. in gst-plugins configure),
>   so ensure the sysroot'ed files are used.
>   
>   Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> +Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
>   
>   diff -Nura pkgconf-0.8.9.orig/main.c pkgconf-0.8.9/main.c
>   --- pkgconf-0.8.9.orig/main.c	2012-10-24 14:32:08.236508699 -0300
>   +++ pkgconf-0.8.9/main.c	2012-10-24 14:54:36.771070217 -0300
> -@@ -298,7 +298,12 @@
> +@@ -298,7 +298,13 @@
>    	if (eflag != PKG_ERRF_OK)
>    		return false;
>    
>   -	printf("%s\n", req.buf);
>   +	if ( !strcmp(req.variable, "includedir") ||
>   +	  !strcmp(req.variable, "mapdir") ||
> ++	  !strcmp(req.variable, "sdkdir") ||
>   +	  !strcmp(req.variable, "libdir"))
>   +		printf("%s%s\n", sysroot_dir, req.buf);
>   +	else

  reply	other threads:[~2014-03-12 22:16 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1394653353-10904-1-git-send-email-berndkuhls@hotmail.com>
2014-03-12 19:42 ` [Buildroot] [PATCH v6 2/5] mesa3d: modularize and bump to version 10.0.4 Bernd Kuhls
2014-03-13 19:30   ` Sebastien Bourdelin
2014-03-13 21:06     ` Bernd Kuhls
2014-03-13 21:22       ` Sebastien Bourdelin
2014-03-12 19:42 ` [Buildroot] [PATCH v6 3/5] xorg: Bump xserver_xorg-server version to 1.15.0 Bernd Kuhls
2014-03-12 19:42 ` [Buildroot] [PATCH v6 4/5] pkgconf: rewrite variable sdkdir, needed by xdriver_xf86-video-intel Bernd Kuhls
2014-03-12 22:16   ` Jerzy Grzegorek [this message]
2014-03-12 19:42 ` [Buildroot] [PATCH v6 5/5] xdriver_xf86-video-intel: Bump version to 2.99.910 Bernd Kuhls

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5320DCC8.3000303@trzebnica.net \
    --to=jerzy.grzegorek@trzebnica.net \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox