diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-07-31 22:21:40 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-08-07 12:21:23 +0200 |
| commit | d213bfac739163eb932e31181e0bfecc84507f30 (patch) | |
| tree | 83028b861a8cceb57f0cb9c0c7557cd20e57bdc4 | |
| parent | 40d5df1a54bb45587d58e467cb8e4694025ac8bf (diff) | |
| download | meta-openembedded-d213bfac739163eb932e31181e0bfecc84507f30.tar.gz | |
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
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/emacs/emacs.inc | 6 | ||||
| -rw-r--r-- | meta-oe/recipes-support/emacs/emacs_23.4.bb | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/emacs/emacs.inc b/meta-oe/recipes-support/emacs/emacs.inc index f6cd461984..150658ee92 100644 --- a/meta-oe/recipes-support/emacs/emacs.inc +++ b/meta-oe/recipes-support/emacs/emacs.inc | |||
| @@ -65,4 +65,10 @@ do_compile_prepend() { | |||
| 65 | fi | 65 | fi |
| 66 | } | 66 | } |
| 67 | 67 | ||
| 68 | do_install_append() { | ||
| 69 | # freaks package.bbclass and whole bitbake call returns error code | ||
| 70 | # 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 | ||
| 71 | mv ${D}${datadir}/${BPN}/${PV}/etc/tutorials/TUTORIAL.ko ${D}${datadir}/${BPN}/${PV}/etc/tutorials/TUTORIAL.KO | ||
| 72 | } | ||
| 73 | |||
| 68 | EXTRA_OEMAKE += 'QEMU="${QEMU}"' | 74 | EXTRA_OEMAKE += 'QEMU="${QEMU}"' |
diff --git a/meta-oe/recipes-support/emacs/emacs_23.4.bb b/meta-oe/recipes-support/emacs/emacs_23.4.bb index 625a4b96e0..65cc3a3347 100644 --- a/meta-oe/recipes-support/emacs/emacs_23.4.bb +++ b/meta-oe/recipes-support/emacs/emacs_23.4.bb | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | require emacs.inc | 1 | require emacs.inc |
| 2 | 2 | ||
| 3 | PR = "r1" | ||
| 4 | |||
| 3 | SRC_URI = "${GNU_MIRROR}/emacs/emacs-${PV}.tar.gz;name=tarball \ | 5 | SRC_URI = "${GNU_MIRROR}/emacs/emacs-${PV}.tar.gz;name=tarball \ |
| 4 | file://use-qemu.patch \ | 6 | file://use-qemu.patch \ |
| 5 | file://nostdlib-unwind.patch \ | 7 | file://nostdlib-unwind.patch \ |
