diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2007-12-05 17:47:34 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-12-05 17:47:34 +0000 |
commit | 8566446a290a001af86878b25590d92dbcddc028 (patch) | |
tree | 326dcf20d4fc7af6ec96a50075ce088f3a579807 /packages/mozilla/firefox_2.0.0.3.bb | |
parent | 0e69d5fead40c731735f5fc4ad4c53a20b2ae9fd (diff) |
firefox: fix firefox 2.0.0.3 building - close #3372
Diffstat (limited to 'packages/mozilla/firefox_2.0.0.3.bb')
-rw-r--r-- | packages/mozilla/firefox_2.0.0.3.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/mozilla/firefox_2.0.0.3.bb b/packages/mozilla/firefox_2.0.0.3.bb index ede30a6b05..06307e7c1c 100644 --- a/packages/mozilla/firefox_2.0.0.3.bb +++ b/packages/mozilla/firefox_2.0.0.3.bb @@ -1,4 +1,4 @@ -PR = "r2" +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 \ @@ -10,7 +10,10 @@ SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/ file://eabi-fix.patch;patch=1 \ file://eabi-fix2.patch;patch=1 \ file://eabi-fix3.patch;patch=1 \ + file://linkage-problem.patch;patch=1 \ " +DEPENDS += cairo + S = "${WORKDIR}/mozilla" DEFAULT_PREFERENCE = "-1" @@ -36,4 +39,3 @@ do_stage() { # removes 2 lines that call absent headers sed -e '178,179d' ${STAGING_INCDIR}/${P}/nsIServiceManager.h } - |