[oe-commits] Klaus Kurzmann : blktool: add DEPEND for glib-2. 0 and inherit pkgconfig instead of autotools

git version control git at git.openembedded.org
Wed Oct 14 12:31:59 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: c82b036a492267b06da8c3c3ad6940ac60b3688a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c82b036a492267b06da8c3c3ad6940ac60b3688a

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Wed Oct 14 14:31:58 2009 +0200

blktool: add DEPEND for glib-2.0 and inherit pkgconfig instead of autotools

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/blktool/blktool_4.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/recipes/blktool/blktool_4.bb b/recipes/blktool/blktool_4.bb
index 2d939ea..628c42b 100644
--- a/recipes/blktool/blktool_4.bb
+++ b/recipes/blktool/blktool_4.bb
@@ -1,8 +1,11 @@
 DESCRIPTION = "Display or change block device settings"
 LICENSE = "GPLv2"
 
+DEPENDS = "glib-2.0"
+PR = "r1"
+
 SRC_URI = "${DEBIAN_MIRROR}/main/b/blktool/blktool_4.orig.tar.gz"
 
 S = "${WORKDIR}/${PN}-${PV}.orig"
 
-inherit autotools
+inherit pkgconfig





More information about the Openembedded-commits mailing list