SECTION = "x11/utils" DEPENDS += "gnu-config-native virtual/libintl xt libxi \ zip-native gtk+ orbit2 libidl-native" LICENSE = "MPL NPL" SRC_URI += "file://mozconfig" inherit gettext pkgconfig EXTRA_OECONF = "--target=${TARGET_SYS} --host=${BUILD_SYS} \ --build=${BUILD_SYS} --prefix=${prefix}" EXTRA_OEMAKE = "'HOST_LIBIDL_LIBS=${HOST_LIBIDL_LIBS}' \ 'HOST_LIBIDL_CFLAGS=${HOST_LIBIDL_CFLAGS}'" SELECTED_OPTIMIZATION = "-Os -fsigned-char -fno-strict-aliasing" export CROSS_COMPILE = "1" export MOZCONFIG = "${WORKDIR}/mozconfig" export MOZ_OBJDIR = "${S}" export CONFIGURE_ARGS = "${EXTRA_OECONF}" export HOST_LIBIDL_CFLAGS = "`${HOST_LIBIDL_CONFIG} --cflags`" export HOST_LIBIDL_LIBS = "`${HOST_LIBIDL_CONFIG} --libs`" export HOST_LIBIDL_CONFIG = "PKG_CONFIG_PATH=${STAGING_DIR}/${BUILD_SYS}/share/pkgconfig pkg-config libIDL-2.0" export HOST_CC = "${BUILD_CC}" export HOST_CXX = "${BUILD_CXX}" export HOST_CFLAGS = "${BUILD_CFLAGS}" export HOST_CXXFLAGS = "${BUILD_CXXFLAGS}" export HOST_LDFLAGS = "${BUILD_LDFLAGS}" export HOST_RANLIB = "${BUILD_RANLIB}" export HOST_AR = "${BUILD_AR}" mozilla_do_configure() { ( set -e for cg in `find ${S} -name config.guess`; do install -m 0755 \ ${STAGING_DIR}/${BUILD_SYS}/share/gnu-config/config.guess \ ${STAGING_DIR}/${BUILD_SYS}/share/gnu-config/config.sub \ `dirname $cg`/ done ) oe_runmake -f client.mk ${MOZ_OBJDIR}/Makefile \ ${MOZ_OBJDIR}/config.status } mozilla_do_compile() { oe_runmake -f client.mk build_all } mozilla_do_install() { oe_runmake DESTDIR="${D}" destdir="${D}" install } EXPORT_FUNCTIONS do_configure do_compile do_install 996d747d'>treecommitdiff
path: root/packages/obsolete
AgeCommit message (Expand)AuthorFiles
2008-11-25antlr 2.7.5: Moved to obsolete since it does not build.Robert Schuster3
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther22
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther22
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe15
2008-09-23wesnoth: Added completely revamped 1.4.5 recipe which is packaged like in DebianRobert Schuster1
2008-06-26obsolete/jamvm: Removed empty directory.Robert Schuster1
2008-06-26Removing recipes that are untouched for months from obsolete/Robert Schuster28
2008-06-26First patch in a series of olsr cleanupsRobert Schuster9
2008-02-28obsolete: Drop old premodular xlibs and xprotoRichard Purdie37
2008-02-21Move various X extensions to obsolete since they've been superceeded by *prot...Richard Purdie23
2008-02-20gaim: moved gaim to packages/obsolete and pidgin to its own directory. Fixes...Rolf Leggewie31
2008-01-25divers: add debug package for 85 files with hardcoded PACKAGES definition. P...Rolf Leggewie1
2008-01-25divers: remove lines of the form "PACKAGES = ${PN}" from 63 filesRolf Leggewie2
2008-01-14quilt: update to quilt 0.46. Fixes 1960.Rolf Leggewie7
2008-01-14jamvm: Cleanup and new version.Robert Schuster9
2008-01-14cacao 0.98+hg20071001: Added snapshot version.Robert Schuster20
2007-10-29packages: Improve BUILD_SYS references to stagingRichard Purdie2
2007-06-12remove a bunch of empty directoriesRolf Leggewie1
2007-03-05merge of '0303d4291ff3297fae792050c054f118512fd08d'Marcin Juszkiewicz5
2007-03-05maemo: moved gconf-osso, osso-gnome-vfs2 to obsolete/maemo/Marcin Juszkiewicz13
2007-02-08packages/obsolete/nslu2: dropped all obsolete nslu2 kernelsRod Whitby64
2007-01-27ixp4xx-related files: Replaced IXP4XX_MACHINE_ENDIAN with SITEINFO_ENDIANESS ...Rod Whitby1
2007-01-23nslu2-kernel: Moved to obsolete - replaced long ago by ixp4xx-kernel.Rod Whitby64
2007-01-14libsql-qpe: move it to packages/obsolete.Koen Kooi12
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie8
2006-12-22start removing task-bootstrap* as stated in removal.txtKoen Kooi4
2006-10-16rename xorg-lib to something more appropriateKoen Kooi12
2006-10-16obsolete/xorg-lib/: Readd some pre-x11r7 libs as obsolete.Paul Sokolovsky12
2006-09-29xcalibrateext_cvs: Follow git renaming of xcalibrateext to xcalibrateproto.Paul Sokolovsky2
2006-09-26dbus: move obsolete versions (0.20 - 0.61) to packages/obsolete/dbusKoen Kooi20