diff options
Diffstat (limited to 'cvs/cvs_1.12.8.oe')
-rw-r--r-- | cvs/cvs_1.12.8.oe | 4 |
1 files changed, 2 insertions, 2 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" |