diff options
Diffstat (limited to 'meta-networking')
| -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 += " \ |
