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 | |
parent | ce4d631aea08063f7b7060813af437c6fc0b3057 (diff) | |
download | poky-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.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 | ||