diff options
author | Ross Burton <ross.burton@intel.com> | 2013-04-17 18:50:39 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-18 00:38:02 +0100 |
commit | 1fe847cfa7225327b65ba9e64e2e739e265cabca (patch) | |
tree | dc48cb462f6b6cdccbbf3e8fd0b8497d6d5f2ea0 /meta/recipes-core | |
parent | c91877ea53d70f6b1684d5ba582044108f7ead1c (diff) | |
download | poky-1fe847cfa7225327b65ba9e64e2e739e265cabca.tar.gz |
udev: explicitly package nonarch_base_libdir
When using multilib this doesn't get caught by the default FILES_${PN}, so add
it.
(From OE-Core rev: 53f1540780e5d4e8035118a1920202735bd0a370)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/udev/udev.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc index 7752452915..587bc9443a 100644 --- a/meta/recipes-core/udev/udev.inc +++ b/meta/recipes-core/udev/udev.inc | |||
@@ -55,7 +55,7 @@ INITSCRIPT_PARAMS_udev = "start 03 S ." | |||
55 | INITSCRIPT_NAME_udev-cache = "udev-cache" | 55 | INITSCRIPT_NAME_udev-cache = "udev-cache" |
56 | INITSCRIPT_PARAMS_udev-cache = "start 36 S ." | 56 | INITSCRIPT_PARAMS_udev-cache = "start 36 S ." |
57 | 57 | ||
58 | FILES_${PN} += "${libexecdir} ${libdir}/ConsoleKit" | 58 | FILES_${PN} += "${libexecdir} ${libdir}/ConsoleKit ${nonarch_base_libdir}/udev" |
59 | RRECOMMENDS_${PN} += "udev-utils" | 59 | RRECOMMENDS_${PN} += "udev-utils" |
60 | 60 | ||
61 | FILES_${PN}-dbg += "${libexecdir}/.debug" | 61 | FILES_${PN}-dbg += "${libexecdir}/.debug" |