summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/eds/eds-dbus_git.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-05 22:31:32 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-07 10:57:47 +0100
commit826a7ef5f98289b4f0c2b0d9f23af03ebf7f4242 (patch)
treed113a2116d9e2235606019e5412eda724fba2d19 /meta/recipes-sato/eds/eds-dbus_git.bb
parent3944ed8036aa1b02e19ba1ef1529acd115499ad2 (diff)
downloadpoky-826a7ef5f98289b4f0c2b0d9f23af03ebf7f4242.tar.gz
eds-dbus: Package unpackaged files
(From OE-Core rev: 3778c8a5c7800d301b8dc926fecd254c86f9ad81) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/eds/eds-dbus_git.bb')
-rw-r--r--meta/recipes-sato/eds/eds-dbus_git.bb9
1 files changed, 7 insertions, 2 deletions
diff --git a/meta/recipes-sato/eds/eds-dbus_git.bb b/meta/recipes-sato/eds/eds-dbus_git.bb
index a8100ad3f8..0d920cdc60 100644
--- a/meta/recipes-sato/eds/eds-dbus_git.bb
+++ b/meta/recipes-sato/eds/eds-dbus_git.bb
@@ -51,6 +51,7 @@ PACKAGES =+ "libcamel libcamel-dev libebook libebook-dev libecal libecal-dev \
51 libedataserver libedataserver-dev \ 51 libedataserver libedataserver-dev \
52 libedataserverui libedataserverui-dev" 52 libedataserverui libedataserverui-dev"
53 53
54FILES_${PN} =+ "${datadir}/evolution-data-server-*/ui/"
54FILES_${PN}-dev =+ "${libdir}/pkgconfig/evolution-data-server-*.pc" 55FILES_${PN}-dev =+ "${libdir}/pkgconfig/evolution-data-server-*.pc"
55FILES_${PN}-dbg =+ "${libdir}/evolution-data-server-*/camel-providers/.debug \ 56FILES_${PN}-dbg =+ "${libdir}/evolution-data-server-*/camel-providers/.debug \
56 ${libdir}/evolution-data-server*/extensions/.debug/" 57 ${libdir}/evolution-data-server*/extensions/.debug/"
@@ -62,6 +63,7 @@ FILES_libcamel = "${libexecdir}/camel-* ${libdir}/libcamel-*.so.* \
62 ${libdir}/evolution-data-server-*/camel-providers/*.urls" 63 ${libdir}/evolution-data-server-*/camel-providers/*.urls"
63FILES_libcamel-dev = "${libdir}/libcamel-*.so ${libdir}/libcamel-provider-*.so \ 64FILES_libcamel-dev = "${libdir}/libcamel-*.so ${libdir}/libcamel-provider-*.so \
64 ${libdir}/pkgconfig/camel*pc \ 65 ${libdir}/pkgconfig/camel*pc \
66 ${libdir}/evolution-data-server-*/camel-providers/*.la \
65 ${includedir}/evolution-data-server*/camel" 67 ${includedir}/evolution-data-server*/camel"
66 68
67FILES_libebook = "${libdir}/libebook-*.so.*" 69FILES_libebook = "${libdir}/libebook-*.so.*"
@@ -80,9 +82,11 @@ RRECOMMENDS_libecal = "libedata-cal tzdata"
80FILES_libedata-book = "${libexecdir}/e-addressbook-factory \ 82FILES_libedata-book = "${libexecdir}/e-addressbook-factory \
81 ${datadir}/dbus-1/services/*.AddressBook.service \ 83 ${datadir}/dbus-1/services/*.AddressBook.service \
82 ${libdir}/libedata-book-*.so.* \ 84 ${libdir}/libedata-book-*.so.* \
83 ${libdir}/evolution-data-server-*/extensions/libebook*.so" 85 ${libdir}/evolution-data-server-*/extensions/libebook*.so \
86 ${datadir}/evolution-data-server-1.4/weather/Locations.xml"
84FILES_libedata-book-dev = "${libdir}/libedata-book-*.so \ 87FILES_libedata-book-dev = "${libdir}/libedata-book-*.so \
85 ${libdir}/pkgconfig/libedata-book-*.pc \ 88 ${libdir}/pkgconfig/libedata-book-*.pc \
89 ${libdir}/evolution-data-server-*/extensions/libebook*.la \
86 ${includedir}/evolution-data-server-*/libedata-book" 90 ${includedir}/evolution-data-server-*/libedata-book"
87 91
88FILES_libedata-cal = "${libexecdir}/e-calendar-factory \ 92FILES_libedata-cal = "${libexecdir}/e-calendar-factory \
@@ -91,7 +95,8 @@ FILES_libedata-cal = "${libexecdir}/e-calendar-factory \
91 ${libdir}/evolution-data-server-*/extensions/libecal*.so" 95 ${libdir}/evolution-data-server-*/extensions/libecal*.so"
92FILES_libedata-cal-dev = "${libdir}/libedata-cal-*.so \ 96FILES_libedata-cal-dev = "${libdir}/libedata-cal-*.so \
93 ${libdir}/pkgconfig/libedata-cal-*.pc \ 97 ${libdir}/pkgconfig/libedata-cal-*.pc \
94 ${includedir}/evolution-data-server-*/libedata-cal" 98 ${includedir}/evolution-data-server-*/libedata-cal \
99 ${libdir}/evolution-data-server-*/extensions/libecal*.la"
95 100
96FILES_libedataserver = "${libdir}/libedataserver-*.so.*" 101FILES_libedataserver = "${libdir}/libedataserver-*.so.*"
97FILES_libedataserver-dev = "${libdir}/libedataserver-*.so \ 102FILES_libedataserver-dev = "${libdir}/libedataserver-*.so \