summaryrefslogtreecommitdiffstats
path: root/recipes/mozilla/firefox_2.0.0.3.bb
blob: 3ce38bd42c4ff01216a3d5cd9fef812384f08428 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
DEPENDS += "cairo"
PR = "r3"

SRC_URI = "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/firefox-${PV}-source.tar.bz2 \
	file://xptcstubs.patch;apply=yes \
	file://no-xmb.patch;apply=yes \
	file://jsautocfg.h \
	file://extensions-hack.patch;apply=yes \
	file://security-cross.patch;apply=yes \
	file://jsautocfg-dontoverwrite.patch;apply=yes \
	file://xptcinvoke-arm.patch;apply=yes \
	file://eabi-fix.patch;apply=yes \
	file://eabi-fix2.patch;apply=yes \
	file://eabi-fix3.patch;apply=yes \
	file://linkage-problem.patch;apply=yes \
"

S = "${WORKDIR}/mozilla"

DEFAULT_PREFERENCE = "-1"

inherit mozilla
require firefox.inc

do_compile_prepend() {
	cp ${WORKDIR}/jsautocfg.h ${S}/js/src/
	sed -i "s|CPU_ARCH =|CPU_ARCH = ${TARGET_ARCH}|" security/coreconf/Linux.mk
}

do_stage() {
        install -d ${STAGING_INCDIR}/firefox-${PV}
        cd dist/sdk/include
		rm -rf obsolete
        headers=`find . -name "*.h"`
        for f in $headers
        do
                install -D -m 0644 $f ${STAGING_INCDIR}/firefox-${PV}/
        done
        # removes 2 lines that call absent headers
        sed -e '178,179d' ${STAGING_INCDIR}/firefox-${PV}/nsIServiceManager.h
}

SRC_URI[md5sum] = "24398e3d98673a2a92a01a8f771ca12a"
SRC_URI[sha256sum] = "02169e4e7a095c426fd5caf56c6cfc2415f4fe54cef7f4e78556f350e2c94007"