From acbf54300f0754250362e75497f62092faf7d499 Mon Sep 17 00:00:00 2001 From: Denis 'Gnutoo' Carikli Date: Mon, 28 Dec 2009 14:20:25 +0100 Subject: emacs: added version 23.1 and fixed compilation on x86 The main advantage in this version is that the handling of fonts is a lot better: In emacs-x11 the used fonts are not tiny anymore and can easily be chosen Note that we still use qemu for bytecode compilation on x86, that is for several reasons: *The most important one is that it prevents using the host's libraries *It simplifies the recipe(no separate case when the architecture is the same ) *It should work if someone cross-compiles for x86 on his mips,arm,powerpc,sparc computer Warning: emacs_23.1 has not been tested but emacs-x11_23.1 has so putting defaullt preference to -2 in emacs_23.1 --- recipes/emacs/emacs_23.1.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 recipes/emacs/emacs_23.1.bb (limited to 'recipes/emacs/emacs_23.1.bb') diff --git a/recipes/emacs/emacs_23.1.bb b/recipes/emacs/emacs_23.1.bb new file mode 100644 index 0000000000..feb56d4e44 --- /dev/null +++ b/recipes/emacs/emacs_23.1.bb @@ -0,0 +1,17 @@ +require emacs.inc + +EXTRA_OECONF = "--without-sound --without-x" + +#/!\warning untested recipe +DEFAULT_PREFERENCE = "-2" + + +FILESPATH = "${FILE_DIRNAME}/emacs-${PV}:${FILE_DIRNAME}/files" +SRC_URI = "${GNU_MIRROR}/emacs/emacs-${PV}.tar.gz;name=tarball \ + file://emacs23.1-use-qemu.patch;patch=1 \ + file://nostdlib-unwind.patch;patch=1" +SRC_URI[tarball.md5sum] = "a620d4452769d04ad8864d662f34f8dd" +SRC_URI[tarball.sha256sum] = "a94cd46301f000d2d1dcd3fd7ef08ad952846d01ca5d4168b4ec3e38e857da47" + + +S = "${WORKDIR}/emacs-${PV}" -- cgit v1.2.3