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 85e1c4b7c..0dfcf593c 100644 --- a/meta/recipes-sato/eds/eds-tools_bzr.bb +++ b/meta/recipes-sato/eds/eds-tools_bzr.bb @@ -1,10 +1,14 @@ -LICENSE = "GPL" +LICENSE = "GPLv2" SECTION = "x11" DEPENDS = "dbus-glib eds-dbus" RDEPENDS = "libedata-book" DESCRIPTION = "Test applications for EDS" -SRC_URI = "bzr://burtonini.com/bzr/${PN};proto=http" +PR = "r0" + +SRC_URI = "bzr://burtonini.com/bzr/eds-tools;proto=http" + +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" inherit autotools pkgconfig |