diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-12 16:35:00 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-12 16:51:36 +0200 |
commit | 1699e27f6642a97adf23fafc74fd6ccc9d5d3d55 (patch) | |
tree | 539b8259dd387cc00ddb10be2a297b6b29e0972a /recipes/bustle | |
parent | 0a2d1e13ec1cc334aaa5dfd6be7a668723388279 (diff) |
recipes: add missing checksums
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/bustle')
-rw-r--r-- | recipes/bustle/bustle-dbus-monitor_0.2.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/bustle/bustle-dbus-monitor_0.2.0.bb b/recipes/bustle/bustle-dbus-monitor_0.2.0.bb index 4d4768f4de..abcfd78021 100644 --- a/recipes/bustle/bustle-dbus-monitor_0.2.0.bb +++ b/recipes/bustle/bustle-dbus-monitor_0.2.0.bb @@ -5,6 +5,9 @@ LICENSE = "LGPL" SECTION = "console/network" SRC_URI = "http://www.willthompson.co.uk/bustle/releases/bustle-${PV}.tar.gz" +SRC_URI[md5sum] = "23d6467bcadd7cbc7a3d1ffe0614f7f6" +SRC_URI[sha256sum] = "995a4f02604d28adbb3e8bd3045cd774834b244c42039032e5d3d0ab11949d87" + S = "${WORKDIR}/bustle-${PV}" do_compile() { |