mca: Fix build error when binary is already-stripped.
This commit fixes a build error issue for the MCA because the binary is stripped. Signed-off-by: Mike Engel <Mike.Engel@digi.com>
This commit is contained in:
parent
b7facb3ff5
commit
fae66340dd
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2016 Digi International.
|
# Copyright (C) 2016, 2017 Digi International.
|
||||||
|
|
||||||
SUMMARY = "MCA firmware management tool"
|
SUMMARY = "MCA firmware management tool"
|
||||||
SECTION = "console/tools"
|
SECTION = "console/tools"
|
||||||
|
|
@ -14,4 +14,6 @@ S = "${WORKDIR}/${PKGNAME}-${PV}"
|
||||||
|
|
||||||
inherit bin_package
|
inherit bin_package
|
||||||
|
|
||||||
|
INSANE_SKIP_${PN} = "already-stripped"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(ccimx6ul)"
|
COMPATIBLE_MACHINE = "(ccimx6ul)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue