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 /gaim/gaim_0.80.oe | |
parent | ae6a819cbbefa94fc0fd80740b64ef7a0f91963a (diff) |
cut down on excessive inheriting of gettext
BKrev: 419f9a21z21yrFbBd2GxylNLiDaqXg
Diffstat (limited to 'gaim/gaim_0.80.oe')
-rw-r--r-- | gaim/gaim_0.80.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gaim/gaim_0.80.oe b/gaim/gaim_0.80.oe index 82b3cd22d9..c1766e683d 100644 --- a/gaim/gaim_0.80.oe +++ b/gaim/gaim_0.80.oe @@ -21,7 +21,7 @@ FILES_${PN} = "${bindir} ${sbindir} ${libexecdir} ${libdir}/lib*.so.* \ ${libdir}/bonobo/servers" FILES_${PN}-dev += "${libdir}/gaim/*.la" -inherit autotools gettext gettext +inherit autotools gettext python populate_packages_prepend () { root = oe.data.expand('${libdir}/gaim', d) |