base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINES
[openembedded.git] / recipes / mozilla / firefox_1.0.7.bb
blobf8f5d97539ac7f293093a578239ce73dbe7bf6c4
1 PR = "r2"
3 SRC_URI = "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/firefox-${PV}-source.tar.bz2 \
4 file://xptcstubs.patch \
5 file://no-xmb.patch \
6 file://firefox-cc-fix.patch \
7 file://jsautocfg.h \
8 file://extensions-hack.patch \
9 file://firefox-1.0-gcc4-compile.patch;striplevel=0 \
10 file://xptcinvoke-arm.patch \
11 file://mozilla-eabi.patch"
12 S = "${WORKDIR}/mozilla"
14 inherit autotools mozilla
16 require firefox.inc
18 EXTRA_OECONF += " --with-gssapi=${STAGING_LIBDIR}/../"
20 do_compile_prepend() {
21 cp ${WORKDIR}/jsautocfg.h ${S}/js/src/
24 SRC_URI[md5sum] = "5704a8c36de84b408e069afb0c5bc1df"
25 SRC_URI[sha256sum] = "10056021004ae378baed886358dc4468af60eafbaa9fcac93401e4db9b9ef7fd"