commit | 9b16719a1fc70f1a478f1f99dc14b8a02ea4c5ba | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Mon Mar 08 11:59:56 2021 -0800 |
committer | William A. Kennington III <wak@google.com> | Mon Mar 08 21:34:19 2021 +0000 |
tree | 2b0bfd74ac4cd5b2aa13d49ce63444c3e33f84f7 | |
parent | ee38b8c72a3f18fdb125a16bfb4a51e5ca41af44 [diff] [blame] |
meta-google: nftables-systemd: Add missing RDEPENDS Change-Id: I4700ccc2d96385f9c7113e402ca9e1c9f788f399 Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/meta-google/recipes-google/nftables/nftables-systemd.bb b/meta-google/recipes-google/nftables/nftables-systemd.bb index 24d3e82..03694c8 100644 --- a/meta-google/recipes-google/nftables/nftables-systemd.bb +++ b/meta-google/recipes-google/nftables/nftables-systemd.bb
@@ -11,6 +11,11 @@ SRC_URI += "file://nftables.service" SYSTEMD_SERVICE_${PN} += "nftables.service" +RDEPENDS_${PN} += " \ + bash \ + nftables \ + " + do_install() { install -d ${D}${systemd_system_unitdir} install -m 0644 ${WORKDIR}/nftables.service ${D}${systemd_system_unitdir}