From: Graeme Gregory Date: Wed, 14 Dec 2005 09:05:45 +0000 (+0000) Subject: firefox-1.5 : remove beta version and add the release version of 1.5 currently at... X-Git-Tag: Release-2010-05/1~9453^2~2932 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11fdccc123014b571f6634ccaf27c573cbff2030;p=openembedded.git firefox-1.5 : remove beta version and add the release version of 1.5 currently at DEFAULT_PREFERENCE=-1 as it doesnt work under gpe on my machine, runs but never opens any windows. --- diff --git a/packages/mozilla/firefox-1.5b1/.mtn2git_empty b/packages/mozilla/firefox-1.5/.mtn2git_empty similarity index 100% rename from packages/mozilla/firefox-1.5b1/.mtn2git_empty rename to packages/mozilla/firefox-1.5/.mtn2git_empty diff --git a/packages/mozilla/firefox-1.5b1/jsautocfg.h b/packages/mozilla/firefox-1.5/jsautocfg.h similarity index 100% rename from packages/mozilla/firefox-1.5b1/jsautocfg.h rename to packages/mozilla/firefox-1.5/jsautocfg.h diff --git a/packages/mozilla/firefox-1.5b1/mozconfig b/packages/mozilla/firefox-1.5/mozconfig similarity index 100% rename from packages/mozilla/firefox-1.5b1/mozconfig rename to packages/mozilla/firefox-1.5/mozconfig diff --git a/packages/mozilla/firefox_1.5b1.bb b/packages/mozilla/firefox_1.5.bb similarity index 71% rename from packages/mozilla/firefox_1.5b1.bb rename to packages/mozilla/firefox_1.5.bb index 685f961c54..95c9509b69 100644 --- a/packages/mozilla/firefox_1.5b1.bb +++ b/packages/mozilla/firefox_1.5.bb @@ -12,10 +12,6 @@ inherit mozilla include firefox.inc -# Hack because beta shows version as 1.4 - -FILES_${PN} = "${bindir}/firefox ${datadir}/applications ${datadir}/pixmaps ${libdir}/firefox-1.4 ${bindir}/defaults" - do_compile_prepend() { cp ${WORKDIR}/jsautocfg.h ${S}/js/src/ }