diff options
Diffstat (limited to 'meta-oe/recipes-extended/sedutil/sedutil_git.bb')
-rw-r--r-- | meta-oe/recipes-extended/sedutil/sedutil_git.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-extended/sedutil/sedutil_git.bb b/meta-oe/recipes-extended/sedutil/sedutil_git.bb index 972a33c742..e8987b2dd0 100644 --- a/meta-oe/recipes-extended/sedutil/sedutil_git.bb +++ b/meta-oe/recipes-extended/sedutil/sedutil_git.bb | |||
@@ -7,13 +7,12 @@ LICENSE = "GPL-3.0-only" | |||
7 | 7 | ||
8 | LIC_FILES_CHKSUM = "file://Common/LICENSE.txt;md5=d32239bcb673463ab874e80d47fae504" | 8 | LIC_FILES_CHKSUM = "file://Common/LICENSE.txt;md5=d32239bcb673463ab874e80d47fae504" |
9 | 9 | ||
10 | PV = "1.20.0" | 10 | PV = "1.20.0+git" |
11 | SRCREV = "d3de8e45e06a21d31cca0046ceb16ced1ef3563a" | 11 | |
12 | SRCREV = "6270fb0e3c110572d96936a473b5e0d21a39884d" | ||
12 | SRC_URI = "git://github.com/Drive-Trust-Alliance/sedutil.git;branch=master;protocol=https \ | 13 | SRC_URI = "git://github.com/Drive-Trust-Alliance/sedutil.git;branch=master;protocol=https \ |
13 | file://0001-Fix-build-on-big-endian-architectures.patch \ | 14 | file://0001-Fix-build-on-big-endian-architectures.patch \ |
14 | file://0001-include-missing-cstdint.patch \ | ||
15 | " | 15 | " |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | ||
18 | 17 | ||
19 | inherit autotools-brokensep | 18 | inherit autotools-brokensep |