diff options
author | Denys Dmytriyenko <denis@denix.org> | 2010-03-29 13:26:30 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2010-03-29 13:26:30 -0400 |
commit | 1dd39944c8ac37e5219bde46b2c5954ed4d4b2cf (patch) | |
tree | 973e0e2e759c09030715541d29f4655bdb29d71a /recipes | |
parent | 43ef9ce201c851db5df63b55bc5471b405312a47 (diff) |
util-linux-ng-native: add dependency on lzo-native
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/util-linux-ng/util-linux-ng.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/util-linux-ng/util-linux-ng.inc b/recipes/util-linux-ng/util-linux-ng.inc index 079ab9da55..7c6c8e9e8b 100644 --- a/recipes/util-linux-ng/util-linux-ng.inc +++ b/recipes/util-linux-ng/util-linux-ng.inc @@ -2,13 +2,13 @@ DESCRIPTION = "Util-linux-ng is a suite of essential utilities for any Linux sys SECTION = "base" LICENSE = "GPL" DEPENDS = "udev zlib ncurses virtual/libintl" -DEPENDS_virtclass-native = "zlib-native ncurses-native" +DEPENDS_virtclass-native = "zlib-native ncurses-native lzo-native" inherit autotools DEFAULT_PREFERENCE = "-1" -INC_PR = "r16" +INC_PR = "r17" # allows for a release candidate RC ?= "" |