diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_git.bb b/meta/recipes-devtools/rpm/rpm_git.bb index f31932ef55..2310ee6b09 100644 --- a/meta/recipes-devtools/rpm/rpm_git.bb +++ b/meta/recipes-devtools/rpm/rpm_git.bb | |||
@@ -128,6 +128,10 @@ do_install_append_class-target() { | |||
128 | rm -rf ${D}/var | 128 | rm -rf ${D}/var |
129 | } | 129 | } |
130 | 130 | ||
131 | do_install_append () { | ||
132 | sed -i -e 's:${HOSTTOOLS_DIR}/::g' ${D}/${libdir}/rpm/macros | ||
133 | } | ||
134 | |||
131 | FILES_${PN} += "${libdir}/rpm-plugins/*.so \ | 135 | FILES_${PN} += "${libdir}/rpm-plugins/*.so \ |
132 | " | 136 | " |
133 | 137 | ||