summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/emacs/emacs_27.2.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-05-03 22:56:27 -0700
committerKhem Raj <raj.khem@gmail.com>2021-05-03 22:57:42 -0700
commit4fe10656553bc4afa293796c57ae99c728937ada (patch)
tree7b848a0f778e8d1dbe67dced50dcc946f3d40ebc /meta-oe/recipes-support/emacs/emacs_27.2.bb
parent422f18343b7b5f30418dfd35b8d085947124552d (diff)
downloadmeta-openembedded-4fe10656553bc4afa293796c57ae99c728937ada.tar.gz
emacs: Do not use SIGSTKSZ
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/emacs/emacs_27.2.bb')
-rw-r--r--meta-oe/recipes-support/emacs/emacs_27.2.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/emacs/emacs_27.2.bb b/meta-oe/recipes-support/emacs/emacs_27.2.bb
index e3157ec42..01629f416 100644
--- a/meta-oe/recipes-support/emacs/emacs_27.2.bb
+++ b/meta-oe/recipes-support/emacs/emacs_27.2.bb
@@ -4,8 +4,9 @@ HOMEPAGE = "https://www.gnu.org/software/emacs/"
4LICENSE = "GPLv3" 4LICENSE = "GPLv3"
5LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" 5LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
6 6
7SRC_URI = "https://ftp.gnu.org/pub/gnu/emacs/emacs-${PV}.tar.xz" 7SRC_URI = "https://ftp.gnu.org/pub/gnu/emacs/emacs-${PV}.tar.xz \
8 8 file://emacs-glibc-2.34.patch \
9 "
9SRC_URI_append_class-target = " file://usemake-docfile-native.patch" 10SRC_URI_append_class-target = " file://usemake-docfile-native.patch"
10 11
11SRC_URI[sha256sum] = "b4a7cc4e78e63f378624e0919215b910af5bb2a0afc819fad298272e9f40c1b9" 12SRC_URI[sha256sum] = "b4a7cc4e78e63f378624e0919215b910af5bb2a0afc819fad298272e9f40c1b9"