mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
recipes: Fix variable assignment whitespace
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://talloc.h;beginline=3;endline=27;md5=a301712782cad6dd6
|
||||
file://pytalloc.h;beginline=1;endline=18;md5=21ab13bd853679d7d47a1739cb3b7db6 \
|
||||
"
|
||||
|
||||
export PYTHONHASHSEED="1"
|
||||
export PYTHONHASHSEED = "1"
|
||||
export PYTHONARCHDIR = "${PYTHON_SITEPACKAGES_DIR}"
|
||||
|
||||
SRC_URI = "https://www.samba.org/ftp/talloc/talloc-${PV}.tar.gz \
|
||||
@@ -34,7 +34,7 @@ S = "${WORKDIR}/talloc-${PV}"
|
||||
|
||||
# Cross_compile cannot use preforked process, since fork process earlier than point subproces.popen
|
||||
# to cross Popen
|
||||
export WAF_NO_PREFORK="yes"
|
||||
export WAF_NO_PREFORK = "yes"
|
||||
|
||||
EXTRA_OECONF += "--disable-rpath \
|
||||
--disable-rpath-install \
|
||||
|
||||
Reference in New Issue
Block a user