diff options
author | wangmy <wangmy@fujitsu.com> | 2022-09-13 18:17:09 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-09-13 09:55:02 -0700 |
commit | a425730207884a65ff1ca14f8eee22ca21155196 (patch) | |
tree | 9693d154f72e0f5eb72c8d4a82401de4573edb07 | |
parent | 9499612fa2d2097e67f265c3c3449bbc372b3a7f (diff) | |
download | meta-openembedded-a425730207884a65ff1ca14f8eee22ca21155196.tar.gz |
open-isns: upgrade 0.101 -> 0.102
Changelog:
=========
Enable meson for building open-isns, deprecating autoconf/make (though the current build system still works)
Add a package config file for libisns, so other software can find it
Fix some compiler warnings and spelling errors
Make IPv6 default socket type
Fix isnsadm parsing of some arguments
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-support/open-isns/open-isns_0.102.bb (renamed from meta-networking/recipes-support/open-isns/open-isns_0.101.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/open-isns/open-isns_0.101.bb b/meta-networking/recipes-support/open-isns/open-isns_0.102.bb index f2a084d635..24c520901d 100644 --- a/meta-networking/recipes-support/open-isns/open-isns_0.101.bb +++ b/meta-networking/recipes-support/open-isns/open-isns_0.102.bb | |||
@@ -17,7 +17,7 @@ SRC_URI = "git://github.com/open-iscsi/open-isns;branch=master;protocol=https \ | |||
17 | file://0001-isnsd.socket-use-run-instead-of-var-run.patch \ | 17 | file://0001-isnsd.socket-use-run-instead-of-var-run.patch \ |
18 | " | 18 | " |
19 | 19 | ||
20 | SRCREV = "0d86dc31fae2e2d77a082ccea5aba95426b40c3c" | 20 | SRCREV = "c0e6d9fedc5a7041260de477fe1a8455fa074113" |
21 | 21 | ||
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | 23 | ||