debug-trigger: srcrev bump 9c7783babc..1161642d22

Andrew Jeffery (15):
      OWNERS: Fix typo in 'matchers'
      MAINTAINERS: Remove in favour of OWNERS
      meson: Add some compiler options
      process: Lift debug implementation to separate function
      process: Lift reboot implementation to separate function
      main: Use /proc/sysrq-trigger for reboot as well as crash
      main: Add some documentation
      main: Extract a 'sink' abstraction
      main: Add --sink-actions=... command-line option
      main: Extract a 'source' abstraction
      main: Add a 'dbus' set of sink actions
      systemd: Start after the dump manager
      systemd: Configure command-line using the environment
      main: Be clear about what we failed to open
      main: Log command read from source

Change-Id: I8c671e9b559404251fb64230fc46ae386ffc002a
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/dump/debug-trigger_git.bb b/meta-phosphor/recipes-phosphor/dump/debug-trigger_git.bb
index 297a21b..860c6f3 100644
--- a/meta-phosphor/recipes-phosphor/dump/debug-trigger_git.bb
+++ b/meta-phosphor/recipes-phosphor/dump/debug-trigger_git.bb
@@ -15,7 +15,7 @@
 
 PR = "r1"
 PV = "0.1+git${SRCPV}"
-SRCREV = "9c7783babcef53d80bf14dc268b72f61651009ad"
+SRCREV = "1161642d2288f71549f0c9f89d09807ca251b58f"
 
 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"