From: Klaus Kurzmann Date: Wed, 18 Nov 2009 12:23:00 +0000 (+0000) Subject: blktool: add glib-2.0 depends and pkgconfig inherit X-Git-Tag: Release-2010-05/1~848^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=709c94aaea7e00ddf26034581f5dcd78ee9139b9;p=openembedded.git blktool: add glib-2.0 depends and pkgconfig inherit Signed-off-by: Martin Jansa --- 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