mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 19:02:13 +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."
|
DESCRIPTION = "Util-linux-ng is a suite of essential utilities for any Linux system."
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
LICENSE = "GPL"
|
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"
|
DEPENDS_virtclass-native = "zlib-native ncurses-native lzo-native gettext-native"
|
||||||
|
|
||||||
inherit autotools gettext
|
inherit autotools gettext
|
||||||
|
|
||||||
INC_PR = "r33"
|
INC_PR = "r34"
|
||||||
|
|
||||||
# allows for a release candidate
|
# allows for a release candidate
|
||||||
RC ?= ""
|
RC ?= ""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user