summaryrefslogtreecommitdiffstats
path: root/recipes/blktool
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2009-11-18 12:23:00 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2010-01-16 21:37:06 +0100
commit709c94aaea7e00ddf26034581f5dcd78ee9139b9 (patch)
treeba56004465ed827c94b27bb84650da63842e83e7 /recipes/blktool
parentf30dd73a34520a9395d022f98fa6d402f1e8be5e (diff)
downloadopenembedded-709c94aaea7e00ddf26034581f5dcd78ee9139b9.tar.gz
blktool: add glib-2.0 depends and pkgconfig inherit
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/blktool')
-rw-r--r--recipes/blktool/blktool_4.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/blktool/blktool_4.bb b/recipes/blktool/blktool_4.bb
index e658e3256f..e11686f12b 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