diff options
Diffstat (limited to 'meta')
-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 36aee351b..277c7a32e 100644 --- a/meta/packages/mozilla-headless/mozilla-headless_hg.bb +++ b/meta/packages/mozilla-headless/mozilla-headless_hg.bb @@ -1,13 +1,13 @@ FIXEDREV = "${SRCREVMOZILLAHEADLESS}" #file://0001-Adds-initial-Gtk-clipboard-support-to-moz-headless.patch;patch=1 \ -SRC_URI = "hg://hg.mozilla.org/incubator;protocol=http;rev=${FIXEDREV};module=offscreen \ +SRC_URI = "hg://hg.mozilla.org/incubator;protocol=http;module=offscreen \ file://configurefix.patch;patch=1 \ file://mozilla-jemalloc.patch;patch=1 \ file://removebadrpath.patch;patch=1 \ file://jsautocfg.h \ file://mozconfig" -PV = "0.1+hg-1.0+${FIXEDREV}" +PV = "0.1+hg-1.0+${SRCPV}" PR = "r5" S = "${WORKDIR}/offscreen" |