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:
Alex Gonzalez 2013-04-22 10:44:50 +02:00
parent 27cbea58e5
commit 890e235ee6
1 changed files with 2 additions and 2 deletions

View File

@ -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} = "\