summaryrefslogtreecommitdiffstats
path: root/meta-moblin
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-06-30 18:05:47 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-06-30 18:05:47 +0100
commitf0da36b97c500eaca1386afe6794f345b66ef574 (patch)
tree1bb6c39b2227d881f01e02fa9a1558acd81c15f6 /meta-moblin
parent3f75df20b45d26fb8741afa211209d9b258f5e2f (diff)
downloadpoky-f0da36b97c500eaca1386afe6794f345b66ef574.tar.gz
moblin-web-browser: Adjust after upstream directory renaming
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-moblin')
-rw-r--r--meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb6
1 files changed, 3 insertions, 3 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 3b84542c05..3fcdc32b5e 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
@@ -12,8 +12,8 @@ S = "${WORKDIR}/git"
12 12
13EXTRA_OECONF = "--with-idl-prefix=${STAGING_DIR_TARGET}/" 13EXTRA_OECONF = "--with-idl-prefix=${STAGING_DIR_TARGET}/"
14 14
15FILES_${PN} += "${libdir}/xulrunner-*/chrome/*" 15FILES_${PN} += "${datadir}/moblin-web-browser/chrome/* ${libdir}/xulrunner-*/chrome/*"
16FILES_${PN} += "${libdir}/xulrunner-*/components/*" 16FILES_${PN} += "${datadir}/moblin-web-browser/components/* ${libdir}/xulrunner-*/components/*"
17FILES_${PN}-dbg += "${libdir}/xulrunner-*/components/.debug/*" 17FILES_${PN}-dbg += "${datadir}/moblin-web-browser/components/.debug/* ${libdir}/xulrunner-*/components/.debug/*"
18 18
19inherit autotools_stage 19inherit autotools_stage