diff options
author | Klaus Kurzmann <mok@fluxnetz.de> | 2009-11-18 12:23:00 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-16 21:37:06 +0100 |
commit | 709c94aaea7e00ddf26034581f5dcd78ee9139b9 (patch) | |
tree | ba56004465ed827c94b27bb84650da63842e83e7 /recipes/blktool | |
parent | f30dd73a34520a9395d022f98fa6d402f1e8be5e (diff) |
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.bb | 5 |
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 |