diff options
Diffstat (limited to 'recipes/blktool/blktool_4.bb')
-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 |