diff options
Diffstat (limited to 'meta-oe/recipes-support/serial/serial_1.2.1.bb')
-rw-r--r-- | meta-oe/recipes-support/serial/serial_1.2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/serial/serial_1.2.1.bb b/meta-oe/recipes-support/serial/serial_1.2.1.bb index c3f13d1af5..654173fa38 100644 --- a/meta-oe/recipes-support/serial/serial_1.2.1.bb +++ b/meta-oe/recipes-support/serial/serial_1.2.1.bb | |||
@@ -7,11 +7,11 @@ SRC_URI = " \ | |||
7 | git://github.com/wjwwood/${BPN}.git;protocol=https;branch=main \ | 7 | git://github.com/wjwwood/${BPN}.git;protocol=https;branch=main \ |
8 | file://Findcatkin.cmake \ | 8 | file://Findcatkin.cmake \ |
9 | file://0001-Add-SOVERSION-for-shared-lib-and-comment-example.patch \ | 9 | file://0001-Add-SOVERSION-for-shared-lib-and-comment-example.patch \ |
10 | file://0002-allow-build-with-cmake-4.patch \ | ||
10 | " | 11 | " |
11 | SRCREV = "10ac4e1c25c2cda1dc0a32a8e12b87fd89f3bb4f" | 12 | SRCREV = "10ac4e1c25c2cda1dc0a32a8e12b87fd89f3bb4f" |
12 | SRC_URI[sha256sum] = "c8cd235dda2ef7d977ba06dfcb35c35e42f45cfd9149ba3ad257756123d8ff96" | 13 | SRC_URI[sha256sum] = "c8cd235dda2ef7d977ba06dfcb35c35e42f45cfd9149ba3ad257756123d8ff96" |
13 | 14 | ||
14 | S = "${WORKDIR}/git" | ||
15 | 15 | ||
16 | inherit cmake | 16 | inherit cmake |
17 | 17 | ||