From 799280ceb05d8c9abb395c88e26697f1d9878f38 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 18 Mar 2017 12:41:38 +0100 Subject: meta-toradex-bsp: clean-up whitespace use Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- recipes-bsp/gpio-export/gpio-export_1.0.bb | 2 +- recipes-bsp/tezi-metadata/tezi-metadata_0.3.bb | 18 ++++++++++-------- recipes-core/fs-init/fs-init.bb | 2 +- recipes-support/libusbgx/libusbgx_git.bb | 3 ++- 4 files changed, 14 insertions(+), 11 deletions(-) diff --git a/recipes-bsp/gpio-export/gpio-export_1.0.bb b/recipes-bsp/gpio-export/gpio-export_1.0.bb index e0cc639..9a8200e 100644 --- a/recipes-bsp/gpio-export/gpio-export_1.0.bb +++ b/recipes-bsp/gpio-export/gpio-export_1.0.bb @@ -4,7 +4,7 @@ PR = "r2" inherit systemd -SRC_URI = " \ +SRC_URI = " \ file://gpio-export.sh \ file://gpio-export.service \ file://COPYING \ diff --git a/recipes-bsp/tezi-metadata/tezi-metadata_0.3.bb b/recipes-bsp/tezi-metadata/tezi-metadata_0.3.bb index ca0c3f7..25203bf 100644 --- a/recipes-bsp/tezi-metadata/tezi-metadata_0.3.bb +++ b/recipes-bsp/tezi-metadata/tezi-metadata_0.3.bb @@ -2,18 +2,20 @@ DESCRIPTION = "Toradex Easy Installer Metadata" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" -SRC_URI = "file://prepare.sh \ - file://wrapup.sh \ - file://toradexlinux.png \ - file://marketing.tar;unpack=false" +SRC_URI = " \ + file://prepare.sh \ + file://wrapup.sh \ + file://toradexlinux.png \ + file://marketing.tar;unpack=false \ +" inherit deploy do_deploy () { - install -m 644 ${WORKDIR}/prepare.sh ${DEPLOYDIR} - install -m 644 ${WORKDIR}/wrapup.sh ${DEPLOYDIR} - install -m 644 ${WORKDIR}/toradexlinux.png ${DEPLOYDIR} - install -m 644 ${WORKDIR}/marketing.tar ${DEPLOYDIR} + install -m 644 ${WORKDIR}/prepare.sh ${DEPLOYDIR} + install -m 644 ${WORKDIR}/wrapup.sh ${DEPLOYDIR} + install -m 644 ${WORKDIR}/toradexlinux.png ${DEPLOYDIR} + install -m 644 ${WORKDIR}/marketing.tar ${DEPLOYDIR} } addtask deploy before do_package after do_install diff --git a/recipes-core/fs-init/fs-init.bb b/recipes-core/fs-init/fs-init.bb index a1fbf56..5398950 100644 --- a/recipes-core/fs-init/fs-init.bb +++ b/recipes-core/fs-init/fs-init.bb @@ -5,7 +5,7 @@ PR = "r3" RRECOMMENDS_${PN} = "e2fsprogs-resize2fs" -SRC_URI = " \ +SRC_URI = " \ file://resizefs.sh \ file://resizefs.service \ file://COPYING \ diff --git a/recipes-support/libusbgx/libusbgx_git.bb b/recipes-support/libusbgx/libusbgx_git.bb index 3e81b39..7c470a0 100644 --- a/recipes-support/libusbgx/libusbgx_git.bb +++ b/recipes-support/libusbgx/libusbgx_git.bb @@ -13,7 +13,8 @@ EXTRA_OECONF = "--includedir=${includedir}/usbgx" PV = "0.1.0+git${SRCPV}" SRCREV = "566993a7647ed5cb36098f27084fd2d5d1f0f017" SRCBRANCH = "os_descriptors" -SRC_URI = "git://github.com/toradex/libusbgx.git;branch=${SRCBRANCH} \ +SRC_URI = " \ + git://github.com/toradex/libusbgx.git;branch=${SRCBRANCH} \ file://usbg.service \ file://g1.schema \ " -- cgit v1.2.3