diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
commit | a780643c4b6aa11e1a36965a69df7116477c7b4c (patch) | |
tree | 17e81e77bde19931facf9b30fa5b5981df796071 /mozilla/firefox_0.9.2.oe | |
parent | 88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff) |
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb
2004/12/07 04:58:25-06:00 ti.com!kergoth
More updates per the core rename.
2004/12/07 04:46:51-06:00 ti.com!kergoth
Update soundtracker per the core rename.
2004/12/07 04:44:14-06:00 ti.com!kergoth
Merge
2004/12/07 04:42:38-06:00 ti.com!kergoth
Updates per the recent rename of the oe core from 'oe' to 'bitbake'.
BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'mozilla/firefox_0.9.2.oe')
-rw-r--r-- | mozilla/firefox_0.9.2.oe | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/mozilla/firefox_0.9.2.oe b/mozilla/firefox_0.9.2.oe deleted file mode 100644 index 10e2dae241..0000000000 --- a/mozilla/firefox_0.9.2.oe +++ /dev/null @@ -1,47 +0,0 @@ -SECTION = "x11/utils" -DEPENDS = "xt libxi zip-native gtk+ orbit2" -PR = "r10" - -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" - -FILES_${PN} += "${libdir}/firefox-${PV} ${datadir}/idl" - -SELECTED_OPTIMIZATION = "-Os -fsigned-char -fno-strict-aliasing" - -export CROSS_COMPILE=1 -export HOST_LIBIDL_CONFIG="libIDL-config-2" -export CONFIGURE_ARGS="--target=${TARGET_SYS} --host=${BUILD_SYS} --build=${BUILD_SYS} --prefix=${prefix}" - -export HOST_CFLAGS="${BUILD_CFLAGS}" -export HOST_CXXFLAGS="${BULID_CXXFLAGS}" -export HOST_LDFLAGS="${BUILD_LDFLAGS}" -export HOST_RANLIB="${BUILD_RANLIB}" -export HOST_AR="${BUILD_AR}" - -do_configure() { - cp ${WORKDIR}/mozconfig .mozconfig -} - -do_compile() { - make -f client.mk build_all -} - -do_install() { - make DESTDIR="${D}" install - install -d ${D}${datadir}/applications - 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 -} - -pkg_postinst_firefox() { - chmod -R a+w ${libdir}/firefox* -} |