[oe] [meta-oe][PATCH 1/1] fixed QA configure warnings

Stephen Arnold stephen.arnold42 at gmail.com
Tue Apr 1 20:58:39 UTC 2014


Removed stale confgure option, added staging path to freetype option, 
and added --disable-rpath (hardcoded rpaths being bad juju).

Signed-off-by: Stephen Arnold <stephen.arnold42 at gmail.com>

---
 meta-oe/recipes-support/gd/gd_2.0.35+2.0.36rc1.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/gd/gd_2.0.35+2.0.36rc1.bb b/meta-oe/recipes-support/gd/gd_2.0.35+2.0.36rc1.bb
index 957c4eb..5fb5857 100644
--- a/meta-oe/recipes-support/gd/gd_2.0.35+2.0.36rc1.bb
+++ b/meta-oe/recipes-support/gd/gd_2.0.35+2.0.36rc1.bb
@@ -15,10 +15,10 @@ S = "${WORKDIR}/gd-2.0.36RC1"
 
 inherit autotools binconfig gettext
 
-EXTRA_OECONF += " --with-zlib=${STAGING_LIBDIR}/.. \
+EXTRA_OECONF += " --disable-rpath \
                   --with-png=${STAGING_LIBDIR}/.. \
                   --with-jpeg=${STAGING_LIBDIR}/.. \
-                  --with-freetype \
+                  --with-freetype=${STAGING_LIBDIR}/.. \
                   --without-fontconfig \
                   --without-xpm \
                   --without-x"
-- 
1.9.1




More information about the Openembedded-devel mailing list