aboutsummaryrefslogtreecommitdiffstats
path: root/psmisc
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-16 06:46:57 +0000
committerChris Larson <clarson@kergoth.com>2004-11-16 06:46:57 +0000
commit654abaacc8e90f051c9aff1851f8cdc92fd959b6 (patch)
treeca9cd607501caf80b5964f78caef764cc6c25172 /psmisc
parent81ea22f6276ed5415767bb8855ef8ee114a1c0b3 (diff)
downloadopenembedded-654abaacc8e90f051c9aff1851f8cdc92fd959b6.tar.gz
Kill manual dependency on gettext-native in favor of inheriting the oeclass, in some packages.
BKrev: 4199a2611jNNB6rZRguDijjOn9uXgw
Diffstat (limited to 'psmisc')
-rw-r--r--psmisc/psmisc_20.2.oe4
1 files changed, 2 insertions, 2 deletions
diff --git a/psmisc/psmisc_20.2.oe b/psmisc/psmisc_20.2.oe
index f56329835e..897f088975 100644
--- a/psmisc/psmisc_20.2.oe
+++ b/psmisc/psmisc_20.2.oe
@@ -2,14 +2,14 @@ DESCRIPTION = "procfs tools"
SECTION = "base"
PRIORITY = "required"
MAINTAINER = "Greg Gilbert <greg@treke.net>"
-DEPENDS = "ncurses gettext-native"
+DEPENDS = "ncurses"
PR = "r2"
SRC_URI = "${SOURCEFORGE_MIRROR}/psmisc/psmisc-${PV}.tar.gz \
file://gettext.patch;patch=1"
S = "${WORKDIR}/psmisc-${PV}"
-inherit autotools
+inherit autotools gettext
ALLOW_EMPTY = "1"