diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-30 14:46:00 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-30 14:47:21 +0000 |
commit | 1cdeff2c50a13c7238543ee1e4e1eb60753120e2 (patch) | |
tree | 8c75f0aac32d017dd1e087485d66068bddac3020 | |
parent | c30ae39229b35d72e2205040d76754b5120fa878 (diff) | |
download | openembedded-core-1cdeff2c50a13c7238543ee1e4e1eb60753120e2.tar.gz openembedded-core-1cdeff2c50a13c7238543ee1e4e1eb60753120e2.tar.bz2 openembedded-core-1cdeff2c50a13c7238543ee1e4e1eb60753120e2.zip |
rpm: Ensure native binaries are correctly wrapped
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_5.4.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.9.bb b/meta/recipes-devtools/rpm/rpm_5.4.9.bb index 6977131a28..881b960a0f 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.9.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.9.bb @@ -470,7 +470,7 @@ do_install_append_class-native() { RPM_LOCALEDIRRPM='`dirname $''realpath`'/${@os.path.relpath(d.getVar('datadir', True), d.getVar('bindir', True))}/locale for rpm_binary in ${D}/${libdir}/rpm/bin/rpm*; do - create_wrapper $rpm_binary + create_wrapper $rpm_binary \ RPM_USRLIBRPM='`dirname $''realpath`'/${@os.path.relpath(d.getVar('libdir', True), d.getVar('bindir', True))}/rpm \ RPM_ETCRPM='$'{RPM_ETCRPM-'`dirname $''realpath`'/${@os.path.relpath(d.getVar('sysconfdir', True), d.getVar('bindir', True))}/rpm} \ RPM_LOCALEDIRRPM='`dirname $''realpath`'/${@os.path.relpath(d.getVar('datadir', True), d.getVar('bindir', True))}/locale |