blob: f893d9756fc4175e32e1891969b053b4e4aec02a (
plain)
1
2
3
4
5
6
7
8
9
10
|
PR = "r0"
SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/firefox-${PV}-source.tar.bz2 \
file://xptcstubs.patch;patch=1 \
file://no-xmb.patch;patch=1 \
file://extensions-hack.patch;patch=1"
S = "${WORKDIR}/mozilla"
inherit mozilla
include firefox.inc
|