From bb1427f0b953a7a7c038228edc03611b8e37b8d7 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 5 Feb 2010 14:50:56 +0000 Subject: moblin-floating-revisions: Use mx branch for moblin-web-browser Signed-off-by: Richard Purdie --- meta-moblin/conf/distro/include/moblin-floating-revisions.inc | 2 ++ meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'meta-moblin') diff --git a/meta-moblin/conf/distro/include/moblin-floating-revisions.inc b/meta-moblin/conf/distro/include/moblin-floating-revisions.inc index 8e63005a8c..9c0c87362f 100644 --- a/meta-moblin/conf/distro/include/moblin-floating-revisions.inc +++ b/meta-moblin/conf/distro/include/moblin-floating-revisions.inc @@ -93,3 +93,5 @@ PREFERRED_VERSION_libx11-trim ?= "1.2.1+git%" PREFERRED_VERSION_libxcb ?= "1.3" PREFERRED_VERSION_xcb-proto ?= "1.5" + +MOBLINBROWSERBRANCH = "mx" 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 b03e9e18d9..befc28a2a0 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 @@ -1,5 +1,5 @@ DESCRIPTION = "Moblin web browser (based on clutter + mozilla-headless/mozilla-offscreen)" -SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git \ +SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git;branch=${MOBLINBROWSERBRANCH} \ file://xpidl-a3ea71159bef93dc03762195bd5404a51db5e4a6.patch;patch=1;rev=a3ea71159bef93dc03762195bd5404a51db5e4a6;notrev=78ddd155cc297811720e4c4835d468ac6c4d9666 \ file://xpidl-78ddd155cc297811720e4c4835d468ac6c4d9666.patch;patch=1;rev=78ddd155cc297811720e4c4835d468ac6c4d9666;notrev=a3ea71159bef93dc03762195bd5404a51db5e4a6 \ file://xpidl.patch;patch=1;notrev=a3ea71159bef93dc03762195bd5404a51db5e4a6;notrev=78ddd155cc297811720e4c4835d468ac6c4d9666" @@ -11,6 +11,8 @@ DEPENDS = "clutter-1.0 clutter-mozembed clutter-gtk-0.10 libunique mozilla-headl S = "${WORKDIR}/git" +MOBLINBROWSERBRANCH ?= "master" + EXTRA_OECONF = "--with-idl-prefix=${STAGING_DIR_TARGET}/" FILES_${PN} += "${datadir}/moblin-web-browser/chrome/* ${libdir}/xulrunner-*/chrome/* ${datadir}/dbus-1/services/*" -- cgit 1.2.3-korg