blob: 5924068c93e949c2d671cea15b7a0b209a8c9c45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
PR = "r10"
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 \
file://mozilla-firefox.png file://mozilla-firefox.desktop"
S = "${WORKDIR}/mozilla"
inherit mozilla
include firefox.inc
|