[oe-commits] Chris Larson : rpm: be certain we don't prefix our binaries

git version control git at git.openembedded.org
Wed Aug 24 01:25:26 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: a00600b853570b6090e68d20f22bb5ef5435e0ea
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a00600b853570b6090e68d20f22bb5ef5435e0ea

Author: Chris Larson <chris_larson at mentor.com>
Date:   Fri Aug 19 14:56:24 2011 -0700

rpm: be certain we don't prefix our binaries

In certain combinations of build/host/target, they can end up
inadvertently prefixed, breaking the assumptions in the recipe.

Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

 meta/recipes-devtools/rpm/rpm_5.4.0.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/rpm/rpm_5.4.0.bb b/meta/recipes-devtools/rpm/rpm_5.4.0.bb
index 0882df7..b805f7d 100644
--- a/meta/recipes-devtools/rpm/rpm_5.4.0.bb
+++ b/meta/recipes-devtools/rpm/rpm_5.4.0.bb
@@ -162,7 +162,8 @@ EXTRA_OECONF = "--verbose \
 		--enable-maintainer-mode \
 		--with-path-macros=${rpm_macros} \
 		--with-path-lib=${libdir}/rpm \
-		--with-bugreport=http://bugzilla.yoctoproject.org"
+		--with-bugreport=http://bugzilla.yoctoproject.org \
+		--program-prefix="
 
 CFLAGS_append = " -DRPM_VENDOR_WINDRIVER -DRPM_VENDOR_POKY"
 





More information about the Openembedded-commits mailing list