From 7629ec7daca3b1e5a26dc2e8c4636d8e2fb2cad3 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Fri, 19 Aug 2011 14:56:24 -0700 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/rpm/rpm_5.4.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-devtools/rpm/rpm_5.4.0.bb') 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 \ --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" -- cgit v1.2.3-54-g00ecf