]> code.ossystems Code Review - openembedded-core.git/commitdiff
Revert "psmisc: Fix dependency for USE_NLS=no"
authorAdrian Bunk <bunk@stusta.de>
Sun, 23 Feb 2020 18:30:25 +0000 (20:30 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Feb 2020 10:41:15 +0000 (10:41 +0000)
This reverts commit 52971eeaaf0adcf859ab04853e9ab2e551e4998f.

The original problem was later fix by
  psmisc: revert to default autopoint exclusion

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/psmisc/psmisc.inc

index a75b04702c336c8f917da84499aee08bb3d2ff5c..6ab1288152bd02e5980be6a9d485b363ee8b9a95 100644 (file)
@@ -7,7 +7,7 @@ command sends a specified signal (SIGTERM if nothing is specified) to \
 processes identified by name.  The fuser command identifies the PIDs \
 of processes that are using specified files or filesystems."
 SECTION = "base"
-DEPENDS = "ncurses virtual/libintl gettext-native"
+DEPENDS = "ncurses virtual/libintl"
 LICENSE = "GPLv2"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/psmisc/psmisc-${PV}.tar.gz"