summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/eds
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/eds')
-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