Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] lite: Remove excess slashes from pkg-config file.
@ 2012-02-15 16:26 Will Newton
  2012-03-01 13:23 ` Will Newton
  2012-03-04 21:09 ` Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Will Newton @ 2012-02-15 16:26 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Will Newton <will.newton@imgtec.com>
---
 package/lite/lite-pkg-config.patch |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)
 create mode 100644 package/lite/lite-pkg-config.patch

diff --git a/package/lite/lite-pkg-config.patch
b/package/lite/lite-pkg-config.patch
new file mode 100644
index 0000000..6f09fd1
--- /dev/null
+++ b/package/lite/lite-pkg-config.patch
@@ -0,0 +1,22 @@
+From 7982cccbb6ad58f3802bb266467290200d130a48 Mon Sep 17 00:00:00 2001
+From: Ville Syrjala <syrjala@sci.fi>
+Date: Sat, 27 Nov 2010 01:14:25 +0200
+Subject: [PATCH] Too many '\' characters in the .pc file
+
+---
+ lite.pc.in |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/lite.pc.in b/lite.pc.in
+index 48eb969..3a21eaa 100644
+--- a/lite.pc.in
++++ b/lite.pc.in
+@@ -9,4 +9,4 @@ Description: "LiTE" is a Toolkit Engine
+ Requires: directfb >= @DFB_REQUIRED_VERSION@
+ Version: @VERSION@
+ Libs: -L${libdir} -llite
+-Cflags: -I${includedir} -DLITEFONTDIR=\\\"@LITEFONTDIR@\\\"
++Cflags: -I${includedir} -DLITEFONTDIR=\"@LITEFONTDIR@\"
+--
+1.7.1
+
-- 
1.7.1
-------------- next part --------------

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

* [Buildroot] [PATCH] lite: Remove excess slashes from pkg-config file.
  2012-02-15 16:26 [Buildroot] [PATCH] lite: Remove excess slashes from pkg-config file Will Newton
@ 2012-03-01 13:23 ` Will Newton
  2012-03-03 16:32   ` Arnout Vandecappelle
  2012-03-04 21:09 ` Peter Korsgaard
  1 sibling, 1 reply; 4+ messages in thread
From: Will Newton @ 2012-03-01 13:23 UTC (permalink / raw)
  To: buildroot

Hi,

Is this patch ok to be committed in it's current from?

Thanks,

On Wed, Feb 15, 2012 at 4:26 PM, Will Newton <will.newton@gmail.com> wrote:
> Signed-off-by: Will Newton <will.newton@imgtec.com>
> ---
> ?package/lite/lite-pkg-config.patch | ? 22 ++++++++++++++++++++++
> ?1 files changed, 22 insertions(+), 0 deletions(-)
> ?create mode 100644 package/lite/lite-pkg-config.patch
>
> diff --git a/package/lite/lite-pkg-config.patch
> b/package/lite/lite-pkg-config.patch
> new file mode 100644
> index 0000000..6f09fd1
> --- /dev/null
> +++ b/package/lite/lite-pkg-config.patch
> @@ -0,0 +1,22 @@
> +From 7982cccbb6ad58f3802bb266467290200d130a48 Mon Sep 17 00:00:00 2001
> +From: Ville Syrjala <syrjala@sci.fi>
> +Date: Sat, 27 Nov 2010 01:14:25 +0200
> +Subject: [PATCH] Too many '\' characters in the .pc file
> +
> +---
> + lite.pc.in | ? ?2 +-
> + 1 files changed, 1 insertions(+), 1 deletions(-)
> +
> +diff --git a/lite.pc.in b/lite.pc.in
> +index 48eb969..3a21eaa 100644
> +--- a/lite.pc.in
> ++++ b/lite.pc.in
> +@@ -9,4 +9,4 @@ Description: "LiTE" is a Toolkit Engine
> + Requires: directfb >= @DFB_REQUIRED_VERSION@
> + Version: @VERSION@
> + Libs: -L${libdir} -llite
> +-Cflags: -I${includedir} -DLITEFONTDIR=\\\"@LITEFONTDIR@\\\"
> ++Cflags: -I${includedir} -DLITEFONTDIR=\"@LITEFONTDIR@\"
> +--
> +1.7.1
> +
> --
> 1.7.1

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

* [Buildroot] [PATCH] lite: Remove excess slashes from pkg-config file.
  2012-03-01 13:23 ` Will Newton
@ 2012-03-03 16:32   ` Arnout Vandecappelle
  0 siblings, 0 replies; 4+ messages in thread
From: Arnout Vandecappelle @ 2012-03-03 16:32 UTC (permalink / raw)
  To: buildroot

On Thursday 01 March 2012 13:23:22 Will Newton wrote:
> Hi,
> 
> Is this patch ok to be committed in it's current from?
> 
> Thanks,

 Good point!

Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>


 Regards,
 Arnout

> On Wed, Feb 15, 2012 at 4:26 PM, Will Newton <will.newton@gmail.com> wrote:
> > Signed-off-by: Will Newton <will.newton@imgtec.com>
> > ---
> >  package/lite/lite-pkg-config.patch |   22 ++++++++++++++++++++++
> >  1 files changed, 22 insertions(+), 0 deletions(-)
> >  create mode 100644 package/lite/lite-pkg-config.patch
> >
> > diff --git a/package/lite/lite-pkg-config.patch
> > b/package/lite/lite-pkg-config.patch
> > new file mode 100644
> > index 0000000..6f09fd1
> > --- /dev/null
> > +++ b/package/lite/lite-pkg-config.patch
> > @@ -0,0 +1,22 @@
> > +From 7982cccbb6ad58f3802bb266467290200d130a48 Mon Sep 17 00:00:00 2001
> > +From: Ville Syrjala <syrjala@sci.fi>
> > +Date: Sat, 27 Nov 2010 01:14:25 +0200
> > +Subject: [PATCH] Too many '\' characters in the .pc file
> > +
> > +---
> > + lite.pc.in |    2 +-
> > + 1 files changed, 1 insertions(+), 1 deletions(-)
> > +
> > +diff --git a/lite.pc.in b/lite.pc.in
> > +index 48eb969..3a21eaa 100644
> > +--- a/lite.pc.in
> > ++++ b/lite.pc.in
> > +@@ -9,4 +9,4 @@ Description: "LiTE" is a Toolkit Engine
> > + Requires: directfb >= @DFB_REQUIRED_VERSION@
> > + Version: @VERSION@
> > + Libs: -L${libdir} -llite
> > +-Cflags: -I${includedir} -DLITEFONTDIR=\\\"@LITEFONTDIR@\\\"
> > ++Cflags: -I${includedir} -DLITEFONTDIR=\"@LITEFONTDIR@\"
> > +--
> > +1.7.1
> > +
> > --
> > 1.7.1
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
> 

-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
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:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20120303/0f0cb025/attachment.html>

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

* [Buildroot] [PATCH] lite: Remove excess slashes from pkg-config file.
  2012-02-15 16:26 [Buildroot] [PATCH] lite: Remove excess slashes from pkg-config file Will Newton
  2012-03-01 13:23 ` Will Newton
@ 2012-03-04 21:09 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2012-03-04 21:09 UTC (permalink / raw)
  To: buildroot

>>>>> "Will" == Will Newton <will.newton@gmail.com> writes:

 Will> Signed-off-by: Will Newton <will.newton@imgtec.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2012-03-04 21:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-15 16:26 [Buildroot] [PATCH] lite: Remove excess slashes from pkg-config file Will Newton
2012-03-01 13:23 ` Will Newton
2012-03-03 16:32   ` Arnout Vandecappelle
2012-03-04 21:09 ` Peter Korsgaard

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