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:
Mike Engel 2017-04-12 11:39:20 +02:00
parent b7facb3ff5
commit fae66340dd
1 changed files with 3 additions and 1 deletions

View File

@ -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)"