firefox: bit more formatting
authorMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 6 Dec 2007 09:26:18 +0000 (09:26 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 6 Dec 2007 09:26:18 +0000 (09:26 +0000)
packages/mozilla/firefox_2.0.0.3.bb

index 06307e7..e1fb5a9 100644 (file)
@@ -1,20 +1,22 @@
+DEPENDS += "cairo"
 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 \
        file://jsautocfg.h \
        file://extensions-hack.patch;patch=1 \
-    file://security-cross.patch;patch=1 \
-    file://jsautocfg-dontoverwrite.patch;patch=1 \
-    file://xptcinvoke-arm.patch;patch=1 \
-    file://eabi-fix.patch;patch=1 \
-    file://eabi-fix2.patch;patch=1 \
-    file://eabi-fix3.patch;patch=1 \
-    file://linkage-problem.patch;patch=1 \
+        file://security-cross.patch;patch=1 \
+        file://jsautocfg-dontoverwrite.patch;patch=1 \
+        file://xptcinvoke-arm.patch;patch=1 \
+        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"
 
 inherit mozilla