generic-poky/meta/recipes-core/busybox
Ming Liu 5cb078a086 busybox: fix a linking issue
A following linking error was observed:
| ==========
| archival/lib.a(tar.o): In function `tar_main':
| archival/tar.c:1168: undefined reference to `unpack_Z_stream'
| archival/tar.c:1168: undefined reference to `unpack_Z_stream'
| ld: busybox_unstripped: hidden symbol `unpack_Z_stream' isn't defined
| ld: final link failed: Bad value

this happened with clang compiler, with the following configs:
| CONFIG_TAR=y
| # CONFIG_FEATURE_SEAMLESS_Z is not set

which can be fixed by adding IF_FEATURE_* checks in.

(From OE-Core rev: 5e9e8b336931335c660733a269c59ae0547019bd)

Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>

(cherry picked from commit 789254b5ae983a94346f53de18286713b80eb5f2)
Signed-off-by: André Draszik <adraszik@tycoint.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-05 22:39:47 +00:00
..
busybox busybox: fix a linking issue 2017-11-05 22:39:47 +00:00
busybox-1.24.1 busybox: ifupdown:pass interface device name for ipv6 route command 2017-03-10 14:50:11 +00:00
files busybox/mdev.conf: Ignore eMMC RPMB and boot block devices 2016-11-06 23:35:33 +00:00
busybox.inc busybox: make bash a valid login shell if enabled 2017-04-29 11:17:23 +01:00
busybox_1.24.1.bb busybox: fix a linking issue 2017-11-05 22:39:47 +00:00