From d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 1 Sep 2010 19:09:11 +0100 Subject: packages: Separate out most of the remaining packages into recipes Signed-off-by: Richard Purdie --- .../mozilla-headless/mozilla-headless_hg.bb | 99 ++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 meta-moblin/packages/mozilla-headless/mozilla-headless_hg.bb (limited to 'meta-moblin/packages/mozilla-headless/mozilla-headless_hg.bb') diff --git a/meta-moblin/packages/mozilla-headless/mozilla-headless_hg.bb b/meta-moblin/packages/mozilla-headless/mozilla-headless_hg.bb new file mode 100644 index 000000000..669c52616 --- /dev/null +++ b/meta-moblin/packages/mozilla-headless/mozilla-headless_hg.bb @@ -0,0 +1,99 @@ + +#file://0001-Adds-initial-Gtk-clipboard-support-to-moz-headless.patch;patch=1 \ +SRC_URI = "hg://hg.mozilla.org/incubator;protocol=http;module=offscreen \ + file://configurefix-1a622cb7c384.patch;patch=1;rev=1a622cb7c384 \ + file://configurefix.patch;patch=1;notrev=1a622cb7c384 \ + file://mozilla-jemalloc.patch;patch=1 \ + file://removebadrpath-1a622cb7c384.patch;patch=1;rev=1a622cb7c384 \ + file://removebadrpath.patch;patch=1;notrev=1a622cb7c384 \ + file://buildfixhack.patch;patch=1;notrev=1a622cb7c384 \ + file://autoconffix.patch;patch=1 \ + file://jsautocfg.h \ + file://mozconfig" +PV = "0.2+hg-1.0+${SRCPV}" +PR = "r10" + +S = "${WORKDIR}/offscreen" + +DEPENDS = "gconf gnome-vfs pango dbus-glib alsa-lib libidl-native sqlite3 libidl" + +FILES_${PN} += "${libdir}/xulrunner-${XULVERSION} ${libdir}/xulrunner-devel-${XULVERSION}/sdk/lib/*.so" +FILES_${PN}-dev += "${libdir}/xulrunner-devel-${XULVERSION}" +FILES_${PN}-dbg += "${libdir}/xulrunner-devel-${XULVERSION}/sdk/lib/.debug" + +# Mozilla's build rules search for -L paths to find libraries. Its +# not clever enough to know where the sysroot is and hence finds host +# object files which is bad. We therefore tell pkg-config not to hide +# paths. See config/rules.mk and the LIBS_DEPS and _LIBDIRS variables. +export PKG_CONFIG_ALLOW_SYSTEM_LIBS = "1" + +TARGET_CC_ARCH = "" + +CFLAGS = "${TARGET_CFLAGS}" +TARGET_CFLAGS = "-Os -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables" + +LDFLAGS = "${TARGET_LDFLAGS}" +TARGET_LDFLAGS = "-Wl,-rpath,${libdir}/xulrunner-${XULVERSION}" + +export target_alias=${TARGET_PREFIX} + +inherit autotools mozilla + +acpaths = "-I ${S}/build/autoconf " + +export topsrcdir = "${S}" + +do_configure () { + if [ "${SRCREV}" != "1a622cb7c384" ]; then + rm -rf ${S}/build/autoconf/acwinpaths.m4 + rm -rf ${S}/js/src/build/autoconf/acwinpaths.m4 + rm -rf ${S}/nsprpub/build/autoconf/acwinpaths.m4 + mkdir -p ${S}/js/src/dist/include + ln -fs ../../../../nsprpub/dist/include/nspr ${S}/js/src/dist/include/nsprpub + fi + cp ${S}/build/autoconf/install-sh ${S} + autotools_do_configure + # Yes, we run this twice. The first pass sets up npsrpub-config which then + # sets the values correctly on the second try. Ick. + autotools_do_configure +} + +do_compile () { + cp ${WORKDIR}/jsautocfg.h ${S}/js/src/ + #oe_runmake -f client.mk build_all + base_do_compile +} + +XULVERSION = "1.9.3a1pre" + +do_install_append () { + install -d ${D}${sysconfdir}/ld.so.conf.d/ + echo ${libdir}/xulrunner-${XULVERSION}/ > ${D}${sysconfdir}/ld.so.conf.d/mozilla-headless +} + +EXTRA_OECONF =+ "--enable-application=xulrunner --enable-default-toolkit=cairo-headless --with-pthreads \ + --enable-pango --enable-optimize --disable-debug --disable-tests \ + --disable-printing --disable-crashreporter --disable-accessibility \ + --disable-javaxpcom --enable-plugins --enable-system-sqlite --disable-necko-wifi" + +export LIBXUL_DIST="${S}/dist" + +SYSROOT_PREPROCESS_FUNCS += "mozilla_sysroot_preprocess" + +mozilla_sysroot_preprocess () { + autotools_stage_dir ${D}/${libdir}/xulrunner-${XULVERSION} ${SYSROOT_DESTDIR}${STAGING_DIR_HOST}${libdir}/xulrunner-${XULVERSION}/ + autotools_stage_dir ${D}/${libdir}/xulrunner-devel-${XULVERSION} ${SYSROOT_DESTDIR}${STAGING_DIR_HOST}${libdir}/xulrunner-devel-${XULVERSION}/ + + ln -fs ${STAGING_DIR_HOST}${libdir}/xulrunner-${XULVERSION}/ ${SYSROOT_DESTDIR}${STAGING_DIR_HOST}${libdir}/xulrunner-devel-${XULVERSION}/bin + ln -fs ${STAGING_DIR_HOST}${datadir}/xulrunner-${XULVERSION}/unstable/ ${SYSROOT_DESTDIR}${STAGING_DIR_HOST}${libdir}/xulrunner-devel-${XULVERSION}/idl + ln -fs ${STAGING_DIR_HOST}${includedir}/xulrunner-${XULVERSION}/unstable/ ${SYSROOT_DESTDIR}${STAGING_DIR_HOST}${libdir}/xulrunner-devel-${XULVERSION}/include + ln -fs ${STAGING_DIR_HOST}${libdir}/xulrunner-devel-${XULVERSION}/sdk/lib/ ${SYSROOT_DESTDIR}${STAGING_DIR_HOST}${libdir}/xulrunner-devel-${XULVERSION}/lib + + install -d ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS} + install -m 755 ${S}/dist/host/bin/host_xpidl ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/xpidl +} + +__anonymous () { + if bb.data.getVar("SRCREV", d, True) == "1a622cb7c384": + bb.data.setVar("XULVERSION", "1.9.2a1pre", d) +} -- cgit v1.2.3