diff options
| author | magicWenli <48174882+magicwenli@users.noreply.github.com> | 2024-04-11 17:23:14 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-30 11:17:47 -0700 |
| commit | 224eb2697ffddc97a2ff0a4ee3dbca14ec3bb13e (patch) | |
| tree | 0433c981aa0da0616f3cbc4ff01c36be8db9dd35 /meta-oe/recipes-support/serial/serial_1.2.1.bb | |
| parent | 01d3dca6e991e7da7ea9f181a75536a430e1bece (diff) | |
| download | meta-openembedded-224eb2697ffddc97a2ff0a4ee3dbca14ec3bb13e.tar.gz | |
serial: Fix empty package and use shared lib instead of static lib.
see also: https://docs.yoctoproject.org/pipermail/yocto/2015-January/022921.html
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 | 1 |
1 files changed, 1 insertions, 0 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 8c1fb063b3..f42d0f3516 100644 --- a/meta-oe/recipes-support/serial/serial_1.2.1.bb +++ b/meta-oe/recipes-support/serial/serial_1.2.1.bb | |||
| @@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://README.md;beginline=53;endline=62;md5=049c68d559533f9 | |||
| 6 | SRC_URI = " \ | 6 | 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 | " | 10 | " |
| 10 | SRCREV = "10ac4e1c25c2cda1dc0a32a8e12b87fd89f3bb4f" | 11 | SRCREV = "10ac4e1c25c2cda1dc0a32a8e12b87fd89f3bb4f" |
| 11 | SRC_URI[sha256sum] = "c8cd235dda2ef7d977ba06dfcb35c35e42f45cfd9149ba3ad257756123d8ff96" | 12 | SRC_URI[sha256sum] = "c8cd235dda2ef7d977ba06dfcb35c35e42f45cfd9149ba3ad257756123d8ff96" |
