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:
parent
e1d95f25cc
commit
e0fcd4d199
|
|
@ -10,11 +10,11 @@ PR = "${DISTRO}.r0"
|
|||
DEPENDS = "libdigi nvram"
|
||||
|
||||
SRC_URI = " \
|
||||
file://env_funcs.c \
|
||||
file://env_funcs.h \
|
||||
file://environment.h \
|
||||
file://main_env.c \
|
||||
"
|
||||
file://env_funcs.c \
|
||||
file://env_funcs.h \
|
||||
file://environment.h \
|
||||
file://main_env.c \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
||||
|
|
|
|||
|
|
@ -10,10 +10,10 @@ PR = "${DISTRO}.r0"
|
|||
PV = "2.1"
|
||||
|
||||
SRC_URI = "\
|
||||
file://Makefile \
|
||||
file://gpio.c \
|
||||
file://gpio.h \
|
||||
file://COPYING \
|
||||
"
|
||||
file://COPYING \
|
||||
file://gpio.c \
|
||||
file://gpio.h \
|
||||
file://Makefile \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
|
|
|||
|
|
@ -9,11 +9,13 @@ DEPENDS = "bluez4 dbus libnl"
|
|||
|
||||
PR = "${DISTRO}.r0"
|
||||
|
||||
SRC_URI = "${DIGI_MIRROR}/${PN}-${PV}.tar.bz2 \
|
||||
file://0001-enable-libnl3.patch \
|
||||
file://0002-cross-compile.patch \
|
||||
file://0003-abtfilt_wan-Rewrite-the-netlink-listener.patch \
|
||||
file://bluez-init"
|
||||
SRC_URI = " \
|
||||
${DIGI_MIRROR}/${PN}-${PV}.tar.bz2 \
|
||||
file://0001-enable-libnl3.patch \
|
||||
file://0002-cross-compile.patch \
|
||||
file://0003-abtfilt_wan-Rewrite-the-netlink-listener.patch \
|
||||
file://bluez-init \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "06a26d3a368c33b508d660ea84d476ee"
|
||||
SRC_URI[sha256sum] = "b1af73003b622189b66d51911d429d6d205ac9227ec8278c8572ca0c68c7d5f3"
|
||||
|
|
|
|||
|
|
@ -3,11 +3,11 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||
|
||||
SRC_URI += " \
|
||||
file://cherokee.conf \
|
||||
file://cherokee.pem \
|
||||
file://digi.gif \
|
||||
file://index.html \
|
||||
"
|
||||
file://cherokee.conf \
|
||||
file://cherokee.pem \
|
||||
file://digi.gif \
|
||||
file://index.html \
|
||||
"
|
||||
|
||||
do_install_append() {
|
||||
install -d ${D}${sysconfdir}/cherokee/ssl ${D}/srv/www
|
||||
|
|
|
|||
|
|
@ -3,13 +3,13 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
|
||||
|
||||
SRC_URI_append = " \
|
||||
file://interfaces.eth0.static \
|
||||
file://interfaces.eth0.dhcp \
|
||||
file://interfaces.eth1.static \
|
||||
file://interfaces.eth1.dhcp \
|
||||
file://interfaces.wlan0.static \
|
||||
file://interfaces.wlan0.dhcp \
|
||||
file://resolv \
|
||||
file://interfaces.eth0.static \
|
||||
file://interfaces.eth0.dhcp \
|
||||
file://interfaces.eth1.static \
|
||||
file://interfaces.eth1.dhcp \
|
||||
file://interfaces.wlan0.static \
|
||||
file://interfaces.wlan0.dhcp \
|
||||
file://resolv \
|
||||
"
|
||||
|
||||
SRC_URI_append_mx5 = " file://ifup"
|
||||
|
|
|
|||
Loading…
Reference in New Issue