diff options
author | Chris Larson <chris_larson@mentor.com> | 2011-08-19 14:56:24 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-23 18:23:31 -0700 |
commit | 7629ec7daca3b1e5a26dc2e8c4636d8e2fb2cad3 (patch) | |
tree | c46e43711511ca1e1a1f11970d898885b6b1c81c /meta/recipes-devtools/rpm | |
parent | 86c90582f45a1cf92429c36236de745c6caa8254 (diff) | |
download | 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.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 0882df787f..b805f7d834 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 \ | |||
162 | --enable-maintainer-mode \ | 162 | --enable-maintainer-mode \ |
163 | --with-path-macros=${rpm_macros} \ | 163 | --with-path-macros=${rpm_macros} \ |
164 | --with-path-lib=${libdir}/rpm \ | 164 | --with-path-lib=${libdir}/rpm \ |
165 | --with-bugreport=http://bugzilla.yoctoproject.org" | 165 | --with-bugreport=http://bugzilla.yoctoproject.org \ |
166 | --program-prefix=" | ||
166 | 167 | ||
167 | CFLAGS_append = " -DRPM_VENDOR_WINDRIVER -DRPM_VENDOR_POKY" | 168 | CFLAGS_append = " -DRPM_VENDOR_WINDRIVER -DRPM_VENDOR_POKY" |
168 | 169 | ||