summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2011-08-19 14:56:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-23 18:23:31 -0700
commit7629ec7daca3b1e5a26dc2e8c4636d8e2fb2cad3 (patch)
treec46e43711511ca1e1a1f11970d898885b6b1c81c /meta/recipes-devtools/rpm
parent86c90582f45a1cf92429c36236de745c6caa8254 (diff)
downloadast2050-yocto-poky-7629ec7daca3b1e5a26dc2e8c4636d8e2fb2cad3.zip
ast2050-yocto-poky-7629ec7daca3b1e5a26dc2e8c4636d8e2fb2cad3.tar.gz
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. (From OE-Core rev: a00600b853570b6090e68d20f22bb5ef5435e0ea) Signed-off-by: Chris Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rpm')
-rw-r--r--meta/recipes-devtools/rpm/rpm_5.4.0.bb3
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"
OpenPOWER on IntegriCloud