diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-17 11:21:06 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-17 11:21:06 +0100 |
commit | 5fcdc32d7fc1ee92570c5bbef09ee45ea11d5fbc (patch) | |
tree | c1aa9fe1e03d5ee863c531cc5f66365cd7d71b98 | |
parent | 5e986a23d006f231f32f726802508720b2c012b7 (diff) | |
download | openembedded-core-5fcdc32d7fc1ee92570c5bbef09ee45ea11d5fbc.tar.gz openembedded-core-5fcdc32d7fc1ee92570c5bbef09ee45ea11d5fbc.tar.bz2 openembedded-core-5fcdc32d7fc1ee92570c5bbef09ee45ea11d5fbc.zip |
mozilla-headless: Bump SRCREV
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-rw-r--r-- | meta/packages/mozilla-headless/mozilla-headless_hg.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/mozilla-headless/mozilla-headless_hg.bb b/meta/packages/mozilla-headless/mozilla-headless_hg.bb index e3ef60b783..d585c317f2 100644 --- a/meta/packages/mozilla-headless/mozilla-headless_hg.bb +++ b/meta/packages/mozilla-headless/mozilla-headless_hg.bb @@ -1,9 +1,9 @@ -SRC_URI = "hg://hg.mozilla.org/incubator;protocol=http;rev=71b4ab01cbf2;module=offscreen \ +SRC_URI = "hg://hg.mozilla.org/incubator;protocol=http;rev=75786cabae7f;module=offscreen \ file://configurefix.patch;patch=1 \ file://jsautocfg.h \ file://mozconfig" -PV = "0.0+hg-1.0+71b4ab01cbf2" +PV = "0.0+hg-1.0+75786cabae7f" PR = "r0" S = "${WORKDIR}/offscreen" |