summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorSaul Wold <Saul.Wold@intel.com>2010-11-29 17:18:32 -0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-02 05:24:58 -0800
commitb721e08466139e9046f8455f9e671885162a03ea (patch)
tree7b8cbd904f4f72e698db3ac8306df2e864191359 /meta/recipes-sato
parentce4d631aea08063f7b7060813af437c6fc0b3057 (diff)
downloadpoky-b721e08466139e9046f8455f9e671885162a03ea.tar.gz
eds-tools: Fix SRCREV and add LIC_FILE_CHKSUM
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/eds/eds-tools_bzr.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-sato/eds/eds-tools_bzr.bb b/meta/recipes-sato/eds/eds-tools_bzr.bb
index 85e1c4b7c4..0dfcf593c0 100644
--- a/meta/recipes-sato/eds/eds-tools_bzr.bb
+++ b/meta/recipes-sato/eds/eds-tools_bzr.bb
@@ -1,10 +1,14 @@
1LICENSE = "GPL" 1LICENSE = "GPLv2"
2SECTION = "x11" 2SECTION = "x11"
3DEPENDS = "dbus-glib eds-dbus" 3DEPENDS = "dbus-glib eds-dbus"
4RDEPENDS = "libedata-book" 4RDEPENDS = "libedata-book"
5DESCRIPTION = "Test applications for EDS" 5DESCRIPTION = "Test applications for EDS"
6 6
7SRC_URI = "bzr://burtonini.com/bzr/${PN};proto=http" 7PR = "r0"
8
9SRC_URI = "bzr://burtonini.com/bzr/eds-tools;proto=http"
10
11LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
8 12
9inherit autotools pkgconfig 13inherit autotools pkgconfig
10 14