mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
wireguard-tools: Add a new package for wg-quick
- This will move the dependencie of bash to wg-quick Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
e2a2320a79
commit
f36a158aa0
|
|
@ -16,11 +16,19 @@ do_install () {
|
|||
install
|
||||
}
|
||||
|
||||
PACKAGES += "${PN}-wg-quick"
|
||||
|
||||
FILES:${PN} = " \
|
||||
${bindir}/wg \
|
||||
${sysconfdir} \
|
||||
"
|
||||
FILES:${PN}-wg-quick = " \
|
||||
${bindir}/wg-quick \
|
||||
${systemd_system_unitdir} \
|
||||
${bindir} \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} = "bash"
|
||||
RRECOMMENDS:${PN} = "kernel-module-wireguard"
|
||||
RDEPENDS:${PN}-wg-quick = "${PN} bash"
|
||||
RRECOMMENDS:${PN} = " \
|
||||
kernel-module-wireguard \
|
||||
${PN}-wg-quick \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user