summaryrefslogtreecommitdiffstats
path: root/recipes/mozilla
diff options
context:
space:
mode:
authorCliff Brake <cbrake@bec-systems.com>2010-09-13 14:15:35 -0400
committerCliff Brake <cbrake@bec-systems.com>2010-09-13 14:15:35 -0400
commit4ee358534793381d2e87b01781079a3354fd5c1c (patch)
tree729f8b0ce4bdbcd8a16f561fb68da0d66c3a3eb8 /recipes/mozilla
parentbeb17e26ee9b4bc0cf334c3b30560c6eb66b1299 (diff)
parenteda06ec3dde6169a46797f876a82499c4fff8f62 (diff)
downloadopenembedded-324a7c75ac7f591e950836686bfe14332ce6586b.tar.gz
Merge branch 'org.openembedded.dev' into testing-nexttesting_2010-09-13
Diffstat (limited to 'recipes/mozilla')
-rw-r--r--recipes/mozilla/files/mozilla-firefox.desktop2
-rw-r--r--recipes/mozilla/files/mozilla-thunderbird.desktop2
-rw-r--r--recipes/mozilla/firefox_3.6.8.bb1
-rw-r--r--recipes/mozilla/thunderbird_1.0.7.bb2
4 files changed, 4 insertions, 3 deletions
diff --git a/recipes/mozilla/files/mozilla-firefox.desktop b/recipes/mozilla/files/mozilla-firefox.desktop
index 00c0ea4fa3..77420e6ed5 100644
--- a/recipes/mozilla/files/mozilla-firefox.desktop
+++ b/recipes/mozilla/files/mozilla-firefox.desktop
@@ -6,6 +6,6 @@ Terminal=false
MultipleArgs=false
Type=Application
Icon=mozilla-firefox.png
-Categories=Application;Internet;
+Categories=Application;Internet;Network;
SingleInstance=true
diff --git a/recipes/mozilla/files/mozilla-thunderbird.desktop b/recipes/mozilla/files/mozilla-thunderbird.desktop
index 61615d94c2..14c5ea7963 100644
--- a/recipes/mozilla/files/mozilla-thunderbird.desktop
+++ b/recipes/mozilla/files/mozilla-thunderbird.desktop
@@ -6,6 +6,6 @@ Terminal=false
MultipleArgs=false
Type=Application
Icon=mozilla-thunderbird.png
-Categories=Application;Internet;
+Categories=Application;Internet;Network;
SingleInstance=true
diff --git a/recipes/mozilla/firefox_3.6.8.bb b/recipes/mozilla/firefox_3.6.8.bb
index 63638524d5..825e6926b2 100644
--- a/recipes/mozilla/firefox_3.6.8.bb
+++ b/recipes/mozilla/firefox_3.6.8.bb
@@ -1,4 +1,5 @@
DEPENDS += "cairo sqlite3 libnotify"
+PR = "r1"
# The .pc files below have "3.6" hardcoded, fix that before using them in a newer FF version!
SRC_URI = "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/firefox-${PV}.source.tar.bz2;name=archive \
diff --git a/recipes/mozilla/thunderbird_1.0.7.bb b/recipes/mozilla/thunderbird_1.0.7.bb
index 8bf438d960..35ed48cec0 100644
--- a/recipes/mozilla/thunderbird_1.0.7.bb
+++ b/recipes/mozilla/thunderbird_1.0.7.bb
@@ -1,7 +1,7 @@
SECTION = "x11/utils"
DEPENDS += "gnupg"
RRECOMMENDS_${PN} += "gnupg"
-PR = "r2"
+PR = "r3"
EMVER="0.92.0"
IPCVER="1.1.3"