summaryrefslogtreecommitdiff
path: root/cvs
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 /cvs
parent81ea22f6276ed5415767bb8855ef8ee114a1c0b3 (diff)
Kill manual dependency on gettext-native in favor of inheriting the oeclass, in some packages.
BKrev: 4199a2611jNNB6rZRguDijjOn9uXgw
Diffstat (limited to 'cvs')
-rw-r--r--cvs/cvs_1.12.8.oe4
-rw-r--r--cvs/cvs_1.12.9.oe4
2 files changed, 4 insertions, 4 deletions
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"