meta-digi-dey: cosmetics, no functionality change

Indent SRC_URI values according to openembedded coding style.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2014-11-25 13:48:02 +01:00
parent e1d95f25cc
commit e0fcd4d199
5 changed files with 29 additions and 27 deletions

View File

@ -10,10 +10,10 @@ PR = "${DISTRO}.r0"
PV = "2.1" PV = "2.1"
SRC_URI = "\ SRC_URI = "\
file://Makefile \ file://COPYING \
file://gpio.c \ file://gpio.c \
file://gpio.h \ file://gpio.h \
file://COPYING \ file://Makefile \
" "
S = "${WORKDIR}" S = "${WORKDIR}"

View File

@ -9,11 +9,13 @@ DEPENDS = "bluez4 dbus libnl"
PR = "${DISTRO}.r0" PR = "${DISTRO}.r0"
SRC_URI = "${DIGI_MIRROR}/${PN}-${PV}.tar.bz2 \ SRC_URI = " \
${DIGI_MIRROR}/${PN}-${PV}.tar.bz2 \
file://0001-enable-libnl3.patch \ file://0001-enable-libnl3.patch \
file://0002-cross-compile.patch \ file://0002-cross-compile.patch \
file://0003-abtfilt_wan-Rewrite-the-netlink-listener.patch \ file://0003-abtfilt_wan-Rewrite-the-netlink-listener.patch \
file://bluez-init" file://bluez-init \
"
SRC_URI[md5sum] = "06a26d3a368c33b508d660ea84d476ee" SRC_URI[md5sum] = "06a26d3a368c33b508d660ea84d476ee"
SRC_URI[sha256sum] = "b1af73003b622189b66d51911d429d6d205ac9227ec8278c8572ca0c68c7d5f3" SRC_URI[sha256sum] = "b1af73003b622189b66d51911d429d6d205ac9227ec8278c8572ca0c68c7d5f3"