]> code.ossystems Code Review - openembedded-core.git/commitdiff
rpm: be certain we don't prefix our binaries
authorChris Larson <chris_larson@mentor.com>
Fri, 19 Aug 2011 21:56:24 +0000 (14:56 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 24 Aug 2011 01:23:14 +0000 (18:23 -0700)
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@mentor.com>
meta/recipes-devtools/rpm/rpm_5.4.0.bb

index 0882df787fb3a71ce30bd2200ea79282e8a5befb..b805f7d834a59badbf12636925136ff1bcd5e65e 100644 (file)
@@ -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"