mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
Revert "psmisc: Fix dependency for USE_NLS=no"
This reverts commit 52971eeaaf.
The original problem was later fix by
psmisc: revert to default autopoint exclusion
(From OE-Core rev: 007df9bba56f885dd847b2f8b24fb250bcdd386f)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5c9021fc62
commit
5ba5aad01c
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user