diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-12-03 12:57:14 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-12-03 12:57:14 +0000 |
commit | ec63c681fcf6a14224494227a06f4c1004f671c4 (patch) | |
tree | 0b7e9ec35f16fb76c7f8076967a20e38aa700f28 /meta/packages/eds | |
parent | 859d3ab24dac3d92aea96868a23da6a3a962a348 (diff) | |
download | openembedded-core-ec63c681fcf6a14224494227a06f4c1004f671c4.tar.gz openembedded-core-ec63c681fcf6a14224494227a06f4c1004f671c4.tar.bz2 openembedded-core-ec63c681fcf6a14224494227a06f4c1004f671c4.zip |
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/packages/eds')
-rw-r--r-- | meta/packages/eds/eds-dbus_svn.bb | 12 |
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" DEPENDS = "intltool-native glib-2.0 gtk+ gconf dbus db gnome-common virtual/libiconv zlib" PV = "1.4.0+svnr${SRCREV}" -PR = "r1" +PR = "r2" SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \ file://oh-contact.patch;patch=1;pnum=0 \ @@ -21,7 +21,11 @@ inherit autotools pkgconfig LDFLAGS += "-lpthread" do_configure_append () { - cp ${WORKDIR}/iconv-detect.h ${S} + cp ${WORKDIR}/iconv-detect.h ${S} +} + +do_stage () { + autotools_stage_all } EXTRA_OECONF = "--without-openldap --with-dbus --without-bug-buddy \ @@ -36,6 +40,7 @@ PACKAGES =+ "libcamel libcamel-dev libebook libebook-dev libecal libecal-dev \ FILES_${PN}-dev =+ "${libdir}/pkgconfig/evolution-data-server-*.pc" FILES_${PN}-dbg =+ "${libdir}/evolution-data-server-*/camel-providers/.debug \ ${libdir}/evolution-data-server*/extensions/.debug/" +RRECOMMENDS_${PN}-dev += "libecal-dev libebook-dev" FILES_libcamel = "${libexecdir}/camel-* ${libdir}/libcamel-*.so.* \ ${libdir}/libcamel-provider-*.so.* \ @@ -79,6 +84,3 @@ FILES_libedataserver-dev = "${libdir}/libedataserver-*.so \ ${libdir}/pkgconfig/libedataserver-*.pc \ ${includedir}/evolution-data-server-*/libedataserver/*.h" -do_stage () { - autotools_stage_all -} |