diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-09-06 04:36:09 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-10 16:00:28 +0100 |
commit | 6126c6e4b9c40c222519914c8fe0a51f9eee8d41 (patch) | |
tree | b8d2224483feac91167d93a5f0585b4b247148ca /meta/recipes-core | |
parent | 856f74db0f56e4885af625665f8d85841f198e8d (diff) | |
download | openembedded-core-contrib-6126c6e4b9c40c222519914c8fe0a51f9eee8d41.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
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')
-rw-r--r-- | meta/recipes-core/systemd/systemd_206.bb | 2 |
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 f31787d0f31..3f3a6c37d1d 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 \ ${sysconfdir}/kernel/ \ ${exec_prefix}/lib/kernel \ " -FILES_${PN}-rpm-macros = "${libdir}/rpm \ +FILES_${PN}-rpm-macros = "${exec_prefix}/lib/rpm \ " FILES_${PN}-binfmt = "${sysconfdir}/binfmt.d/ \ |