mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-05 05:15:24 +02:00
Merge pull request #321 from Freescale/backport-320-to-scarthgap
[Backport scarthgap] recipes: fix whitespace warnings
This commit is contained in:
commit
70c83e96c7
|
@ -31,8 +31,8 @@ RCW_FOLDER ?= "${MACHINE}"
|
||||||
RCW_FOLDER:ls1088ardb-pb = "ls1088ardb"
|
RCW_FOLDER:ls1088ardb-pb = "ls1088ardb"
|
||||||
|
|
||||||
# requires CROSS_COMPILE set by hand as there is no configure script
|
# requires CROSS_COMPILE set by hand as there is no configure script
|
||||||
export CROSS_COMPILE="${TARGET_PREFIX}"
|
export CROSS_COMPILE = "${TARGET_PREFIX}"
|
||||||
export ARCH="arm64"
|
export ARCH = "arm64"
|
||||||
|
|
||||||
# Let the Makefile handle setting up the CFLAGS and LDFLAGS as it is
|
# Let the Makefile handle setting up the CFLAGS and LDFLAGS as it is
|
||||||
# a standalone application
|
# a standalone application
|
||||||
|
|
|
@ -24,7 +24,7 @@ SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/u-boot;no
|
||||||
file://0001-buildman-Convert-to-Python-3.patch \
|
file://0001-buildman-Convert-to-Python-3.patch \
|
||||||
file://0001-Remove-redundant-YYLOC-global-declaration.patch \
|
file://0001-Remove-redundant-YYLOC-global-declaration.patch \
|
||||||
"
|
"
|
||||||
SRCREV= "1e55b2f9e7f56b76569089b9e950f49c1579580e"
|
SRCREV = "1e55b2f9e7f56b76569089b9e950f49c1579580e"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
B = "${WORKDIR}/build"
|
B = "${WORKDIR}/build"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user