meta-digi-del: Replace VIRTUAL-RUNTIME_ntp for VIRTUAL-RUNTIME_ntp-client
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
27cbea58e5
commit
890e235ee6
|
|
@ -29,7 +29,7 @@ VIRTUAL-RUNTIME_network-utils ?= "ethtool"
|
||||||
VIRTUAL-RUNTIME_snmp-manager ?= ""
|
VIRTUAL-RUNTIME_snmp-manager ?= ""
|
||||||
#VIRTUAL-RUNTIME_snmp-manager ?= "net-snmp-server"
|
#VIRTUAL-RUNTIME_snmp-manager ?= "net-snmp-server"
|
||||||
|
|
||||||
VIRTUAL-RUNTIME_ntp ?= "busybox-ntpd"
|
VIRTUAL-RUNTIME_ntp-client ?= "busybox-ntpd"
|
||||||
|
|
||||||
RDEPENDS_${PN} = "\
|
RDEPENDS_${PN} = "\
|
||||||
ppp \
|
ppp \
|
||||||
|
|
@ -38,7 +38,7 @@ RDEPENDS_${PN} = "\
|
||||||
${VIRTUAL-RUNTIME_http-server} \
|
${VIRTUAL-RUNTIME_http-server} \
|
||||||
${VIRTUAL-RUNTIME_network-utils} \
|
${VIRTUAL-RUNTIME_network-utils} \
|
||||||
${VIRTUAL-RUNTIME_snmp-manager} \
|
${VIRTUAL-RUNTIME_snmp-manager} \
|
||||||
${VIRTUAL-RUNTIME_ntp} \
|
${VIRTUAL-RUNTIME_ntp-client} \
|
||||||
${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}"
|
${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}"
|
||||||
|
|
||||||
RRECOMMENDS_${PN} = "\
|
RRECOMMENDS_${PN} = "\
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue