From bc8ce0794cb2a7d8fc4c54fe0d3e58c2f504fb70 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 3 Dec 2009 14:15:34 -0200 Subject: parted: depends on util-linux-ng to provide libuuid Signed-off-by: Otavio Salvador --- recipes/parted/parted_1.8.8.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'recipes/parted') 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 \ -- cgit 1.2.3-korg