diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-10-07 19:03:57 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-10-08 18:46:02 -0700 |
commit | 93c7fc24f527a8f52a1da1251cec839d4c362ef7 (patch) | |
tree | dc426112836e7bb91b2e0842ea8188b21dde07a0 | |
parent | dedb716445b493b65b967d251033b43e065fe485 (diff) | |
download | meta-openembedded-93c7fc24f527a8f52a1da1251cec839d4c362ef7.tar.gz |
emacs: Use GNU_MIRROR in SRC_URI
Sometimes ftp.gnu.org might be slow.
Add UPSTREAM_CHECK_URI while here
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Gyorgy Sarvari <skandigraun@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/emacs/emacs_30.2.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/emacs/emacs_30.2.bb b/meta-oe/recipes-support/emacs/emacs_30.2.bb index 6f9b8a485c..95769aa94c 100644 --- a/meta-oe/recipes-support/emacs/emacs_30.2.bb +++ b/meta-oe/recipes-support/emacs/emacs_30.2.bb | |||
@@ -4,8 +4,9 @@ HOMEPAGE = "https://www.gnu.org/software/emacs/" | |||
4 | LICENSE = "GPL-3.0-only" | 4 | LICENSE = "GPL-3.0-only" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" |
6 | 6 | ||
7 | SRC_URI = "https://ftp.gnu.org/pub/gnu/emacs/emacs-${PV}.tar.xz \ | 7 | SRC_URI = "${GNU_MIRROR}/emacs/${BP}.tar.xz" |
8 | " | 8 | UPSTREAM_CHECK_URI = "${GNU_MIRROR}/emacs/" |
9 | |||
9 | SRC_URI:append:class-target = " \ | 10 | SRC_URI:append:class-target = " \ |
10 | file://use-emacs-native-tools-for-cross-compiling.patch \ | 11 | file://use-emacs-native-tools-for-cross-compiling.patch \ |
11 | file://avoid-running-host-binaries-for-sanity.patch \ | 12 | file://avoid-running-host-binaries-for-sanity.patch \ |