diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-06-06 20:04:01 +0900 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-06-06 20:04:01 +0900 |
commit | 9ff15b96b31106c4a315106801fe6534905b5948 (patch) | |
tree | f5a28f365707108037606f53334b37e514fa20e7 /recipes | |
parent | ef47aa19f38d0a17d7c8e1e19b168097e94c2588 (diff) |
util-linux-ng: add e2fsprogs-libs to DEPENDS.
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/util-linux-ng/util-linux-ng.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/util-linux-ng/util-linux-ng.inc b/recipes/util-linux-ng/util-linux-ng.inc index 39100b0a75..7e949d1615 100644 --- a/recipes/util-linux-ng/util-linux-ng.inc +++ b/recipes/util-linux-ng/util-linux-ng.inc @@ -1,7 +1,7 @@ DESCRIPTION = "Util-linux-ng is a suite of essential utilities for any Linux system." SECTION = "base" LICENSE = "GPL" -DEPENDS = "udev zlib ncurses virtual/libintl" +DEPENDS = "udev zlib ncurses virtual/libintl e2fsprogs-libs" inherit autotools_stage AUTOTOOLS_STAGE_PKGCONFIG = "1" |