From 654abaacc8e90f051c9aff1851f8cdc92fd959b6 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 16 Nov 2004 06:46:57 +0000 Subject: Kill manual dependency on gettext-native in favor of inheriting the oeclass, in some packages. BKrev: 4199a2611jNNB6rZRguDijjOn9uXgw --- cvs/cvs_1.12.8.oe | 4 ++-- cvs/cvs_1.12.9.oe | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'cvs') diff --git a/cvs/cvs_1.12.8.oe b/cvs/cvs_1.12.8.oe index 3864525183..60cb9f4efd 100644 --- a/cvs/cvs_1.12.8.oe +++ b/cvs/cvs_1.12.8.oe @@ -1,12 +1,12 @@ DESCRIPTION = "The Concurrent Versioning System (cvs) client - Feature Version " SECTION = "console/network" PRIORITY = "optional" -DEPENDS = "gettext-native" +DEPENDS = "" LICENSE = "GPL" SRC_URI = "https://cvs.cvshome.org/files/documents/19/170/cvs-${PV}.tar.bz2 \ file://m4.patch;patch=1" -inherit autotools +inherit autotools gettext gettext EXTRA_OECONF = "--with-krb4=no --with-gssapi=no" diff --git a/cvs/cvs_1.12.9.oe b/cvs/cvs_1.12.9.oe index 96ef719a64..2d7da24880 100644 --- a/cvs/cvs_1.12.9.oe +++ b/cvs/cvs_1.12.9.oe @@ -1,12 +1,12 @@ DESCRIPTION = "The Concurrent Versioning System (cvs) client - Feature Version " SECTION = "console/network" PRIORITY = "optional" -DEPENDS = "gettext-native" +DEPENDS = "" LICENSE = "GPL" SRC_URI = "http://musthave.sunbase.org/progs/ccvs/cvs-${PV}/cvs-${PV}.tar.bz2 \ file://m4.patch;patch=1" -inherit autotools +inherit autotools gettext gettext EXTRA_OECONF = "--with-krb4=no --with-gssapi=no" -- cgit v1.2.3