From a50963e7aed46f48d78c34c5d123031727982ca8 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 18 Mar 2017 13:21:47 +0100 Subject: meta-toradex-tegra: cleanup whitespace use Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- recipes-bsp/cbootimage/cbootimage.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'recipes-bsp/cbootimage') diff --git a/recipes-bsp/cbootimage/cbootimage.bb b/recipes-bsp/cbootimage/cbootimage.bb index c22735a..ee94a00 100644 --- a/recipes-bsp/cbootimage/cbootimage.bb +++ b/recipes-bsp/cbootimage/cbootimage.bb @@ -8,12 +8,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" BBCLASSEXTEND = "native nativesdk" -SRC_URI = "git://github.com/NVIDIA/cbootimage.git \ - " +SRC_URI = "git://github.com/NVIDIA/cbootimage.git" SRCREV = "a64c3f12b1b048096d90c44db74d3d110cea6fff" PV = "1.7" -EXTRA_OEMAKE='PREFIX="${prefix}" LIBDIR="${libdir}"' +EXTRA_OEMAKE = 'PREFIX="${prefix}" LIBDIR="${libdir}"' #we want cbootimage binary to run on a 32-bit architecture, on x86_64 this requires the 32-bit compatibility libs EXTRA_OEMAKE_class-native = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'CFLAGS=${CFLAGS} -I${S}/include -m32' 'BUILDDIR=${S}'" -- cgit v1.2.3