[oe-commits] Otavio Salvador : parted: depends on util-linux-ng to provide libuuid

git version control git at git.openembedded.org
Thu Jan 21 00:41:31 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: bc8ce0794cb2a7d8fc4c54fe0d3e58c2f504fb70
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bc8ce0794cb2a7d8fc4c54fe0d3e58c2f504fb70

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Thu Dec  3 14:15:34 2009 -0200

parted: depends on util-linux-ng to provide libuuid

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

---

 recipes/parted/parted_1.8.8.bb |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/recipes/parted/parted_1.8.8.bb b/recipes/parted/parted_1.8.8.bb
index e93dbc8..4ab4aa6 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 \





More information about the Openembedded-commits mailing list