aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-08-26 18:14:19 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-08-26 18:14:58 +0100
commit06b2913d8e53f30c0143b32d7542ee255e3e4a26 (patch)
tree6bc83c28afe531fe09a645c77cfd776ff9b502eb
parentb8187a1176346311c950d458b8dfa6233ec9713e (diff)
downloadopenembedded-core-contrib-06b2913d8e53f30c0143b32d7542ee255e3e4a26.tar.gz
moblin-web-browser: Make sure dbus service files are packaged
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-rw-r--r--meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb b/meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb
index cbc3e2dae0..cd7a9f53c5 100644
--- a/meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb
+++ b/meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb
@@ -4,7 +4,7 @@ SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git \
file://xpidl.patch;patch=1;notrev=a3ea71159bef93dc03762195bd5404a51db5e4a6"
LICENSE = "LGPLv2.1"
PV = "0.0+git${SRCPV}"
-PR = "r8"
+PR = "r9"
DEPENDS = "clutter-1.0 clutter-mozembed clutter-gtk libunique mozilla-headless-services libccss nbtk mozilla-headless mutter-moblin"
@@ -12,8 +12,10 @@ S = "${WORKDIR}/git"
EXTRA_OECONF = "--with-idl-prefix=${STAGING_DIR_TARGET}/"
-FILES_${PN} += "${datadir}/moblin-web-browser/chrome/* ${libdir}/xulrunner-*/chrome/*"
+FILES_${PN} += "${datadir}/moblin-web-browser/chrome/* ${libdir}/xulrunner-*/chrome/* ${datadir}/dbus-1/services/*"
FILES_${PN} += "${datadir}/moblin-web-browser/components/* ${libdir}/xulrunner-*/components/*"
FILES_${PN}-dbg += "${datadir}/moblin-web-browser/components/.debug/* ${libdir}/xulrunner-*/components/.debug/*"
+
+
inherit autotools_stage