diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-07-23 17:47:46 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-09 09:24:15 +0100 |
commit | f79b2d686d55170f2be4a0d990f2672c701f877d (patch) | |
tree | e738c2250c019f7011c2b04ef257f0e314a1a77d /meta/recipes-graphics/libsdl/libsdl_1.2.15.bb | |
parent | 63d5bd0a4eaf599c5b35f67af3feb06742f5888d (diff) | |
download | poky-f79b2d686d55170f2be4a0d990f2672c701f877d.tar.gz |
libsdl: Pass --tag option to libtool invocation
Helps in fixing errors when using external toolchain
and hardening flags
(From OE-Core rev: 33ab086517c629158fd10d1818cad619883743db)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/libsdl/libsdl_1.2.15.bb')
-rw-r--r-- | meta/recipes-graphics/libsdl/libsdl_1.2.15.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb b/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb index c802a6f692..b0d70a656b 100644 --- a/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb +++ b/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb | |||
@@ -17,6 +17,7 @@ PR = "r3" | |||
17 | SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ | 17 | SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ |
18 | file://libsdl-1.2.15-xdata32.patch \ | 18 | file://libsdl-1.2.15-xdata32.patch \ |
19 | file://pkgconfig.patch \ | 19 | file://pkgconfig.patch \ |
20 | file://0001-build-Pass-tag-CC-explictly-when-using-libtool.patch \ | ||
20 | " | 21 | " |
21 | 22 | ||
22 | UPSTREAM_CHECK_REGEX = "SDL-(?P<pver>\d+(\.\d+)+)\.tar" | 23 | UPSTREAM_CHECK_REGEX = "SDL-(?P<pver>\d+(\.\d+)+)\.tar" |