diff options
Diffstat (limited to 'cvs')
-rw-r--r-- | cvs/cvs_1.12.8.oe | 4 | ||||
-rw-r--r-- | cvs/cvs_1.12.9.oe | 4 |
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" |