diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2015-06-11 16:15:03 +0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-06-23 12:40:10 +0200 |
| commit | 8f7ee00291f0e693223ebf0644386206dcf8e64b (patch) | |
| tree | 5b108c602fb6de7e766c7c20b585a23db5728714 /meta-oe/recipes-graphics | |
| parent | 4e3fd58988b5d40bb2fb699ffdaecc8b088a4372 (diff) | |
| download | meta-openembedded-8f7ee00291f0e693223ebf0644386206dcf8e64b.tar.gz | |
meta-oe: fix the install dir for udev rules and files
When enable multilib, some packages try to install udev rules and
related files into /lib64/udev/ directory. But these files should
be installed in /lib/udev/ directory even on multilib.
Use ${nonarch_base_libdir} instead of ${base_libdir} to fix it.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
| -rw-r--r-- | meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb index 523efa773b..cd8fafb253 100644 --- a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb +++ b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb | |||
| @@ -52,7 +52,7 @@ RDEPENDS_${PN} = "bash" | |||
| 52 | 52 | ||
| 53 | FILES_libgphotoport = "${libdir}/libgphoto2_port.so.*" | 53 | FILES_libgphotoport = "${libdir}/libgphoto2_port.so.*" |
| 54 | 54 | ||
| 55 | FILES_${PN} += "${base_libdir}/udev/* ${datadir}/hal" | 55 | FILES_${PN} += "${nonarch_base_libdir}/udev/* ${datadir}/hal" |
| 56 | FILES_${PN}-dbg += "${libdir}/*/*/.debug" | 56 | FILES_${PN}-dbg += "${libdir}/*/*/.debug" |
| 57 | FILES_${PN}-dev += "${libdir}/*/*/*.la" | 57 | FILES_${PN}-dev += "${libdir}/*/*/*.la" |
| 58 | 58 | ||
