libdigi: cosmetic, fix coding-style and whitespace
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
e95192f965
commit
68883946ec
|
|
@ -7,7 +7,8 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425
|
||||||
|
|
||||||
PR = "${DISTRO}.r0"
|
PR = "${DISTRO}.r0"
|
||||||
|
|
||||||
SRC_URI = "file://cmdopt.c \
|
SRC_URI = " \
|
||||||
|
file://cmdopt.c \
|
||||||
file://cmdopt.h \
|
file://cmdopt.h \
|
||||||
file://crc32.c \
|
file://crc32.c \
|
||||||
file://crc32.h \
|
file://crc32.h \
|
||||||
|
|
@ -18,7 +19,7 @@ SRC_URI = "file://cmdopt.c \
|
||||||
file://mem.h \
|
file://mem.h \
|
||||||
file://misc_helper.h \
|
file://misc_helper.h \
|
||||||
file://platform.c \
|
file://platform.c \
|
||||||
"
|
"
|
||||||
|
|
||||||
S = "${WORKDIR}"
|
S = "${WORKDIR}"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue