From: Rene Wagner Date: Thu, 3 Mar 2005 19:32:53 +0000 (+0000) Subject: Merge oe-devel@oe-devel.bkbits.net:openembedded X-Git-Tag: Release-2010-05/1~14783 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=695c9cee84e71739192b00a66760b5b8df048236;p=openembedded.git Merge oe-devel@oe-devel.bkbits.net:openembedded into sugarcube.dyndns.org:/home2/oe/bakery/openembedded 2005/03/03 20:32:37+01:00 dyndns.org!reenoo gd: inherit binconfig to install gdlib-config into staging BKrev: 42276665kypRWgNYjz2ZGXKqrRmkrw --- diff --git a/packages/gd/gd_2.0.22.bb b/packages/gd/gd_2.0.22.bb index 5bc646b7cf..1d05bb9169 100644 --- a/packages/gd/gd_2.0.22.bb +++ b/packages/gd/gd_2.0.22.bb @@ -3,11 +3,12 @@ LICENSE = "GD" DESCRIPTION = "gd is a library used to create PNG, JPEG, or WBMP images." MAINTAINER = "Chris Larson " DEPENDS = "libpng jpeg zlib" +PR = "r1" SRC_URI = "http://www.boutell.com/gd/http/gd-${PV}.tar.gz" S = "${WORKDIR}/gd-${PV}" -inherit autotools gettext +inherit autotools binconfig gettext EXTRA_OECONF += " --with-zlib=${STAGING_LIBDIR}/.. \ --with-png=${STAGING_LIBDIR}/.. \