mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
40d5df1a54
commit
d213bfac73
|
|
@ -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}"'
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user