From cd60a7eb241e7e658cfa88043ca0049845ebdecd Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 19 Jun 2009 18:06:20 +0100 Subject: meta-moblin: Add recipes for most moblin beta components Signed-off-by: Richard Purdie --- .../moblin-web-browser/moblin-web-browser_git.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb (limited to 'meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb') 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 -- cgit v1.2.3