mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 02:40:12 +00:00
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 (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:
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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user