aboutsummaryrefslogtreecommitdiffstats
path: root/gd
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-11-20 19:25:21 +0000
committerPhil Blundell <philb@gnu.org>2004-11-20 19:25:21 +0000
commitd495cd12a3d00437fdbf115d7d4da29aefbfa87a (patch)
treea5dd708ad79fef06c5401992a5707b578a07958e /gd
parentae6a819cbbefa94fc0fd80740b64ef7a0f91963a (diff)
downloadopenembedded-d495cd12a3d00437fdbf115d7d4da29aefbfa87a.tar.gz
cut down on excessive inheriting of gettext
BKrev: 419f9a21z21yrFbBd2GxylNLiDaqXg
Diffstat (limited to 'gd')
-rw-r--r--gd/gd_2.0.21.oe2
-rw-r--r--gd/gd_2.0.22.oe2
2 files changed, 2 insertions, 2 deletions
diff --git a/gd/gd_2.0.21.oe b/gd/gd_2.0.21.oe
index f0f526495b..ed3761da18 100644
--- a/gd/gd_2.0.21.oe
+++ b/gd/gd_2.0.21.oe
@@ -6,7 +6,7 @@ DEPENDS = "libpng jpeg zlib"
SRC_URI = "http://www.boutell.com/gd/http/gd-${PV}.tar.gz"
S = "${WORKDIR}/gd-${PV}"
-inherit autotools gettext gettext
+inherit autotools gettext
EXTRA_OECONF += " --with-zlib=${STAGING_LIBDIR}/.. \
--with-png=${STAGING_LIBDIR}/.. \
diff --git a/gd/gd_2.0.22.oe b/gd/gd_2.0.22.oe
index f0f526495b..ed3761da18 100644
--- a/gd/gd_2.0.22.oe
+++ b/gd/gd_2.0.22.oe
@@ -6,7 +6,7 @@ DEPENDS = "libpng jpeg zlib"
SRC_URI = "http://www.boutell.com/gd/http/gd-${PV}.tar.gz"
S = "${WORKDIR}/gd-${PV}"
-inherit autotools gettext gettext
+inherit autotools gettext
EXTRA_OECONF += " --with-zlib=${STAGING_LIBDIR}/.. \
--with-png=${STAGING_LIBDIR}/.. \