mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
util-linux: Drop now unneeded DEPENDS on udev
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -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 ?= ""
|
||||||
|
|||||||
Reference in New Issue
Block a user