]> code.ossystems Code Review - openembedded-core.git/commitdiff
parted: Depend on e2fsprogs rather than e2fsprogs-libs
authorRob Bradford <rob@linux.intel.com>
Thu, 30 Oct 2008 14:20:36 +0000 (14:20 +0000)
committerRob Bradford <rob@linux.intel.com>
Thu, 30 Oct 2008 14:22:20 +0000 (14:22 +0000)
meta/packages/parted/parted_1.8.8.bb

index 290d183e1d7d725347c843a1e9695178ff32770e..610dc5047634d3a3b0d0939d98439c2a5c89c15b 100644 (file)
@@ -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 "