diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-08-25 14:01:18 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-25 23:09:15 +0100 |
commit | 7d70e6747973334cccd13a8dfc703cc973d52116 (patch) | |
tree | 1a6774346c97420bb623ef1f2cd1500a0781ab42 /meta/recipes-support/lzop/lzop_1.03.bb | |
parent | fc75bea445bb57e1e942b5049ee2b6e5245649ea (diff) | |
download | poky-7d70e6747973334cccd13a8dfc703cc973d52116.tar.gz |
lzop: Fix build with gcc-6
(From OE-Core rev: 384ca1c459d28ed2e1b4290e05e88cf4aef2dc6a)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/lzop/lzop_1.03.bb')
-rw-r--r-- | meta/recipes-support/lzop/lzop_1.03.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/lzop/lzop_1.03.bb b/meta/recipes-support/lzop/lzop_1.03.bb index 07d628908a..649e7243ee 100644 --- a/meta/recipes-support/lzop/lzop_1.03.bb +++ b/meta/recipes-support/lzop/lzop_1.03.bb | |||
@@ -15,15 +15,15 @@ SRC_URI = "http://www.lzop.org/download/${BP}.tar.gz \ | |||
15 | file://acinclude.m4 \ | 15 | file://acinclude.m4 \ |
16 | file://x32_abi_miniacc_h.patch \ | 16 | file://x32_abi_miniacc_h.patch \ |
17 | file://0001-use-static-inlines-as-the-external-inline-definition.patch \ | 17 | file://0001-use-static-inlines-as-the-external-inline-definition.patch \ |
18 | file://lzop-1.03-gcc6.patch \ | ||
18 | " | 19 | " |
19 | SRC_URI[md5sum] = "006c5e27fb78cdd14a628fdfa5aa1905" | 20 | SRC_URI[md5sum] = "006c5e27fb78cdd14a628fdfa5aa1905" |
20 | SRC_URI[sha256sum] = "c1425b8c77d49f5a679d5a126c90ea6ad99585a55e335a613cae59e909dbb2c9" | 21 | SRC_URI[sha256sum] = "c1425b8c77d49f5a679d5a126c90ea6ad99585a55e335a613cae59e909dbb2c9" |
21 | 22 | ||
22 | inherit autotools | 23 | inherit autotools |
23 | 24 | ||
24 | do_configure () { | 25 | do_configure_prepend () { |
25 | ln -sf ../acinclude.m4 ${S}/acinclude.m4 | 26 | install -Dm 0644 ${WORKDIR}/acinclude.m4 ${S}/acinclude.m4 |
26 | autotools_do_configure | ||
27 | } | 27 | } |
28 | 28 | ||
29 | BBCLASSEXTEND += "native nativesdk" | 29 | BBCLASSEXTEND += "native nativesdk" |