summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-09-06 04:36:09 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-10 16:02:23 +0100
commitaae576c60b31783de0b072deabbc7fbdd0969ee2 (patch)
tree1a3bd8f0864462bdfc61ca7e4f02e906a5faaf5b /meta/recipes-core/systemd
parent2044668a411b5decbb496ff9579a89e561c322d3 (diff)
downloadpoky-aae576c60b31783de0b072deabbc7fbdd0969ee2.tar.gz
systemd: Fix build with multilib
rpm macros should be independent of libdir Fixes errors seen when multilib is turned on it shows up since then libdir != usr/lib (From OE-Core rev: 6126c6e4b9c40c222519914c8fe0a51f9eee8d41) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r--meta/recipes-core/systemd/systemd_206.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_206.bb b/meta/recipes-core/systemd/systemd_206.bb
index f31787d0f3..3f3a6c37d1 100644
--- a/meta/recipes-core/systemd/systemd_206.bb
+++ b/meta/recipes-core/systemd/systemd_206.bb
@@ -143,7 +143,7 @@ FILES_${PN}-kernel-install = "${bindir}/kernel-install \
143 ${sysconfdir}/kernel/ \ 143 ${sysconfdir}/kernel/ \
144 ${exec_prefix}/lib/kernel \ 144 ${exec_prefix}/lib/kernel \
145 " 145 "
146FILES_${PN}-rpm-macros = "${libdir}/rpm \ 146FILES_${PN}-rpm-macros = "${exec_prefix}/lib/rpm \
147 " 147 "
148 148
149FILES_${PN}-binfmt = "${sysconfdir}/binfmt.d/ \ 149FILES_${PN}-binfmt = "${sysconfdir}/binfmt.d/ \