summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libdeflate/libdeflate_1.20.bb
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2024-05-04 22:13:49 +0200
committerKhem Raj <raj.khem@gmail.com>2024-05-05 07:37:32 -0700
commit32984eb9fdde4a61b48d04a02be049725e85e044 (patch)
treeacb5b6a4f95c8bf5c09aa0fd40e0da732267e7ca /meta-oe/recipes-extended/libdeflate/libdeflate_1.20.bb
parentd4e3bdd519ce8c3b6b2ef920e25a232e4df0b101 (diff)
downloadmeta-openembedded-32984eb9fdde4a61b48d04a02be049725e85e044.tar.gz
libdeflate: fix build with -mcpu=cortex-a76+crypto without -march=armv8.2-a+crypto
* fixes: https://github.com/ebiggers/libdeflate/issues/369 Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/libdeflate/libdeflate_1.20.bb')
-rw-r--r--meta-oe/recipes-extended/libdeflate/libdeflate_1.20.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/libdeflate/libdeflate_1.20.bb b/meta-oe/recipes-extended/libdeflate/libdeflate_1.20.bb
index f0a966f2b4..e3de8aca62 100644
--- a/meta-oe/recipes-extended/libdeflate/libdeflate_1.20.bb
+++ b/meta-oe/recipes-extended/libdeflate/libdeflate_1.20.bb
@@ -6,10 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7b6977026437092191e9da699ed9f780"
6 6
7DEPENDS += "gzip zlib" 7DEPENDS += "gzip zlib"
8 8
9SRC_URI = "git://github.com/ebiggers/libdeflate.git;protocol=https;branch=master" 9SRC_URI = "git://github.com/ebiggers/libdeflate.git;protocol=https;branch=master \
10 file://0001-lib-arm-don-t-use-explicit-armv8.2-a-on-gcc-13.2-and.patch \
11"
10 12
11S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
12SRCREV = "275aa5141db6eda3587214e0f1d3a134768f557d" 14SRCREV = "275aa5141db6eda3587214e0f1d3a134768f557d"
13 15
14inherit cmake pkgconfig 16inherit cmake pkgconfig
15