summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2019-04-01 17:12:58 +0000
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-04-02 11:45:47 -0400
commit303d7f466121f01edbae20e6b83ca1f014130643 (patch)
treecfe69d49211d1025cf6400a1e17f3db32fa70189
parentaa90e8b9630d1ebb123e386317abc1e164b94af5 (diff)
downloadtalos-openbmc-303d7f466121f01edbae20e6b83ca1f014130643.tar.gz
talos-openbmc-303d7f466121f01edbae20e6b83ca1f014130643.zip
phosphor-net-ipmid: srcrev bump 250bf103ca..17c17cc7ca
Patrick Venture (1): build: install into bin instead of sbin (From meta-phosphor rev: 7c0834ecd3e782ade9c36db204e9f61db5c963d5) Change-Id: I6bf7ab9688fa6c0db7d56ce5341ad86b74be325f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-net_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-net_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-net_git.bb
index 994353bb0..5b632b720 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-net_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-net_git.bb
@@ -17,11 +17,12 @@ RDEPENDS_${PN} += "iptables"
SRC_URI += "git://github.com/openbmc/phosphor-net-ipmid"
SRC_URI += "file://ipmi-net-firewall.sh"
-SRCREV = "250bf103ca5162498522a6356e734fef56cecd27"
+SRCREV = "17c17cc7caf2c1121d00eb7863c24762c636499e"
S = "${WORKDIR}/git"
do_install_append() {
+ install -d ${D}${sbindir}
install -m 0755 ${WORKDIR}/ipmi-net-firewall.sh \
${D}${sbindir}/ipmi-net-firewall.sh
}
OpenPOWER on IntegriCloud