diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2009-12-03 14:15:34 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2010-01-20 22:40:54 -0200 |
commit | bc8ce0794cb2a7d8fc4c54fe0d3e58c2f504fb70 (patch) | |
tree | 71c0ed5e72037bb3634cf42c242805b6cb69b223 /recipes/parted | |
parent | ca0ab6d91b683266e4aa2aa4f1a174098f6ae788 (diff) |
parted: depends on util-linux-ng to provide libuuid
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes/parted')
-rw-r--r-- | recipes/parted/parted_1.8.8.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/parted/parted_1.8.8.bb b/recipes/parted/parted_1.8.8.bb index e93dbc8dfc..4ab4aa62f9 100644 --- a/recipes/parted/parted_1.8.8.bb +++ b/recipes/parted/parted_1.8.8.bb @@ -2,9 +2,8 @@ DESCRIPTION = "parted, the GNU partition resizing program" HOMEPAGE = "http://www.gnu.org/software/parted/parted.html" LICENSE = "GPLv3" SECTION = "console/tools" -DEPENDS = "readline e2fsprogs-libs" - -PR = "r2" +DEPENDS = "readline util-linux-ng" +PR = "r3" SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \ file://use_llseek_syscall.patch;patch=1 \ |