diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2024-05-04 22:13:49 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-05-05 07:37:32 -0700 |
| commit | 32984eb9fdde4a61b48d04a02be049725e85e044 (patch) | |
| tree | acb5b6a4f95c8bf5c09aa0fd40e0da732267e7ca /meta-oe/recipes-extended/libdeflate/libdeflate_1.20.bb | |
| parent | d4e3bdd519ce8c3b6b2ef920e25a232e4df0b101 (diff) | |
| download | meta-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.bb | 5 |
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 | ||
| 7 | DEPENDS += "gzip zlib" | 7 | DEPENDS += "gzip zlib" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/ebiggers/libdeflate.git;protocol=https;branch=master" | 9 | SRC_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 | ||
| 11 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 12 | SRCREV = "275aa5141db6eda3587214e0f1d3a134768f557d" | 14 | SRCREV = "275aa5141db6eda3587214e0f1d3a134768f557d" |
| 13 | 15 | ||
| 14 | inherit cmake pkgconfig | 16 | inherit cmake pkgconfig |
| 15 | |||
