diff options
author | Wenzong Fan <wenzong.fan@windriver.com> | 2012-02-14 09:32:27 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-21 17:51:14 +0000 |
commit | 38d74ee1fe6f28ec4d7db79f550c7d2830d922fb (patch) | |
tree | ad4122128601140e2fc45f0a57e2e60f075a41e7 /meta/recipes-sato | |
parent | d974ed4330f33c4f8dfd635a83c61a0d44e688b6 (diff) | |
download | openembedded-core-38d74ee1fe6f28ec4d7db79f550c7d2830d922fb.tar.gz openembedded-core-38d74ee1fe6f28ec4d7db79f550c7d2830d922fb.tar.bz2 openembedded-core-38d74ee1fe6f28ec4d7db79f550c7d2830d922fb.zip |
eds-tools: Update it to fix the build error
The head file 'libedataserver/e-data-server-module.h' has been moved
to 'libebackend/e-data-server-module.h', just update eds-tools to get
the latest changes for fixing the path of 'e-data-server-module.h'.
Also update its recipe file to reflect it has been converted to git
repo and split all generated binaries to correct packages.
[YOCTO#1786]
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/eds/eds-tools_git.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-sato/eds/eds-tools_git.bb b/meta/recipes-sato/eds/eds-tools_git.bb index fedfaf5bc5..cf0d72fa95 100644 --- a/meta/recipes-sato/eds/eds-tools_git.bb +++ b/meta/recipes-sato/eds/eds-tools_git.bb @@ -4,8 +4,8 @@ DEPENDS = "dbus-glib eds-dbus" RDEPENDS_${PN} = "libedata-book" DESCRIPTION = "Test applications for EDS" -SRCREV = "882df681014cf42f75882995e507c75254b6b62f" -PR = "r0" +SRCREV = "5e9afbd22a021d1f0d0a0249d5995d19dd770584" +PR = "r1" SRC_URI = "git://github.com/rossburton/eds-tools.git;protocol=git" @@ -13,6 +13,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" inherit autotools pkgconfig -S = "${WORKDIR}/${BPN}" +S = "${WORKDIR}/git" FILES_${PN} += "${libdir}/evolution-data-server-1.2/extensions/*.so" +FILES_${PN} += "${libdir}/evolution-data-server-1.2/extensions/*.la" +FILES_${PN}-dbg += "${libdir}/evolution-data-server-1.2/extensions/.debug/*.so" |