diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-10-04 16:48:21 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-07 11:35:45 +0100 |
commit | 85ff328d22c5f98b3d65bdf43b4539f3ecada519 (patch) | |
tree | 64acd4392af09cd0d774a6dad9b11debe94ad8f3 /meta/recipes-sato/eds/eds-tools_git.bb | |
parent | 2c89e283e58ef5b96e73e5b3c53516d1778cb3c7 (diff) | |
download | poky-85ff328d22c5f98b3d65bdf43b4539f3ecada519.tar.gz |
eds-tools: Convert from BZR to GIT Repo
(From OE-Core rev: b83e4e1aeed115a2b495e54b0122ccf76b4d2eed)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/eds/eds-tools_git.bb')
-rw-r--r-- | meta/recipes-sato/eds/eds-tools_git.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-sato/eds/eds-tools_git.bb b/meta/recipes-sato/eds/eds-tools_git.bb new file mode 100644 index 0000000000..fedfaf5bc5 --- /dev/null +++ b/meta/recipes-sato/eds/eds-tools_git.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | LICENSE = "GPLv2" | ||
2 | SECTION = "x11" | ||
3 | DEPENDS = "dbus-glib eds-dbus" | ||
4 | RDEPENDS_${PN} = "libedata-book" | ||
5 | DESCRIPTION = "Test applications for EDS" | ||
6 | |||
7 | SRCREV = "882df681014cf42f75882995e507c75254b6b62f" | ||
8 | PR = "r0" | ||
9 | |||
10 | SRC_URI = "git://github.com/rossburton/eds-tools.git;protocol=git" | ||
11 | |||
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
13 | |||
14 | inherit autotools pkgconfig | ||
15 | |||
16 | S = "${WORKDIR}/${BPN}" | ||
17 | |||
18 | FILES_${PN} += "${libdir}/evolution-data-server-1.2/extensions/*.so" | ||