summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-03-19 13:07:48 -0700
committerKhem Raj <raj.khem@gmail.com>2025-03-20 08:46:56 -0700
commiteac1f5b9c0b1b81aa24827be94e4a1a91cd49eee (patch)
tree86ff05514e9c1c8262e7353b4df496ba7d4fb221 /meta-oe/recipes-support
parent42727bb3c0b230a819b73e3f6cea8ecffc02cf69 (diff)
downloadmeta-openembedded-eac1f5b9c0b1b81aa24827be94e4a1a91cd49eee.tar.gz
recipes: Fix variable assignment whitespace
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/anthy/anthy_9100h.bb2
-rw-r--r--meta-oe/recipes-support/cpprest/cpprest_2.10.19.bb2
-rw-r--r--meta-oe/recipes-support/gflags/gflags_2.2.2.bb2
-rw-r--r--meta-oe/recipes-support/imagemagick/imagemagick_7.1.1-43.bb2
-rw-r--r--meta-oe/recipes-support/imapfilter/imapfilter_2.8.2.bb2
-rw-r--r--meta-oe/recipes-support/libftdi/libftdi_1.5.bb2
-rw-r--r--meta-oe/recipes-support/lockdev/lockdev_1.0.3.bb2
-rw-r--r--meta-oe/recipes-support/openct/openct_0.6.20.bb2
-rw-r--r--meta-oe/recipes-support/pcp/pcp_6.0.5.bb4
-rw-r--r--meta-oe/recipes-support/pidgin/pidgin_2.14.13.bb4
-rw-r--r--meta-oe/recipes-support/psutils/psutils_2.10.bb2
-rw-r--r--meta-oe/recipes-support/remmina/remmina_1.4.36.bb2
-rw-r--r--meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb2
-rw-r--r--meta-oe/recipes-support/spitools/spitools_git.bb2
-rw-r--r--meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb2
-rw-r--r--meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.6.1.bb2
16 files changed, 18 insertions, 18 deletions
diff --git a/meta-oe/recipes-support/anthy/anthy_9100h.bb b/meta-oe/recipes-support/anthy/anthy_9100h.bb
index e9f8464e0e..1826e91697 100644
--- a/meta-oe/recipes-support/anthy/anthy_9100h.bb
+++ b/meta-oe/recipes-support/anthy/anthy_9100h.bb
@@ -1,4 +1,4 @@
1DESCRIPTION="Anthy is a system for Japanese input method. It converts Hiragana text to Kana Kanji mixed text." 1DESCRIPTION = "Anthy is a system for Japanese input method. It converts Hiragana text to Kana Kanji mixed text."
2HOMEPAGE = "http://anthy.sourceforge.jp" 2HOMEPAGE = "http://anthy.sourceforge.jp"
3 3
4LICENSE = "LGPL-2.1-only & GPL-2.0-only" 4LICENSE = "LGPL-2.1-only & GPL-2.0-only"
diff --git a/meta-oe/recipes-support/cpprest/cpprest_2.10.19.bb b/meta-oe/recipes-support/cpprest/cpprest_2.10.19.bb
index 4085e61c3b..1444974b44 100644
--- a/meta-oe/recipes-support/cpprest/cpprest_2.10.19.bb
+++ b/meta-oe/recipes-support/cpprest/cpprest_2.10.19.bb
@@ -12,7 +12,7 @@ SRC_URI = "git://github.com/Microsoft/cpprestsdk.git;protocol=https;branch=maste
12 file://disable-outside-tests.patch " 12 file://disable-outside-tests.patch "
13 13
14# tag 2.10.19 14# tag 2.10.19
15SRCREV= "411a109150b270f23c8c97fa4ec9a0a4a98cdecf" 15SRCREV = "411a109150b270f23c8c97fa4ec9a0a4a98cdecf"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18
diff --git a/meta-oe/recipes-support/gflags/gflags_2.2.2.bb b/meta-oe/recipes-support/gflags/gflags_2.2.2.bb
index a9a867b575..15efc8cb00 100644
--- a/meta-oe/recipes-support/gflags/gflags_2.2.2.bb
+++ b/meta-oe/recipes-support/gflags/gflags_2.2.2.bb
@@ -10,7 +10,7 @@ S = "${WORKDIR}/git"
10 10
11inherit cmake 11inherit cmake
12 12
13EXTRA_OECMAKE="-DBUILD_SHARED_LIBS=ON -DREGISTER_INSTALL_PREFIX=OFF -DLIB_INSTALL_DIR=${baselib}" 13EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON -DREGISTER_INSTALL_PREFIX=OFF -DLIB_INSTALL_DIR=${baselib}"
14 14
15PACKAGES =+ "${PN}-bash-completion" 15PACKAGES =+ "${PN}-bash-completion"
16FILES:${PN}-bash-completion += "${bindir}/gflags_completions.sh" 16FILES:${PN}-bash-completion += "${bindir}/gflags_completions.sh"
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.1.1-43.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.1.1-43.bb
index 779bc1fd31..9932cf01db 100644
--- a/meta-oe/recipes-support/imagemagick/imagemagick_7.1.1-43.bb
+++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.1.1-43.bb
@@ -18,7 +18,7 @@ SRCREV = "a2d96f40e707ba54b57e7d98c3277d3ea6611ace"
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
20inherit autotools pkgconfig update-alternatives 20inherit autotools pkgconfig update-alternatives
21export ac_cv_sys_file_offset_bits="64" 21export ac_cv_sys_file_offset_bits = "64"
22 22
23EXTRA_OECONF = "--program-prefix= --program-suffix=.im7 --without-perl --enable-largefile" 23EXTRA_OECONF = "--program-prefix= --program-suffix=.im7 --without-perl --enable-largefile"
24 24
diff --git a/meta-oe/recipes-support/imapfilter/imapfilter_2.8.2.bb b/meta-oe/recipes-support/imapfilter/imapfilter_2.8.2.bb
index 422d96359c..d47bcc3a58 100644
--- a/meta-oe/recipes-support/imapfilter/imapfilter_2.8.2.bb
+++ b/meta-oe/recipes-support/imapfilter/imapfilter_2.8.2.bb
@@ -9,7 +9,7 @@ SRC_URI = "git://github.com/lefcha/imapfilter;protocol=https;branch=master \
9" 9"
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
12DEPENDS= "openssl lua libpcre2" 12DEPENDS = "openssl lua libpcre2"
13 13
14EXTRA_OEMAKE:append = " PREFIX=${prefix}" 14EXTRA_OEMAKE:append = " PREFIX=${prefix}"
15 15
diff --git a/meta-oe/recipes-support/libftdi/libftdi_1.5.bb b/meta-oe/recipes-support/libftdi/libftdi_1.5.bb
index 24dc5b2288..0284ad7e22 100644
--- a/meta-oe/recipes-support/libftdi/libftdi_1.5.bb
+++ b/meta-oe/recipes-support/libftdi/libftdi_1.5.bb
@@ -4,7 +4,7 @@ including the popular bitbang mode."
4HOMEPAGE = "http://www.intra2net.com/en/developer/libftdi/" 4HOMEPAGE = "http://www.intra2net.com/en/developer/libftdi/"
5SECTION = "libs" 5SECTION = "libs"
6LICENSE = "LGPL-2.1-only & GPL-2.0-only" 6LICENSE = "LGPL-2.1-only & GPL-2.0-only"
7LIC_FILES_CHKSUM= "\ 7LIC_FILES_CHKSUM = "\
8 file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe \ 8 file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe \
9 file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ 9 file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
10" 10"
diff --git a/meta-oe/recipes-support/lockdev/lockdev_1.0.3.bb b/meta-oe/recipes-support/lockdev/lockdev_1.0.3.bb
index a52ca25da4..5fe3006524 100644
--- a/meta-oe/recipes-support/lockdev/lockdev_1.0.3.bb
+++ b/meta-oe/recipes-support/lockdev/lockdev_1.0.3.bb
@@ -1,7 +1,7 @@
1SUMMARY = "Locking devices library" 1SUMMARY = "Locking devices library"
2SECTION = "libs" 2SECTION = "libs"
3LICENSE = "LGPL-2.1-only" 3LICENSE = "LGPL-2.1-only"
4LIC_FILES_CHKSUM="file://LICENSE;md5=d8045f3b8f929c1cb29a1e3fd737b499" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=d8045f3b8f929c1cb29a1e3fd737b499"
5 5
6PE = "1" 6PE = "1"
7SRC_URI = "http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/l/lockdev/lockdev_${PV}.orig.tar.gz \ 7SRC_URI = "http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/l/lockdev/lockdev_${PV}.orig.tar.gz \
diff --git a/meta-oe/recipes-support/openct/openct_0.6.20.bb b/meta-oe/recipes-support/openct/openct_0.6.20.bb
index 73cf9d0775..c7b0d0d56d 100644
--- a/meta-oe/recipes-support/openct/openct_0.6.20.bb
+++ b/meta-oe/recipes-support/openct/openct_0.6.20.bb
@@ -32,7 +32,7 @@ inherit systemd
32SYSTEMD_SERVICE:${PN} += "openct.service " 32SYSTEMD_SERVICE:${PN} += "openct.service "
33SYSTEMD_AUTO_ENABLE = "enable" 33SYSTEMD_AUTO_ENABLE = "enable"
34 34
35EXTRA_OECONF=" \ 35EXTRA_OECONF = " \
36 --disable-static \ 36 --disable-static \
37 --enable-usb \ 37 --enable-usb \
38 --enable-pcsc \ 38 --enable-pcsc \
diff --git a/meta-oe/recipes-support/pcp/pcp_6.0.5.bb b/meta-oe/recipes-support/pcp/pcp_6.0.5.bb
index f6f2a65752..ce8957714e 100644
--- a/meta-oe/recipes-support/pcp/pcp_6.0.5.bb
+++ b/meta-oe/recipes-support/pcp/pcp_6.0.5.bb
@@ -15,8 +15,8 @@ SRC_URI += "file://0001-Remove-unsuitble-part-for-cross-compile.patch \
15 file://fix_parallel_make.patch \ 15 file://fix_parallel_make.patch \
16 " 16 "
17 17
18export PCP_DIR="${RECIPE_SYSROOT_NATIVE}" 18export PCP_DIR = "${RECIPE_SYSROOT_NATIVE}"
19#export PCP_RUN_DIR="${RECIPE_SYSROOT_NATIVE}" 19#export PCP_RUN_DIR = "${RECIPE_SYSROOT_NATIVE}"
20EXTRA_OEMAKE = "CC="${CC}" LD="${LD}"" 20EXTRA_OEMAKE = "CC="${CC}" LD="${LD}""
21inherit useradd systemd features_check python3targetconfig 21inherit useradd systemd features_check python3targetconfig
22 22
diff --git a/meta-oe/recipes-support/pidgin/pidgin_2.14.13.bb b/meta-oe/recipes-support/pidgin/pidgin_2.14.13.bb
index ac62863f5c..ba7bbc52ff 100644
--- a/meta-oe/recipes-support/pidgin/pidgin_2.14.13.bb
+++ b/meta-oe/recipes-support/pidgin/pidgin_2.14.13.bb
@@ -60,8 +60,8 @@ do_configure:append() {
60 sed -i -e "/CONFIG_ARGS/s|${WORKDIR}|\$WORKDIR|g" ${B}/config.h 60 sed -i -e "/CONFIG_ARGS/s|${WORKDIR}|\$WORKDIR|g" ${B}/config.h
61} 61}
62 62
63OE_LT_RPATH_ALLOW=":${libdir}/purple-2:" 63OE_LT_RPATH_ALLOW = ":${libdir}/purple-2:"
64OE_LT_RPATH_ALLOW[export]="1" 64OE_LT_RPATH_ALLOW[export] = "1"
65 65
66PACKAGES =+ "libpurple-dev libpurple finch finch-dev ${PN}-data" 66PACKAGES =+ "libpurple-dev libpurple finch finch-dev ${PN}-data"
67 67
diff --git a/meta-oe/recipes-support/psutils/psutils_2.10.bb b/meta-oe/recipes-support/psutils/psutils_2.10.bb
index 1f1894a5f2..14792acaa5 100644
--- a/meta-oe/recipes-support/psutils/psutils_2.10.bb
+++ b/meta-oe/recipes-support/psutils/psutils_2.10.bb
@@ -6,7 +6,7 @@ SRC_URI[sha256sum] = "6f8339fd5322df5c782bfb355d9f89e513353220fca0700a5a28775404
6 6
7inherit perlnative autotools 7inherit perlnative autotools
8 8
9export PERL="/usr/bin/env perl" 9export PERL = "/usr/bin/env perl"
10 10
11DEPENDS += "libpaper-native" 11DEPENDS += "libpaper-native"
12 12
diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.36.bb b/meta-oe/recipes-support/remmina/remmina_1.4.36.bb
index 62e7d58116..9d0b676386 100644
--- a/meta-oe/recipes-support/remmina/remmina_1.4.36.bb
+++ b/meta-oe/recipes-support/remmina/remmina_1.4.36.bb
@@ -44,7 +44,7 @@ do_configure:append() {
44 44
45RDEPENDS:${PN} = "bash" 45RDEPENDS:${PN} = "bash"
46 46
47FILES:${PN}+= " \ 47FILES:${PN} += " \
48 ${datadir}/metainfo \ 48 ${datadir}/metainfo \
49 ${datadir}/mime \ 49 ${datadir}/mime \
50" 50"
diff --git a/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb b/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb
index 3f87fb789f..1bded9f6d1 100644
--- a/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb
+++ b/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb
@@ -1,7 +1,7 @@
1SUMMARY = "This is the set of GNU shar utilities." 1SUMMARY = "This is the set of GNU shar utilities."
2HOMEPAGE = "http://www.gnu.org/software/sharutils/" 2HOMEPAGE = "http://www.gnu.org/software/sharutils/"
3SECTION = "console/utils" 3SECTION = "console/utils"
4LICENSE="GPL-3.0-or-later" 4LICENSE = "GPL-3.0-or-later"
5LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 5LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
6 6
7inherit gettext autotools update-alternatives 7inherit gettext autotools update-alternatives
diff --git a/meta-oe/recipes-support/spitools/spitools_git.bb b/meta-oe/recipes-support/spitools/spitools_git.bb
index 1e3d6beaf4..929721b27d 100644
--- a/meta-oe/recipes-support/spitools/spitools_git.bb
+++ b/meta-oe/recipes-support/spitools/spitools_git.bb
@@ -1,6 +1,6 @@
1DESCRIPTION = "This package contains some simple command line tools to help using Linux spidev devices" 1DESCRIPTION = "This package contains some simple command line tools to help using Linux spidev devices"
2HOMEPAGE = "https://github.com/cpb-/spi-tools" 2HOMEPAGE = "https://github.com/cpb-/spi-tools"
3LICENSE="GPL-2.0-only" 3LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=8c16666ae6c159876a0ba63099614381" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=8c16666ae6c159876a0ba63099614381"
5 5
6PV = "1.0.2" 6PV = "1.0.2"
diff --git a/meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb b/meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb
index 6a6c184e36..613a2199ca 100644
--- a/meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb
+++ b/meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb
@@ -24,7 +24,7 @@ SRC_URI = "http://sourceforge.net/projects/irstessi/files/${BPN}.${PV}.tgz \
24 " 24 "
25SRC_URI[sha256sum] = "59daab29363d6e9f07c524029c4239653cfbbee6b0e57fd75df62499728dad8a" 25SRC_URI[sha256sum] = "59daab29363d6e9f07c524029c4239653cfbbee6b0e57fd75df62499728dad8a"
26 26
27S ="${WORKDIR}/${BPN}.${PV}" 27S = "${WORKDIR}/${BPN}.${PV}"
28 28
29inherit autotools 29inherit autotools
30 30
diff --git a/meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.6.1.bb b/meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.6.1.bb
index 61eeaaa095..80fbe537e5 100644
--- a/meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.6.1.bb
+++ b/meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.6.1.bb
@@ -22,7 +22,7 @@ SRC_URI[sha256sum] = "15d838c4f3375332fd95554619179b69e4ec91418a3a5296e7c631b7ed
22inherit autotools 22inherit autotools
23 23
24# doc build: requires (native) xstlproc, fop, pdf2ps 24# doc build: requires (native) xstlproc, fop, pdf2ps
25EXTRA_OECONF="--disable-build-docs \ 25EXTRA_OECONF = "--disable-build-docs \
26 --with-libxml-prefix=${STAGING_LIBDIR}/.. \ 26 --with-libxml-prefix=${STAGING_LIBDIR}/.. \
27 --with-libxslt-prefix=${STAGING_LIBDIR}/.." 27 --with-libxslt-prefix=${STAGING_LIBDIR}/.."
28 28