mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
util-linux: Drop now unneeded DEPENDS on udev
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
e8831fc8b3
commit
fe622c76c5
|
|
@ -1,12 +1,12 @@
|
|||
DESCRIPTION = "Util-linux-ng is a suite of essential utilities for any Linux system."
|
||||
SECTION = "base"
|
||||
LICENSE = "GPL"
|
||||
DEPENDS = "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} udev zlib ncurses virtual/libintl"
|
||||
DEPENDS = "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} zlib ncurses virtual/libintl"
|
||||
DEPENDS_virtclass-native = "zlib-native ncurses-native lzo-native gettext-native"
|
||||
|
||||
inherit autotools gettext
|
||||
|
||||
INC_PR = "r33"
|
||||
INC_PR = "r34"
|
||||
|
||||
# allows for a release candidate
|
||||
RC ?= ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user