aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mozilla/firefox_3.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/mozilla/firefox_3.0.1.bb')
-rw-r--r--recipes/mozilla/firefox_3.0.1.bb48
1 files changed, 0 insertions, 48 deletions
diff --git a/recipes/mozilla/firefox_3.0.1.bb b/recipes/mozilla/firefox_3.0.1.bb
deleted file mode 100644
index 0e62cbe2f7..0000000000
--- a/recipes/mozilla/firefox_3.0.1.bb
+++ /dev/null
@@ -1,48 +0,0 @@
-DEPENDS += "cairo"
-PR = "r9"
-
-SRC_URI = "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/firefox-${PV}-source.tar.bz2 \
- file://jsautocfg.h \
- file://security-cross.patch \
- file://jsautocfg-dontoverwrite.patch \
- file://Bug339782.additional.fix.diff \
- file://Bug385583.nspr.jmp_buf.eabi.diff \
- file://Bug405992.atomic.nspr.diff \
- file://random_to_urandom.diff \
- file://jemalloc-tls.patch \
- file://wchart.diff \
- file://0001-Remove-Werror-from-build.patch \
- file://0002-Fix-security-cross-compile-cpu-detection-error.patch \
- file://use-native-bpp.patch \
-"
-
-S = "${WORKDIR}/mozilla"
-
-#DEFAULT_PREFERENCE = "-1"
-
-inherit mozilla
-require firefox.inc
-
-FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2"
-
-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] = "406d67174f8f74ab154a1b17d0881b27"
-SRC_URI[sha256sum] = "e16c9794b624188a85af52a2f61131189f422cb99c7fb9777686741cb330dc33"