aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/open-isns/open-isns_0.99.bb
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2020-10-20 13:28:47 +0800
committerKhem Raj <raj.khem@gmail.com>2020-10-19 22:30:51 -0700
commit7a0d9990a6dfeb5f1141d96c5e1b74977136cec7 (patch)
tree3d6994392753a760b906916ef2bfa004fb062e75 /meta-networking/recipes-support/open-isns/open-isns_0.99.bb
parent77c02587fe6d0e51bbf71130a6bb2e20351b75ff (diff)
downloadmeta-openembedded-contrib-7a0d9990a6dfeb5f1141d96c5e1b74977136cec7.tar.gz
open-isns: use /run instead of /var/run in systemd service file
/var/run has been deprecated by systemd, so use /run instead, as suggested by systemd. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/open-isns/open-isns_0.99.bb')
-rw-r--r--meta-networking/recipes-support/open-isns/open-isns_0.99.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/open-isns/open-isns_0.99.bb b/meta-networking/recipes-support/open-isns/open-isns_0.99.bb
index a03b92f5fe..eb04dfae3b 100644
--- a/meta-networking/recipes-support/open-isns/open-isns_0.99.bb
+++ b/meta-networking/recipes-support/open-isns/open-isns_0.99.bb
@@ -13,7 +13,9 @@ SECTION = "net"
DEPENDS = "openssl"
-SRC_URI = "git://github.com/open-iscsi/open-isns"
+SRC_URI = "git://github.com/open-iscsi/open-isns \
+ file://0001-isnsd.socket-use-run-instead-of-var-run.patch \
+ "
SRCREV = "cfdbcff867ee580a71bc9c18c3a38a6057df0150"