diff options
-rw-r--r-- | recipes-core/util-linux-ng/util-linux-ng.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/util-linux-ng/util-linux-ng.inc b/recipes-core/util-linux-ng/util-linux-ng.inc index 7455098009..5d28b03eb4 100644 --- a/recipes-core/util-linux-ng/util-linux-ng.inc +++ b/recipes-core/util-linux-ng/util-linux-ng.inc | |||
@@ -1,12 +1,12 @@ | |||
1 | DESCRIPTION = "Util-linux-ng is a suite of essential utilities for any Linux system." | 1 | DESCRIPTION = "Util-linux-ng is a suite of essential utilities for any Linux system." |
2 | SECTION = "base" | 2 | SECTION = "base" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | DEPENDS = "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} udev zlib ncurses virtual/libintl" | 4 | DEPENDS = "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} zlib ncurses virtual/libintl" |
5 | DEPENDS_virtclass-native = "zlib-native ncurses-native lzo-native gettext-native" | 5 | DEPENDS_virtclass-native = "zlib-native ncurses-native lzo-native gettext-native" |
6 | 6 | ||
7 | inherit autotools gettext | 7 | inherit autotools gettext |
8 | 8 | ||
9 | INC_PR = "r33" | 9 | INC_PR = "r34" |
10 | 10 | ||
11 | # allows for a release candidate | 11 | # allows for a release candidate |
12 | RC ?= "" | 12 | RC ?= "" |