summaryrefslogtreecommitdiff
path: root/meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-06-19 18:06:20 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-06-19 18:06:20 +0100
commitcd60a7eb241e7e658cfa88043ca0049845ebdecd (patch)
tree66ea5034858475aed63a906c5184ac20d6b30781 /meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb
parent19e1d23dd1c46b11d929d8803f24121b7b8447d3 (diff)
downloadopenembedded-core-cd60a7eb241e7e658cfa88043ca0049845ebdecd.tar.gz
openembedded-core-cd60a7eb241e7e658cfa88043ca0049845ebdecd.tar.bz2
openembedded-core-cd60a7eb241e7e658cfa88043ca0049845ebdecd.tar.xz
openembedded-core-cd60a7eb241e7e658cfa88043ca0049845ebdecd.zip
meta-moblin: Add recipes for most moblin beta components
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb')
-rw-r--r--meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb18
1 files changed, 18 insertions, 0 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
new file mode 100644
index 000000000..bb7e2ff0d
--- /dev/null
+++ b/meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Moblin web browser (based on clutter + mozilla-headless/mozilla-offscreen)"
+SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git \
+ file://xpidl.patch;patch=1"
+LICENSE = "LGPLv2.1"
+PV = "0.0+git${SRCPV}"
+PR = "r2"
+
+DEPENDS = "clutter clutter-mozembed clutter-gtk libunique mozilla-headless-services libccss nbtk mozilla-headless"
+
+S = "${WORKDIR}/git"
+
+EXTRA_OECONF = "--with-idl-prefix=${STAGING_DIR_TARGET}/"
+
+FILES_${PN} += "${libdir}/xulrunner-*/chrome/*"
+FILES_${PN} += "${libdir}/xulrunner-*/components/*"
+FILES_${PN}-dbg += "${libdir}/xulrunner-*/components/.debug/*"
+
+inherit autotools_stage