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,11 +10,11 @@ PR = "${DISTRO}.r0"
DEPENDS = "libdigi nvram" DEPENDS = "libdigi nvram"
SRC_URI = " \ SRC_URI = " \
file://env_funcs.c \ file://env_funcs.c \
file://env_funcs.h \ file://env_funcs.h \
file://environment.h \ file://environment.h \
file://main_env.c \ file://main_env.c \
" "
S = "${WORKDIR}" S = "${WORKDIR}"

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 = " \
file://0001-enable-libnl3.patch \ ${DIGI_MIRROR}/${PN}-${PV}.tar.bz2 \
file://0002-cross-compile.patch \ file://0001-enable-libnl3.patch \
file://0003-abtfilt_wan-Rewrite-the-netlink-listener.patch \ file://0002-cross-compile.patch \
file://bluez-init" file://0003-abtfilt_wan-Rewrite-the-netlink-listener.patch \
file://bluez-init \
"
SRC_URI[md5sum] = "06a26d3a368c33b508d660ea84d476ee" SRC_URI[md5sum] = "06a26d3a368c33b508d660ea84d476ee"
SRC_URI[sha256sum] = "b1af73003b622189b66d51911d429d6d205ac9227ec8278c8572ca0c68c7d5f3" SRC_URI[sha256sum] = "b1af73003b622189b66d51911d429d6d205ac9227ec8278c8572ca0c68c7d5f3"

View File

@ -3,11 +3,11 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/files:" FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRC_URI += " \ SRC_URI += " \
file://cherokee.conf \ file://cherokee.conf \
file://cherokee.pem \ file://cherokee.pem \
file://digi.gif \ file://digi.gif \
file://index.html \ file://index.html \
" "
do_install_append() { do_install_append() {
install -d ${D}${sysconfdir}/cherokee/ssl ${D}/srv/www install -d ${D}${sysconfdir}/cherokee/ssl ${D}/srv/www

View File

@ -3,13 +3,13 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
SRC_URI_append = " \ SRC_URI_append = " \
file://interfaces.eth0.static \ file://interfaces.eth0.static \
file://interfaces.eth0.dhcp \ file://interfaces.eth0.dhcp \
file://interfaces.eth1.static \ file://interfaces.eth1.static \
file://interfaces.eth1.dhcp \ file://interfaces.eth1.dhcp \
file://interfaces.wlan0.static \ file://interfaces.wlan0.static \
file://interfaces.wlan0.dhcp \ file://interfaces.wlan0.dhcp \
file://resolv \ file://resolv \
" "
SRC_URI_append_mx5 = " file://ifup" SRC_URI_append_mx5 = " file://ifup"