diff options
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/eds/eds-tools_bzr.bb | 8 |
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 @@ | |||
1 | LICENSE = "GPL" | 1 | LICENSE = "GPLv2" |
2 | SECTION = "x11" | 2 | SECTION = "x11" |
3 | DEPENDS = "dbus-glib eds-dbus" | 3 | DEPENDS = "dbus-glib eds-dbus" |
4 | RDEPENDS = "libedata-book" | 4 | RDEPENDS = "libedata-book" |
5 | DESCRIPTION = "Test applications for EDS" | 5 | DESCRIPTION = "Test applications for EDS" |
6 | 6 | ||
7 | SRC_URI = "bzr://burtonini.com/bzr/${PN};proto=http" | 7 | PR = "r0" |
8 | |||
9 | SRC_URI = "bzr://burtonini.com/bzr/eds-tools;proto=http" | ||
10 | |||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
8 | 12 | ||
9 | inherit autotools pkgconfig | 13 | inherit autotools pkgconfig |
10 | 14 | ||