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:
parent
36b8009c17
commit
24f65fc2e1
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue