From 3ad92d80f34d1daadb443346236dcef3cdff6466 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Thu, 30 Oct 2008 14:20:36 +0000 Subject: [PATCH] parted: Depend on e2fsprogs rather than e2fsprogs-libs --- meta/packages/parted/parted_1.8.8.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/packages/parted/parted_1.8.8.bb b/meta/packages/parted/parted_1.8.8.bb index 290d183e1d..610dc50476 100644 --- a/meta/packages/parted/parted_1.8.8.bb +++ b/meta/packages/parted/parted_1.8.8.bb @@ -2,8 +2,8 @@ DESCRIPTION = "parted, the GNU partition resizing program" HOMEPAGE = "http://www.gnu.org/software/parted/parted.html" LICENSE = "GPLv2" SECTION = "console/tools" -DEPENDS = "readline e2fsprogs-libs" -PR = "r1" +DEPENDS = "readline e2fsprogs" +PR = "r2" SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \ file://syscalls.patch;patch=1 "