diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-04-21 17:47:21 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-04-21 17:47:21 +0100 |
commit | 622368d438e67ab02ea691ad37b42a7b7b2f60fc (patch) | |
tree | 40b52df2e3bea1756d7ff4f1364737b1abc5f68e /meta-moblin | |
parent | a1b04dfe54c1c17994daf1d1ed9dd8c669927367 (diff) | |
download | poky-622368d438e67ab02ea691ad37b42a7b7b2f60fc.tar.gz |
mojito: Package the dbus files
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-moblin')
-rw-r--r-- | meta-moblin/packages/mojito/mojito_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-moblin/packages/mojito/mojito_git.bb b/meta-moblin/packages/mojito/mojito_git.bb index bc83e0ac31..808020c80c 100644 --- a/meta-moblin/packages/mojito/mojito_git.bb +++ b/meta-moblin/packages/mojito/mojito_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | 1 | ||
2 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | 2 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" |
3 | PV = "0.0+git${SRCREV}" | 3 | PV = "0.0+git${SRCREV}" |
4 | PR = "r1" | 4 | PR = "r2" |
5 | 5 | ||
6 | DEPENDS = "libsoup-2.4 gconf-dbus librest glib-2.0 twitter-glib sqlite3" | 6 | DEPENDS = "libsoup-2.4 gconf-dbus librest glib-2.0 twitter-glib sqlite3" |
7 | 7 | ||
@@ -9,6 +9,7 @@ S = "${WORKDIR}/git" | |||
9 | 9 | ||
10 | inherit autotools_stage | 10 | inherit autotools_stage |
11 | 11 | ||
12 | FILES_${PN} += "${datadir}/dbus-1/services" | ||
12 | FILES_${PN}-dbg += "${libdir}/mojito/sources/.debug/* ${libdir}/mojito/services/.debug/" | 13 | FILES_${PN}-dbg += "${libdir}/mojito/sources/.debug/* ${libdir}/mojito/services/.debug/" |
13 | 14 | ||
14 | PARALLEL_MAKE = "" | 15 | PARALLEL_MAKE = "" |