mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-02 02:49:12 +00: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…
x
Reference in New Issue
Block a user