From 807e983632088ee8cb8eb51b432aef3cab7dbbd7 Mon Sep 17 00:00:00 2001 From: Jeff Dike Date: Thu, 3 Jun 2010 15:27:30 -0400 Subject: e2fsprogs: Remove all mention of anything associated with uuids --disable-libuuid is added to the configure command line. This has the effect of disabling the compilation of uuidgen and libuuid.so. These two are specified as making up their own packages, which turn out to be empty, and thus aren't created in the first place. The error which manifests itself is at the final creation of the rootfs when the global package depends on the e2fsprogs-uuidgen and libuuid, which turn out not to exist, because they weren't created. Signed-off-by: Jeff Dike --- meta/packages/e2fsprogs/e2fsprogs_1.41.12.bb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'meta') diff --git a/meta/packages/e2fsprogs/e2fsprogs_1.41.12.bb b/meta/packages/e2fsprogs/e2fsprogs_1.41.12.bb index 5360243f16..15c80478f5 100644 --- a/meta/packages/e2fsprogs/e2fsprogs_1.41.12.bb +++ b/meta/packages/e2fsprogs/e2fsprogs_1.41.12.bb @@ -1,6 +1,6 @@ require e2fsprogs.inc -PR = "r18" +PR = "r19" SRC_URI += "file://quotefix.patch;patch=1 \ file://acinclude.m4" @@ -33,16 +33,14 @@ do_install () { # blkid used to be part of e2fsprogs but is useful outside, add it # as an RDEPENDS so that anything relying on it being in e2fsprogs # still works -RDEPENDS_e2fsprogs = "e2fsprogs-blkid e2fsprogs-uuidgen e2fsprogs-badblocks" +RDEPENDS_e2fsprogs = "e2fsprogs-blkid e2fsprogs-badblocks" -PACKAGES =+ "e2fsprogs-blkid e2fsprogs-uuidgen e2fsprogs-e2fsck e2fsprogs-mke2fs e2fsprogs-fsck e2fsprogs-tune2fs e2fsprogs-badblocks libuuid" +PACKAGES =+ "e2fsprogs-blkid e2fsprogs-e2fsck e2fsprogs-mke2fs e2fsprogs-fsck e2fsprogs-tune2fs e2fsprogs-badblocks" FILES_e2fsprogs-blkid = "${base_sbindir}/blkid" -FILES_e2fsprogs-uuidgen = "${bindir}/uuidgen" FILES_e2fsprogs-fsck = "${base_sbindir}/fsck" FILES_e2fsprogs-e2fsck = "${base_sbindir}/e2fsck ${base_sbindir}/fsck.ext*" FILES_e2fsprogs-mke2fs = "${base_sbindir}/mke2fs ${base_sbindir}/mkfs.ext*" FILES_e2fsprogs-tune2fs = "${base_sbindir}/tune2fs ${base_sbindir}/e2label ${base_sbindir}/findfs" FILES_e2fsprogs-badblocks = "${base_sbindir}/badblocks" -FILES_libuuid = "${libdir}/libuuid.so.*" BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf