diff options
Diffstat (limited to 'meta/recipes-devtools/pkgconfig/pkgconfig-0.28/0001-Strip-system-library-directories-reliably.patch')
| -rw-r--r-- | meta/recipes-devtools/pkgconfig/pkgconfig-0.28/0001-Strip-system-library-directories-reliably.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig-0.28/0001-Strip-system-library-directories-reliably.patch b/meta/recipes-devtools/pkgconfig/pkgconfig-0.28/0001-Strip-system-library-directories-reliably.patch deleted file mode 100644 index 84d0dd8ca7..0000000000 --- a/meta/recipes-devtools/pkgconfig/pkgconfig-0.28/0001-Strip-system-library-directories-reliably.patch +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 1 | Upstream-Status: Backport (will be in 0.29) | ||
| 2 | Signed-off-by: Ross Burton <ross.burton@intel.com> | ||
| 3 | |||
| 4 | From ce1a2416ce0f0bd9a8a8a5caaf7dad20cda4d47d Mon Sep 17 00:00:00 2001 | ||
| 5 | From: Andrew Oakley <aoakley@espial.com> | ||
| 6 | Date: Tue, 29 Apr 2014 13:14:35 +0100 | ||
| 7 | Subject: [PATCH] Strip system library directories reliably | ||
| 8 | |||
| 9 | This loop was changed from a while loop to a for loop in commit | ||
| 10 | 9bf6277b, but the iterator is now advanced twice each time round the | ||
| 11 | loop. | ||
| 12 | --- | ||
| 13 | pkg.c | 1 - | ||
| 14 | 1 file changed, 1 deletion(-) | ||
| 15 | |||
| 16 | diff --git a/pkg.c b/pkg.c | ||
| 17 | index 3697fec..c847c95 100644 | ||
| 18 | --- a/pkg.c | ||
| 19 | +++ b/pkg.c | ||
| 20 | @@ -917,7 +917,6 @@ verify_package (Package *pkg) | ||
| 21 | } | ||
| 22 | system_dir_iter = system_dir_iter->next; | ||
| 23 | } | ||
| 24 | - iter = iter->next; | ||
| 25 | } | ||
| 26 | g_list_free (system_directories); | ||
| 27 | |||
| 28 | -- | ||
| 29 | 1.7.10.4 | ||
| 30 | |||
