From 2bdfdd874380c7869a29a7b063d22611b3a1d00d Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 31 Jul 2012 22:21:40 +0200 Subject: [PATCH] emacs: rename TUTORIAL.ko to TUTORIAL.KO so it's not picked by package.bbclass for striping * with http://patchwork.openembedded.org/patch/33365/ it's not fatal but still anoying (From meta-openembedded rev: d213bfac739163eb932e31181e0bfecc84507f30) Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- meta-openembedded/meta-oe/recipes-support/emacs/emacs.inc | 6 ++++++ meta-openembedded/meta-oe/recipes-support/emacs/emacs_23.4.bb | 2 ++ 2 files changed, 8 insertions(+) diff --git a/meta-openembedded/meta-oe/recipes-support/emacs/emacs.inc b/meta-openembedded/meta-oe/recipes-support/emacs/emacs.inc index f6cd461..150658e 100644 --- a/meta-openembedded/meta-oe/recipes-support/emacs/emacs.inc +++ b/meta-openembedded/meta-oe/recipes-support/emacs/emacs.inc @@ -65,4 +65,10 @@ do_compile_prepend() { fi } +do_install_append() { + # freaks package.bbclass and whole bitbake call returns error code + # ERROR: runstrip: ''arm-oe-linux-gnueabi-strip' '/var/lib/jenkins/jobs/shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/emacs-23.4-r0/package/usr/share/emacs/23.4/etc/tutorials/TUTORIAL.ko'' strip command failed + mv ${D}${datadir}/${BPN}/${PV}/etc/tutorials/TUTORIAL.ko ${D}${datadir}/${BPN}/${PV}/etc/tutorials/TUTORIAL.KO +} + EXTRA_OEMAKE += 'QEMU="${QEMU}"' diff --git a/meta-openembedded/meta-oe/recipes-support/emacs/emacs_23.4.bb b/meta-openembedded/meta-oe/recipes-support/emacs/emacs_23.4.bb index 625a4b9..65cc3a3 100644 --- a/meta-openembedded/meta-oe/recipes-support/emacs/emacs_23.4.bb +++ b/meta-openembedded/meta-oe/recipes-support/emacs/emacs_23.4.bb @@ -1,5 +1,7 @@ require emacs.inc +PR = "r1" + SRC_URI = "${GNU_MIRROR}/emacs/emacs-${PV}.tar.gz;name=tarball \ file://use-qemu.patch \ file://nostdlib-unwind.patch \ -- 2.7.4