mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-06 13:49:07 +00:00
* this makes it easier to unblacklist it from local.conf which is parsed before the recipes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 lines
423 B
BlitzBasic
13 lines
423 B
BlitzBasic
require emacs.inc
|
|
|
|
PR = "r4"
|
|
|
|
PNBLACKLIST[emacs] ?= "qemu: uncaught target signal 11 (Segmentation fault) - core dumped"
|
|
|
|
SRC_URI = "${GNU_MIRROR}/emacs/emacs-${PV}.tar.gz;name=tarball \
|
|
file://use-qemu.patch \
|
|
file://nostdlib-unwind.patch \
|
|
"
|
|
SRC_URI[tarball.md5sum] = "34405165fcd978fbc8b304cbd99ccf4f"
|
|
SRC_URI[tarball.sha256sum] = "b9a2b8434052771f797d2032772eba862ff9aa143029efc72295170607289c18"
|