diff options
author | Rob Bradford <rob@linux.intel.com> | 2008-10-30 14:20:36 +0000 |
---|---|---|
committer | Rob Bradford <rob@linux.intel.com> | 2008-10-30 14:22:20 +0000 |
commit | 3ad92d80f34d1daadb443346236dcef3cdff6466 (patch) | |
tree | 555612c6bd94713625c9277d865d7109c470a52b /meta | |
parent | 0dc1dc4fbb0f25940e4ae0194eb041fcc7fac880 (diff) | |
download | poky-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.bb | 4 |
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" | |||
2 | HOMEPAGE = "http://www.gnu.org/software/parted/parted.html" | 2 | HOMEPAGE = "http://www.gnu.org/software/parted/parted.html" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | SECTION = "console/tools" | 4 | SECTION = "console/tools" |
5 | DEPENDS = "readline e2fsprogs-libs" | 5 | DEPENDS = "readline e2fsprogs" |
6 | PR = "r1" | 6 | PR = "r2" |
7 | 7 | ||
8 | SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \ | 8 | SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \ |
9 | file://syscalls.patch;patch=1 " | 9 | file://syscalls.patch;patch=1 " |