summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRob Bradford <rob@linux.intel.com>2008-10-30 14:20:36 +0000
committerRob Bradford <rob@linux.intel.com>2008-10-30 14:22:20 +0000
commit3ad92d80f34d1daadb443346236dcef3cdff6466 (patch)
tree555612c6bd94713625c9277d865d7109c470a52b /meta
parent0dc1dc4fbb0f25940e4ae0194eb041fcc7fac880 (diff)
downloadopenembedded-core-3ad92d80f34d1daadb443346236dcef3cdff6466.tar.gz
parted: Depend on e2fsprogs rather than e2fsprogs-libs
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/parted/parted_1.8.8.bb4
1 files 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 "