mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +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 \
|
||||
|
||||
@@ -6,7 +6,7 @@ LICENSE = "LGPL-3.0-or-later & GPL-3.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://tools/tdbdump.c;endline=18;md5=b59cd45aa8624578126a8c98f48018c4 \
|
||||
file://include/tdb.h;endline=27;md5=f5bb544641d3081821bcc1dd58310be6"
|
||||
|
||||
export PYTHONHASHSEED="1"
|
||||
export PYTHONHASHSEED = "1"
|
||||
export PYTHONARCHDIR = "${PYTHON_SITEPACKAGES_DIR}"
|
||||
|
||||
SRC_URI = "https://samba.org/ftp/tdb/tdb-${PV}.tar.gz \
|
||||
@@ -34,7 +34,7 @@ inherit waf-samba pkgconfig ptest
|
||||
|
||||
# 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 \
|
||||
|
||||
@@ -64,6 +64,6 @@ do_install() {
|
||||
|
||||
RRECOMMENDS:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'sctp', 'kernel-module-sctp', '', d)}"
|
||||
|
||||
INITSCRIPT_NAME="netperf"
|
||||
INITSCRIPT_PARAMS="defaults"
|
||||
INITSCRIPT_NAME = "netperf"
|
||||
INITSCRIPT_PARAMS = "defaults"
|
||||
SYSTEMD_SERVICE:${PN} = "netserver.service"
|
||||
|
||||
@@ -30,7 +30,7 @@ inherit meson gettext python3native python3-dir pkgconfig
|
||||
DEPENDS = "spice-protocol jpeg pixman alsa-lib glib-2.0 gdk-pixbuf lz4 orc python3-pyparsing-native python3-six-native glib-2.0-native zlib"
|
||||
DEPENDS:append:class-nativesdk = " nativesdk-openssl"
|
||||
|
||||
export PYTHON="${STAGING_BINDIR_NATIVE}/python3-native/python3"
|
||||
export PYTHON = "${STAGING_BINDIR_NATIVE}/python3-native/python3"
|
||||
|
||||
do_configure:prepend() {
|
||||
echo ${PV} > ${S}/.tarball-version
|
||||
|
||||
Reference in New Issue
Block a user