diff options
| author | Michael Gloff <mgloff@hotmail.com> | 2017-10-25 22:58:41 -0500 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.com> | 2017-10-27 22:28:31 +0200 |
| commit | 1ab83ec30a7417e48459f8a19221eaf3415a5ef4 (patch) | |
| tree | 872ec8e680e223393a62814b3678772b535db756 | |
| parent | be340eec3fa59b9db8c75abfbeda2e49f27587b0 (diff) | |
| download | meta-raspberrypi-1ab83ec30a7417e48459f8a19221eaf3415a5ef4.tar.gz | |
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>
| -rw-r--r-- | recipes-kernel/linux/linux-raspberrypi.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index da36ca7..cf9f182 100644 --- a/recipes-kernel/linux/linux-raspberrypi.inc +++ b/recipes-kernel/linux/linux-raspberrypi.inc | |||
| @@ -162,7 +162,7 @@ do_compile_append_raspberrypi3-64() { | |||
| 162 | } | 162 | } |
| 163 | 163 | ||
| 164 | do_install_prepend() { | 164 | do_install_prepend() { |
| 165 | install -d ${D}/lib/firmware | 165 | install -d ${D}${nonarch_base_libdir}/firmware |
| 166 | } | 166 | } |
| 167 | 167 | ||
| 168 | do_deploy_append() { | 168 | do_deploy_append() { |
