mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
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:
parent
be340eec3f
commit
1ab83ec30a
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user