[oe-commits] [openembedded-core] 09/19: Revert "psmisc: Fix dependency for USE_NLS=no"

git at git.openembedded.org git at git.openembedded.org
Tue Feb 25 10:53:00 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 007df9bba56f885dd847b2f8b24fb250bcdd386f
Author: Adrian Bunk <bunk at stusta.de>
AuthorDate: Sun Feb 23 20:30:25 2020 +0200

    Revert "psmisc: Fix dependency for USE_NLS=no"
    
    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>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 a75b047..6ab1288 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list