From: Rob Bradford Date: Thu, 30 Oct 2008 14:20:36 +0000 (+0000) Subject: parted: Depend on e2fsprogs rather than e2fsprogs-libs X-Git-Tag: 2011-1~7906 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3ad92d80f34d1daadb443346236dcef3cdff6466;p=openembedded-core.git parted: Depend on e2fsprogs rather than e2fsprogs-libs --- 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 "