From 19141207ba0861a892b8bd6f65d5dde665fbeaa9 Mon Sep 17 00:00:00 2001 From: "stephen.arnold42" Date: Tue, 1 Apr 2014 20:47:44 -0700 Subject: gd: added upstream license file and fixed configure warnings This fixes QA warnings about missing license file and stale configure options, (includes updates for freetype libpath and disables hardcoded rpaths). Upstream-Status: Inappropriate (distribution/packaging fix) Signed-off-by: Stephen Arnold Signed-off-by: Martin Jansa --- meta-oe/recipes-support/gd/gd_2.0.35+2.0.36rc1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-oe/recipes-support') 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 957c4eb53a..5fb5857e1e 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" -- cgit 1.2.3-korg