diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2024-09-23 13:27:10 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 13:13:20 -0800 |
commit | 1a362fe2d0a5424c45c467b41c40cda42db22d6d (patch) | |
tree | fd577c916c2f4177dd2d001fd4c0523db4914ea3 /meta-networking/recipes-support | |
parent | 5832578d4c517c6e1742721ee1dd98d680e6d94e (diff) | |
download | meta-openembedded-1a362fe2d0a5424c45c467b41c40cda42db22d6d.tar.gz |
lksctp-tools: upgrade 1.0.19 -> 1.0.20
ChangeLog:
https://github.com/sctp/lksctp-tools/blob/v1.0.20/ChangeLog
Drop redundant variables LK_REL, SOLIBVERSION and SOLIBMAJORVERSION in
recipe.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support')
-rw-r--r-- | meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.20.bb (renamed from meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.19.bb) | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.19.bb b/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.20.bb index 0243f2a1db..a5f9c5543f 100644 --- a/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.19.bb +++ b/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.20.bb | |||
@@ -8,10 +8,7 @@ LIC_FILES_CHKSUM = " \ | |||
8 | file://COPYING;md5=0c56db0143f4f80c369ee3af7425af6e \ | 8 | file://COPYING;md5=0c56db0143f4f80c369ee3af7425af6e \ |
9 | " | 9 | " |
10 | 10 | ||
11 | SRCREV = "05b50d379ff0037de4957bb2a1befcce88b70225" | 11 | SRCREV = "311fcdeb5cb41612d4be66b16f0f2ad6675a6af8" |
12 | |||
13 | PV .= "+git" | ||
14 | LK_REL = "1.0.19" | ||
15 | 12 | ||
16 | SRC_URI = " \ | 13 | SRC_URI = " \ |
17 | git://github.com/sctp/lksctp-tools.git;branch=master;protocol=https \ | 14 | git://github.com/sctp/lksctp-tools.git;branch=master;protocol=https \ |
@@ -34,19 +31,14 @@ do_install_ptest () { | |||
34 | done | 31 | done |
35 | } | 32 | } |
36 | 33 | ||
37 | SOLIBVERSION="${LK_REL}" | ||
38 | SOLIBMAJORVERSION="1" | ||
39 | |||
40 | PACKAGES =+ "${PN}-withsctp ${PN}-utils" | 34 | PACKAGES =+ "${PN}-withsctp ${PN}-utils" |
41 | 35 | ||
42 | FILES:${PN} = " \ | 36 | FILES:${PN} = " \ |
43 | ${libdir}/libsctp.so.${SOLIBVERSION} \ | 37 | ${libdir}/libsctp.so.* \ |
44 | ${libdir}/libsctp.so.${SOLIBMAJORVERSION} \ | ||
45 | " | 38 | " |
46 | 39 | ||
47 | FILES:${PN}-withsctp = " \ | 40 | FILES:${PN}-withsctp = " \ |
48 | ${libdir}/lksctp-tools/libwithsctp.so.${SOLIBVERSION} \ | 41 | ${libdir}/lksctp-tools/libwithsctp.so.* \ |
49 | ${libdir}/lksctp-tools/libwithsctp.so.${SOLIBMAJORVERSION} \ | ||
50 | " | 42 | " |
51 | 43 | ||
52 | FILES:${PN}-dev += " \ | 44 | FILES:${PN}-dev += " \ |