Merge bk://openembedded@openembedded.bkbits.net/packages
authorPhil Blundell <philb@gnu.org>
Tue, 3 Aug 2004 13:12:13 +0000 (13:12 +0000)
committerPhil Blundell <philb@gnu.org>
Tue, 3 Aug 2004 13:12:13 +0000 (13:12 +0000)
into stealth.(none):/home/pb/oe/oe-packages

2004/08/03 14:10:41+01:00 (none)!pb
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages

2004/08/03 14:10:27+01:00 (none)!pb
add extensions-hack and permission mangling

BKrev: 410f8f2d4ihAV1AFjbWyOFEMb7gQYA

busybox/busybox-1.00-rc2/busybox-1.00-rc2-modprobe.patch [new file with mode: 0644]
mozilla/firefox-0.9.2/extensions-hack.patch [new file with mode: 0644]
mozilla/firefox_0.9.2.oe

diff --git a/busybox/busybox-1.00-rc2/busybox-1.00-rc2-modprobe.patch b/busybox/busybox-1.00-rc2/busybox-1.00-rc2-modprobe.patch
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mozilla/firefox-0.9.2/extensions-hack.patch b/mozilla/firefox-0.9.2/extensions-hack.patch
new file mode 100644 (file)
index 0000000..e69de29
index dd44bf9..14bba18 100644 (file)
@@ -1,10 +1,11 @@
 DEPENDS = "xt xi zip-native gtk+ orbit2"
-PR = "r4"
+PR = "r8"
 
 SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/firefox-${PV}-source.tar.bz2 \
        file://mozconfig \
        file://xptcstubs.patch;patch=1 \
        file://no-xmb.patch;patch=1 \
+       file://extensions-hack.patch;patch=1 \
        file://mozilla-firefox.png file://mozilla-firefox.desktop"
 
 S = "${WORKDIR}/mozilla"
@@ -14,7 +15,7 @@ FILES_${PN} += "${libdir}/firefox-${PV} ${datadir}/idl"
 CFLAGS := "${@'${CFLAGS}'.replace('-frename-registers', '')} -fsigned-char -fno-strict-aliasing"
 CXXFLAGS := "${@'${CXXFLAGS}'.replace('-frename-registers', '')} -fsigned-char -fno-strict-aliasing"
 
-#SELECTED_OPTIMIZATION = "-Os"
+SELECTED_OPTIMIZATION = "-Os"
 
 export CROSS_COMPILE=1
 export HOST_LIBIDL_CONFIG="libIDL-config-2"
@@ -40,5 +41,7 @@ do_install() {
        install -d ${D}${datadir}/pixmaps
        install -m 0644 ${WORKDIR}/mozilla-firefox.desktop ${D}${datadir}/applications/
        install -m 0644 ${WORKDIR}/mozilla-firefox.png ${D}${datadir}/pixmaps/
+       # work around requirement for root access on first startup
+       chmod -R a+w ${D}${libdir}/firefox*
 }