We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d0698b commit 788076fCopy full SHA for 788076f
meta/recipes-networking/wireguard-client-config/wireguard-client-config_1.0.1.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
6
# procps is needed to work around the following wireguard error:
7
# sysctl: invalid option -- 'r'
8
# iproute2 is needed as busybox ip command does not implement all needed features.
9
-RDEPENDS_${PN} = "wireguard-tools procps iproute2"
+RDEPENDS:${PN} = "wireguard-tools wireguard-tools-wg-quick procps iproute2"
10
11
SRC_URI = " \
12
file://wireguard.init \
@@ -31,4 +31,4 @@ do_install() {
31
install -m 0640 ${WORKDIR}/wg0.conf ${D}${sysconfdir}/wireguard/wg0.conf
32
}
33
34
-FILES_${PN} = "${sysconfdir}"
+FILES:${PN} = "${sysconfdir}"
0 commit comments