From: Otavio Salvador Date: Thu, 3 Dec 2009 16:15:34 +0000 (-0200) Subject: parted: depends on util-linux-ng to provide libuuid X-Git-Tag: Release-2010-05/1~339^2~23^2~5^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc8ce0794cb2a7d8fc4c54fe0d3e58c2f504fb70;p=openembedded.git parted: depends on util-linux-ng to provide libuuid Signed-off-by: Otavio Salvador --- diff --git a/recipes/parted/parted_1.8.8.bb b/recipes/parted/parted_1.8.8.bb index e93dbc8dfc..4ab4aa62f9 100644 --- a/recipes/parted/parted_1.8.8.bb +++ b/recipes/parted/parted_1.8.8.bb @@ -2,9 +2,8 @@ DESCRIPTION = "parted, the GNU partition resizing program" HOMEPAGE = "http://www.gnu.org/software/parted/parted.html" LICENSE = "GPLv3" SECTION = "console/tools" -DEPENDS = "readline e2fsprogs-libs" - -PR = "r2" +DEPENDS = "readline util-linux-ng" +PR = "r3" SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \ file://use_llseek_syscall.patch;patch=1 \