diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-04-29 12:20:05 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-05-07 12:29:35 -0400 |
commit | cb22eb481fb195b3b306ff5dc22264e8c5b88707 (patch) | |
tree | 2ba43b7aaec8fbecfa40dba941dec0591b7e3267 | |
parent | c5f3a07a2550d76a654f9a17eef57900e22b81f4 (diff) | |
download | meta-openembedded-cb22eb481fb195b3b306ff5dc22264e8c5b88707.tar.gz |
libx86: Point to working SRC_URI
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit cef731b6748f3d8cf661d11b35db3dcef2be8b71)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/recipes-extended/libx86-1/libx86-1_1.1.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/libx86-1/libx86-1_1.1.bb b/meta-oe/recipes-extended/libx86-1/libx86-1_1.1.bb index b646162c26..f11c52dd11 100644 --- a/meta-oe/recipes-extended/libx86-1/libx86-1_1.1.bb +++ b/meta-oe/recipes-extended/libx86-1/libx86-1_1.1.bb | |||
@@ -7,15 +7,13 @@ LICENSE = "MIT & BSD-3-Clause" | |||
7 | SECTION = "libs" | 7 | SECTION = "libs" |
8 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=633af6c02e6f624d4c472d970a2aca53" | 8 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=633af6c02e6f624d4c472d970a2aca53" |
9 | 9 | ||
10 | SRC_URI = "http://www.codon.org.uk/~mjg59/libx86/downloads/${BPN}-${PV}.tar.gz \ | 10 | SRC_URI = "https://mirrors.slackware.com/slackware/slackware-current/source/ap/libx86/libx86-${PV}.tar.gz \ |
11 | file://libx86-mmap-offset.patch \ | 11 | file://libx86-mmap-offset.patch \ |
12 | file://0001-assume-zero-is-valid-address.patch \ | 12 | file://0001-assume-zero-is-valid-address.patch \ |
13 | file://makefile-add-ldflags.patch \ | 13 | file://makefile-add-ldflags.patch \ |
14 | file://0001-Fix-type-of-the-void-pointer-assignment.patch \ | 14 | file://0001-Fix-type-of-the-void-pointer-assignment.patch \ |
15 | file://0001-Define-CARD32-as-uint-as-it-is-32-bit.patch \ | 15 | file://0001-Define-CARD32-as-uint-as-it-is-32-bit.patch \ |
16 | " | 16 | " |
17 | |||
18 | SRC_URI[md5sum] = "41bee1f8e22b82d82b5f7d7ba51abc2a" | ||
19 | SRC_URI[sha256sum] = "5bf13104cb327472b5cb65643352a9138646becacc06763088d83001d832d048" | 17 | SRC_URI[sha256sum] = "5bf13104cb327472b5cb65643352a9138646becacc06763088d83001d832d048" |
20 | 18 | ||
21 | BPN = "libx86" | 19 | BPN = "libx86" |