summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/libffi/libffi/fix-libffi.la-location.patch
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-02-04 16:22:50 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-04 23:39:03 +0000
commitd3753dd6c34a381b0fdd0d69d3a8408101c34de5 (patch)
tree03ec7ccfecac6253de78cb2337ccb98b722b4546 /meta/recipes-gnome/libffi/libffi/fix-libffi.la-location.patch
parentc72614b8c38535539c0a01896dc03f638422cfc0 (diff)
downloadpoky-d3753dd6c34a381b0fdd0d69d3a8408101c34de5.tar.gz
libffi: ensure sysroot paths are not in libffi.pc
Remove a previous patch and solve the problem in a different way, as the same root cause was causing the absolute sysroot path to appear in libffi.pc. (From OE-Core rev: 9ffc1757a1578832463d29f558914c3b489a3782) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/libffi/libffi/fix-libffi.la-location.patch')
-rw-r--r--meta/recipes-gnome/libffi/libffi/fix-libffi.la-location.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-gnome/libffi/libffi/fix-libffi.la-location.patch b/meta/recipes-gnome/libffi/libffi/fix-libffi.la-location.patch
deleted file mode 100644
index 775bffc662..0000000000
--- a/meta/recipes-gnome/libffi/libffi/fix-libffi.la-location.patch
+++ /dev/null
@@ -1,18 +0,0 @@
1
2Upstream-Status: Inappropriate
3
4Signed-off-by: Saul Wold <sgw@linux.intel.com>
5
6Index: libffi-3.0.13/Makefile.am
7===================================================================
8--- libffi-3.0.13.orig/Makefile.am
9+++ libffi-3.0.13/Makefile.am
10@@ -98,7 +98,7 @@ FLAGS_TO_PASS = $(AM_MAKEFLAGS)
11
12 MAKEOVERRIDES=
13
14-toolexeclib_LTLIBRARIES = libffi.la
15+lib_LTLIBRARIES = libffi.la
16 noinst_LTLIBRARIES = libffi_convenience.la
17
18 libffi_la_SOURCES = src/prep_cif.c src/types.c \