socket-uart: Set runtime dependency only to real package and fix typo

Set runtime dependency only to package with executables
and fix typo.

BugzID: 52063
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This commit is contained in:
Ramon Moesching 2019-02-18 16:43:39 +01:00
parent 8b67634527
commit f54623c871
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ SRC_URI = " \
S = "${WORKDIR}" S = "${WORKDIR}"
RDEPENS = "socat" RDEPENDS_${PN} = "socat"
# Override variable from local.conf with # Override variable from local.conf with
# SOCAT_SOCKET_UART_DEFAULT_IP_pn-socket-uart = "6.6.6.6" # SOCAT_SOCKET_UART_DEFAULT_IP_pn-socket-uart = "6.6.6.6"