mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
86c90582f4
commit
7629ec7dac
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user