summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-12-03 12:57:14 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-12-03 12:57:14 +0000
commitec63c681fcf6a14224494227a06f4c1004f671c4 (patch)
tree0b7e9ec35f16fb76c7f8076967a20e38aa700f28 /meta
parent859d3ab24dac3d92aea96868a23da6a3a962a348 (diff)
downloadpoky-ec63c681fcf6a14224494227a06f4c1004f671c4.tar.gz
eds: make eds-dbus-dev recommend libecal-dev libebook-dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3298 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/eds/eds-dbus_svn.bb12
1 files changed, 7 insertions, 5 deletions
diff --git a/meta/packages/eds/eds-dbus_svn.bb b/meta/packages/eds/eds-dbus_svn.bb
index 16d0dece33..b7fa63f4db 100644
--- a/meta/packages/eds/eds-dbus_svn.bb
+++ b/meta/packages/eds/eds-dbus_svn.bb
@@ -4,7 +4,7 @@ LICENSE = "LGPL"
4DEPENDS = "intltool-native glib-2.0 gtk+ gconf dbus db gnome-common virtual/libiconv zlib" 4DEPENDS = "intltool-native glib-2.0 gtk+ gconf dbus db gnome-common virtual/libiconv zlib"
5 5
6PV = "1.4.0+svnr${SRCREV}" 6PV = "1.4.0+svnr${SRCREV}"
7PR = "r1" 7PR = "r2"
8 8
9SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \ 9SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \
10 file://oh-contact.patch;patch=1;pnum=0 \ 10 file://oh-contact.patch;patch=1;pnum=0 \
@@ -21,7 +21,11 @@ inherit autotools pkgconfig
21LDFLAGS += "-lpthread" 21LDFLAGS += "-lpthread"
22 22
23do_configure_append () { 23do_configure_append () {
24 cp ${WORKDIR}/iconv-detect.h ${S} 24 cp ${WORKDIR}/iconv-detect.h ${S}
25}
26
27do_stage () {
28 autotools_stage_all
25} 29}
26 30
27EXTRA_OECONF = "--without-openldap --with-dbus --without-bug-buddy \ 31EXTRA_OECONF = "--without-openldap --with-dbus --without-bug-buddy \
@@ -36,6 +40,7 @@ PACKAGES =+ "libcamel libcamel-dev libebook libebook-dev libecal libecal-dev \
36FILES_${PN}-dev =+ "${libdir}/pkgconfig/evolution-data-server-*.pc" 40FILES_${PN}-dev =+ "${libdir}/pkgconfig/evolution-data-server-*.pc"
37FILES_${PN}-dbg =+ "${libdir}/evolution-data-server-*/camel-providers/.debug \ 41FILES_${PN}-dbg =+ "${libdir}/evolution-data-server-*/camel-providers/.debug \
38 ${libdir}/evolution-data-server*/extensions/.debug/" 42 ${libdir}/evolution-data-server*/extensions/.debug/"
43RRECOMMENDS_${PN}-dev += "libecal-dev libebook-dev"
39 44
40FILES_libcamel = "${libexecdir}/camel-* ${libdir}/libcamel-*.so.* \ 45FILES_libcamel = "${libexecdir}/camel-* ${libdir}/libcamel-*.so.* \
41 ${libdir}/libcamel-provider-*.so.* \ 46 ${libdir}/libcamel-provider-*.so.* \
@@ -79,6 +84,3 @@ FILES_libedataserver-dev = "${libdir}/libedataserver-*.so \
79 ${libdir}/pkgconfig/libedataserver-*.pc \ 84 ${libdir}/pkgconfig/libedataserver-*.pc \
80 ${includedir}/evolution-data-server-*/libedataserver/*.h" 85 ${includedir}/evolution-data-server-*/libedataserver/*.h"
81 86
82do_stage () {
83 autotools_stage_all
84}