diff options
author | Saul Wold <Saul.Wold@intel.com> | 2010-11-29 17:18:32 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:58 -0800 |
commit | b721e08466139e9046f8455f9e671885162a03ea (patch) | |
tree | 7b8cbd904f4f72e698db3ac8306df2e864191359 /meta/recipes-sato/eds | |
parent | ce4d631aea08063f7b7060813af437c6fc0b3057 (diff) | |
download | openembedded-core-b721e08466139e9046f8455f9e671885162a03ea.tar.gz openembedded-core-b721e08466139e9046f8455f9e671885162a03ea.tar.bz2 openembedded-core-b721e08466139e9046f8455f9e671885162a03ea.zip |
eds-tools: Fix SRCREV and add LIC_FILE_CHKSUM
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta/recipes-sato/eds')
-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 @@ -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 |