summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libbsd/libbsd_0.11.7.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-12-21 09:55:43 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-22 23:05:50 +0000
commite842e4fdbd05f9a0d9439c98ed32277d60119e3f (patch)
tree3b796f9e8ecb1ef6c0577cb419bf0d7e0a9389aa /meta/recipes-support/libbsd/libbsd_0.11.7.bb
parent31d920465a0e166b631964d309eb4ff1ae9b1c9d (diff)
downloadpoky-e842e4fdbd05f9a0d9439c98ed32277d60119e3f.tar.gz
libbsd: Fix build with largefile support
(From OE-Core rev: 7cb6242f82cc5ba7c1960045282fab5486fca05b) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libbsd/libbsd_0.11.7.bb')
-rw-r--r--meta/recipes-support/libbsd/libbsd_0.11.7.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/libbsd/libbsd_0.11.7.bb b/meta/recipes-support/libbsd/libbsd_0.11.7.bb
index 7a1deed1f6..a9f7a00469 100644
--- a/meta/recipes-support/libbsd/libbsd_0.11.7.bb
+++ b/meta/recipes-support/libbsd/libbsd_0.11.7.bb
@@ -32,7 +32,9 @@ LICENSE:${PN} = "BSD-3-Clause & ISC & PD"
32LIC_FILES_CHKSUM = "file://COPYING;md5=75e85c5a558f86d10fbd5abc567ea5e6" 32LIC_FILES_CHKSUM = "file://COPYING;md5=75e85c5a558f86d10fbd5abc567ea5e6"
33SECTION = "libs" 33SECTION = "libs"
34 34
35SRC_URI = "https://libbsd.freedesktop.org/releases/${BPN}-${PV}.tar.xz" 35SRC_URI = "https://libbsd.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
36 file://0001-funopen-Replace-off64_t-with-off_t-in-funopen_seek.patch \
37 "
36 38
37SRC_URI[sha256sum] = "9baa186059ebbf25c06308e9f991fda31f7183c0f24931826d83aa6abd8a0261" 39SRC_URI[sha256sum] = "9baa186059ebbf25c06308e9f991fda31f7183c0f24931826d83aa6abd8a0261"
38 40