diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-20 19:25:21 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-20 19:25:21 +0000 |
commit | d495cd12a3d00437fdbf115d7d4da29aefbfa87a (patch) | |
tree | a5dd708ad79fef06c5401992a5707b578a07958e /cvs/cvs_1.12.8.oe | |
parent | ae6a819cbbefa94fc0fd80740b64ef7a0f91963a (diff) |
cut down on excessive inheriting of gettext
BKrev: 419f9a21z21yrFbBd2GxylNLiDaqXg
Diffstat (limited to 'cvs/cvs_1.12.8.oe')
-rw-r--r-- | cvs/cvs_1.12.8.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cvs/cvs_1.12.8.oe b/cvs/cvs_1.12.8.oe index 60cb9f4efd..51aa9de2fb 100644 --- a/cvs/cvs_1.12.8.oe +++ b/cvs/cvs_1.12.8.oe @@ -7,6 +7,6 @@ LICENSE = "GPL" SRC_URI = "https://cvs.cvshome.org/files/documents/19/170/cvs-${PV}.tar.bz2 \ file://m4.patch;patch=1" -inherit autotools gettext gettext +inherit autotools gettext EXTRA_OECONF = "--with-krb4=no --with-gssapi=no" |