summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libx86-1/libx86-1_1.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-03-02 18:50:11 -0800
committerKhem Raj <raj.khem@gmail.com>2023-03-04 08:45:47 -0800
commite9a51a1196e145b5803fef0d37e97f689d378cde (patch)
treed37e6d1a481f312156fbffa6ca548ea8f5a112f7 /meta-oe/recipes-extended/libx86-1/libx86-1_1.1.bb
parent9118fa842aa35da672cabe4ecfad917dadfb4937 (diff)
downloadmeta-openembedded-e9a51a1196e145b5803fef0d37e97f689d378cde.tar.gz
libx86-1: Fix build with clang16
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/libx86-1/libx86-1_1.1.bb')
-rw-r--r--meta-oe/recipes-extended/libx86-1/libx86-1_1.1.bb1
1 files changed, 1 insertions, 0 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 9dc91f3f6..b646162c2 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
@@ -12,6 +12,7 @@ SRC_URI = "http://www.codon.org.uk/~mjg59/libx86/downloads/${BPN}-${PV}.tar.gz \
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" 16"
16 17
17SRC_URI[md5sum] = "41bee1f8e22b82d82b5f7d7ba51abc2a" 18SRC_URI[md5sum] = "41bee1f8e22b82d82b5f7d7ba51abc2a"