diff options
author | Sergey Lapin <slapin@ossfans.org> | 2010-01-22 00:50:27 +0300 |
---|---|---|
committer | Sergey Lapin <slapin@ossfans.org> | 2010-01-22 00:50:27 +0300 |
commit | 029e21c8111deafa850ad1724e48da29c321f2f8 (patch) | |
tree | 00c9ad7db155d3f3fe471517d5d882b517f9ccfd /recipes/blktool | |
parent | 8e099432e6b3687bc97f756aa7176b02cb1c7693 (diff) | |
parent | b6f9a84fd99c89ac074aaed90cdd3d064c534492 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
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 |