summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2022-09-06 23:05:46 +0300
committerWilliam A. Kennington III <wak@google.com>2022-10-29 02:05:24 +0300
commitc1a81dd6b9efb8fe9e96bd9d4b8f2d34d89fe6cd (patch)
treeb439eb945d7d4e726c73ffb3ca7ae53d0b163d1f
parentae1d5191d3dcb1020a1f080a0a2d136f585bf6f3 (diff)
downloadopenbmc-c1a81dd6b9efb8fe9e96bd9d4b8f2d34d89fe6cd.tar.xz
meta-google: mstpd: Bump 973c403..181c453
Change-Id: I66f808499e228653cd964422275959be9e12b7d7 Signed-off-by: William A. Kennington III <wak@google.com>
-rw-r--r--meta-google/recipes-extended/networking/mstpd_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-google/recipes-extended/networking/mstpd_git.bb b/meta-google/recipes-extended/networking/mstpd_git.bb
index 75692a6103..309f626fa9 100644
--- a/meta-google/recipes-extended/networking/mstpd_git.bb
+++ b/meta-google/recipes-extended/networking/mstpd_git.bb
@@ -4,7 +4,7 @@ LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSE;md5=4325afd396febcb659c36b49533135d4"
SRC_URI = "git://github.com/mstpd/mstpd;branch=master;protocol=https"
-SRCREV = "973c403c79f3d419d9e93a242766ddf0099d1299"
+SRCREV = "181c453fc1a00573e19f14960dcc54ad84beea7c"
S = "${WORKDIR}/git"
SRC_URI += "file://bridge-stp"
@@ -19,7 +19,8 @@ SYSTEMD_PACKAGES = "${PN}-mstpd"
SYSTEMD_SERVICE:${PN}-mstpd = "mstpd.service"
do_install:append() {
- rm -r ${D}${libexecdir}
+ rm -r ${D}${libexecdir} ${D}${libdir}/NetworkManager
+ rmdir ${D}${libdir}
install -d -m 0755 ${D}/sbin
install -m 0755 ${WORKDIR}/bridge-stp ${D}/sbin