summaryrefslogtreecommitdiff
path: root/libetpan/libetpan_cvs.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-16 06:46:57 +0000
committerChris Larson <clarson@kergoth.com>2004-11-16 06:46:57 +0000
commit654abaacc8e90f051c9aff1851f8cdc92fd959b6 (patch)
treeca9cd607501caf80b5964f78caef764cc6c25172 /libetpan/libetpan_cvs.oe
parent81ea22f6276ed5415767bb8855ef8ee114a1c0b3 (diff)
Kill manual dependency on gettext-native in favor of inheriting the oeclass, in some packages.
BKrev: 4199a2611jNNB6rZRguDijjOn9uXgw
Diffstat (limited to 'libetpan/libetpan_cvs.oe')
-rw-r--r--libetpan/libetpan_cvs.oe4
1 files changed, 2 insertions, 2 deletions
diff --git a/libetpan/libetpan_cvs.oe b/libetpan/libetpan_cvs.oe
index 9619a4a3a7..5a16f6a2fe 100644
--- a/libetpan/libetpan_cvs.oe
+++ b/libetpan/libetpan_cvs.oe
@@ -1,7 +1,7 @@
DESCRIPTION = "libetpan is a library for communicating with mail and news servers using \
SMTP, POP, IMAP and NNTP"
SECTION = "libs"
-DEPENDS = "gettext-native openssl"
+DEPENDS = "openssl"
PV = "0.33"
PR = "r1"
S = "${WORKDIR}/libetpan"
@@ -9,7 +9,7 @@ TAG="rel-0-33-b"
SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/libetpan;tag=${TAG};module=libetpan"
-inherit autotools pkgconfig
+inherit autotools pkgconfig gettext gettext
EXTRA_OECONF = "--with-openssl=${STAGING_LIBDIR}/.. --disable-db"