[oe-commits] Klaus Kurzmann : blktool: add glib-2.0 depends and pkgconfig inherit

git version control git at git.openembedded.org
Sat Jan 16 20:37:56 UTC 2010


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 709c94aaea7e00ddf26034581f5dcd78ee9139b9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=709c94aaea7e00ddf26034581f5dcd78ee9139b9

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Wed Nov 18 12:23:00 2009 +0000

blktool: add glib-2.0 depends and pkgconfig inherit

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 e658e32..e11686f 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
\ No newline at end of file
+inherit pkgconfig autotools





More information about the Openembedded-commits mailing list