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