[oe-commits] Koen Kooi : mtd-utils 1.2.0: as Stefan points out, you need to DEPEND on e2fs-prog libs when you include uuid/uuid.h

GIT User account git at amethyst.openembedded.net
Sun Jan 11 17:36:00 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Jan 11 18:34:40 2009 +0100

mtd-utils 1.2.0: as Stefan points out, you need to DEPEND on e2fs-prog libs when you include uuid/uuid.h

---

 packages/mtd/mtd-utils_1.2.0+git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/mtd/mtd-utils_1.2.0+git.bb b/packages/mtd/mtd-utils_1.2.0+git.bb
index 5c9f598..4821715 100644
--- a/packages/mtd/mtd-utils_1.2.0+git.bb
+++ b/packages/mtd/mtd-utils_1.2.0+git.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Tools for managing memory technology devices."
 SECTION = "base"
-DEPENDS = "zlib lzo"
+DEPENDS = "e2fsprogs-libs zlib lzo"
 HOMEPAGE = "http://www.linux-mtd.infradead.org/"
 LICENSE = "GPLv2"
 PR = "r1"





More information about the Openembedded-commits mailing list