diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-16 06:46:57 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-16 06:46:57 +0000 |
commit | 654abaacc8e90f051c9aff1851f8cdc92fd959b6 (patch) | |
tree | ca9cd607501caf80b5964f78caef764cc6c25172 /minicom/minicom_2.1.oe | |
parent | 81ea22f6276ed5415767bb8855ef8ee114a1c0b3 (diff) |
Kill manual dependency on gettext-native in favor of inheriting the oeclass, in some packages.
BKrev: 4199a2611jNNB6rZRguDijjOn9uXgw
Diffstat (limited to 'minicom/minicom_2.1.oe')
-rw-r--r-- | minicom/minicom_2.1.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/minicom/minicom_2.1.oe b/minicom/minicom_2.1.oe index 46ed0ecdbe..706c8107b7 100644 --- a/minicom/minicom_2.1.oe +++ b/minicom/minicom_2.1.oe @@ -1,10 +1,10 @@ SECTION = "console/network" -DEPENDS = "ncurses gettext-native" +DEPENDS = "ncurses" SRC_URI = "http://alioth.debian.org/download.php/123/minicom-${PV}.tar.gz \ file://configure.patch;patch=1" -inherit autotools +inherit autotools gettext gettext do_install() { for d in doc extras man intl lib src; do make -C $d DESTDIR=${D} install; done |