linux-raspberrypi: Replace /lib with ${nonarch_base_libdir}

Use standard /lib variable name and avoid
QA errors when usermerge DISTRO_FEATURE is enabled.

Signed-off-by: Michael Gloff <mgloff@hotmail.com>
This commit is contained in:
Michael Gloff 2017-10-25 22:58:41 -05:00 committed by Andrei Gherzan
parent be340eec3f
commit 1ab83ec30a

View File

@ -162,7 +162,7 @@ do_compile_append_raspberrypi3-64() {
}
do_install_prepend() {
install -d ${D}/lib/firmware
install -d ${D}${nonarch_base_libdir}/firmware
}
do_deploy_append() {