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 /lrzsz/lrzsz_0.12.20.oe | |
parent | 81ea22f6276ed5415767bb8855ef8ee114a1c0b3 (diff) |
Kill manual dependency on gettext-native in favor of inheriting the oeclass, in some packages.
BKrev: 4199a2611jNNB6rZRguDijjOn9uXgw
Diffstat (limited to 'lrzsz/lrzsz_0.12.20.oe')
-rw-r--r-- | lrzsz/lrzsz_0.12.20.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lrzsz/lrzsz_0.12.20.oe b/lrzsz/lrzsz_0.12.20.oe index 7595ca74d6..164c66e20a 100644 --- a/lrzsz/lrzsz_0.12.20.oe +++ b/lrzsz/lrzsz_0.12.20.oe @@ -1,7 +1,7 @@ SECTION = "console/network" PRIORITY = "standard" DESCRIPTION = "Tools for zmodem/xmodem/ymodem file transfer" -DEPENDS = "gettext-native" +DEPENDS = "" PR = "r2" SRC_URI = "http://www.ohse.de/uwe/releases/lrzsz-${PV}.tar.gz \ @@ -9,7 +9,7 @@ SRC_URI = "http://www.ohse.de/uwe/releases/lrzsz-${PV}.tar.gz \ file://makefile.patch;patch=1 \ file://gettext.patch;patch=1" -inherit autotools +inherit autotools gettext gettext do_install() { install -d ${D}/${bindir}/ |