update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -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