[OE-core] [PATCH] Revert "psmisc: Fix dependency for USE_NLS=no"

Adrian Bunk bunk at stusta.de
Sun Feb 23 18:30:25 UTC 2020


This reverts commit 52971eeaaf0adcf859ab04853e9ab2e551e4998f.

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

Signed-off-by: Adrian Bunk <bunk at stusta.de>
---
 meta/recipes-extended/psmisc/psmisc.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/psmisc/psmisc.inc b/meta/recipes-extended/psmisc/psmisc.inc
index a75b04702c..6ab1288152 100644
--- a/meta/recipes-extended/psmisc/psmisc.inc
+++ b/meta/recipes-extended/psmisc/psmisc.inc
@@ -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"
-- 
2.17.1



More information about the Openembedded-core mailing list