diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-19 13:07:48 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-03-20 08:46:56 -0700 |
| commit | eac1f5b9c0b1b81aa24827be94e4a1a91cd49eee (patch) | |
| tree | 86ff05514e9c1c8262e7353b4df496ba7d4fb221 /meta-oe/recipes-support | |
| parent | 42727bb3c0b230a819b73e3f6cea8ecffc02cf69 (diff) | |
| download | meta-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')
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 @@ | |||
| 1 | DESCRIPTION="Anthy is a system for Japanese input method. It converts Hiragana text to Kana Kanji mixed text." | 1 | DESCRIPTION = "Anthy is a system for Japanese input method. It converts Hiragana text to Kana Kanji mixed text." |
| 2 | HOMEPAGE = "http://anthy.sourceforge.jp" | 2 | HOMEPAGE = "http://anthy.sourceforge.jp" |
| 3 | 3 | ||
| 4 | LICENSE = "LGPL-2.1-only & GPL-2.0-only" | 4 | LICENSE = "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 |
| 15 | SRCREV= "411a109150b270f23c8c97fa4ec9a0a4a98cdecf" | 15 | SRCREV = "411a109150b270f23c8c97fa4ec9a0a4a98cdecf" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | 17 | S = "${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 | ||
| 11 | inherit cmake | 11 | inherit cmake |
| 12 | 12 | ||
| 13 | EXTRA_OECMAKE="-DBUILD_SHARED_LIBS=ON -DREGISTER_INSTALL_PREFIX=OFF -DLIB_INSTALL_DIR=${baselib}" | 13 | EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON -DREGISTER_INSTALL_PREFIX=OFF -DLIB_INSTALL_DIR=${baselib}" |
| 14 | 14 | ||
| 15 | PACKAGES =+ "${PN}-bash-completion" | 15 | PACKAGES =+ "${PN}-bash-completion" |
| 16 | FILES:${PN}-bash-completion += "${bindir}/gflags_completions.sh" | 16 | FILES:${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" | |||
| 18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 19 | 19 | ||
| 20 | inherit autotools pkgconfig update-alternatives | 20 | inherit autotools pkgconfig update-alternatives |
| 21 | export ac_cv_sys_file_offset_bits="64" | 21 | export ac_cv_sys_file_offset_bits = "64" |
| 22 | 22 | ||
| 23 | EXTRA_OECONF = "--program-prefix= --program-suffix=.im7 --without-perl --enable-largefile" | 23 | EXTRA_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 | " |
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | 11 | ||
| 12 | DEPENDS= "openssl lua libpcre2" | 12 | DEPENDS = "openssl lua libpcre2" |
| 13 | 13 | ||
| 14 | EXTRA_OEMAKE:append = " PREFIX=${prefix}" | 14 | EXTRA_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." | |||
| 4 | HOMEPAGE = "http://www.intra2net.com/en/developer/libftdi/" | 4 | HOMEPAGE = "http://www.intra2net.com/en/developer/libftdi/" |
| 5 | SECTION = "libs" | 5 | SECTION = "libs" |
| 6 | LICENSE = "LGPL-2.1-only & GPL-2.0-only" | 6 | LICENSE = "LGPL-2.1-only & GPL-2.0-only" |
| 7 | LIC_FILES_CHKSUM= "\ | 7 | LIC_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 @@ | |||
| 1 | SUMMARY = "Locking devices library" | 1 | SUMMARY = "Locking devices library" |
| 2 | SECTION = "libs" | 2 | SECTION = "libs" |
| 3 | LICENSE = "LGPL-2.1-only" | 3 | LICENSE = "LGPL-2.1-only" |
| 4 | LIC_FILES_CHKSUM="file://LICENSE;md5=d8045f3b8f929c1cb29a1e3fd737b499" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d8045f3b8f929c1cb29a1e3fd737b499" |
| 5 | 5 | ||
| 6 | PE = "1" | 6 | PE = "1" |
| 7 | SRC_URI = "http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/l/lockdev/lockdev_${PV}.orig.tar.gz \ | 7 | SRC_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 | |||
| 32 | SYSTEMD_SERVICE:${PN} += "openct.service " | 32 | SYSTEMD_SERVICE:${PN} += "openct.service " |
| 33 | SYSTEMD_AUTO_ENABLE = "enable" | 33 | SYSTEMD_AUTO_ENABLE = "enable" |
| 34 | 34 | ||
| 35 | EXTRA_OECONF=" \ | 35 | EXTRA_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 | ||
| 18 | export PCP_DIR="${RECIPE_SYSROOT_NATIVE}" | 18 | export PCP_DIR = "${RECIPE_SYSROOT_NATIVE}" |
| 19 | #export PCP_RUN_DIR="${RECIPE_SYSROOT_NATIVE}" | 19 | #export PCP_RUN_DIR = "${RECIPE_SYSROOT_NATIVE}" |
| 20 | EXTRA_OEMAKE = "CC="${CC}" LD="${LD}"" | 20 | EXTRA_OEMAKE = "CC="${CC}" LD="${LD}"" |
| 21 | inherit useradd systemd features_check python3targetconfig | 21 | inherit 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 | ||
| 63 | OE_LT_RPATH_ALLOW=":${libdir}/purple-2:" | 63 | OE_LT_RPATH_ALLOW = ":${libdir}/purple-2:" |
| 64 | OE_LT_RPATH_ALLOW[export]="1" | 64 | OE_LT_RPATH_ALLOW[export] = "1" |
| 65 | 65 | ||
| 66 | PACKAGES =+ "libpurple-dev libpurple finch finch-dev ${PN}-data" | 66 | PACKAGES =+ "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 | ||
| 7 | inherit perlnative autotools | 7 | inherit perlnative autotools |
| 8 | 8 | ||
| 9 | export PERL="/usr/bin/env perl" | 9 | export PERL = "/usr/bin/env perl" |
| 10 | 10 | ||
| 11 | DEPENDS += "libpaper-native" | 11 | DEPENDS += "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 | ||
| 45 | RDEPENDS:${PN} = "bash" | 45 | RDEPENDS:${PN} = "bash" |
| 46 | 46 | ||
| 47 | FILES:${PN}+= " \ | 47 | FILES:${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 @@ | |||
| 1 | SUMMARY = "This is the set of GNU shar utilities." | 1 | SUMMARY = "This is the set of GNU shar utilities." |
| 2 | HOMEPAGE = "http://www.gnu.org/software/sharutils/" | 2 | HOMEPAGE = "http://www.gnu.org/software/sharutils/" |
| 3 | SECTION = "console/utils" | 3 | SECTION = "console/utils" |
| 4 | LICENSE="GPL-3.0-or-later" | 4 | LICENSE = "GPL-3.0-or-later" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 6 | 6 | ||
| 7 | inherit gettext autotools update-alternatives | 7 | inherit 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 @@ | |||
| 1 | DESCRIPTION = "This package contains some simple command line tools to help using Linux spidev devices" | 1 | DESCRIPTION = "This package contains some simple command line tools to help using Linux spidev devices" |
| 2 | HOMEPAGE = "https://github.com/cpb-/spi-tools" | 2 | HOMEPAGE = "https://github.com/cpb-/spi-tools" |
| 3 | LICENSE="GPL-2.0-only" | 3 | LICENSE = "GPL-2.0-only" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8c16666ae6c159876a0ba63099614381" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8c16666ae6c159876a0ba63099614381" |
| 5 | 5 | ||
| 6 | PV = "1.0.2" | 6 | PV = "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 | " |
| 25 | SRC_URI[sha256sum] = "59daab29363d6e9f07c524029c4239653cfbbee6b0e57fd75df62499728dad8a" | 25 | SRC_URI[sha256sum] = "59daab29363d6e9f07c524029c4239653cfbbee6b0e57fd75df62499728dad8a" |
| 26 | 26 | ||
| 27 | S ="${WORKDIR}/${BPN}.${PV}" | 27 | S = "${WORKDIR}/${BPN}.${PV}" |
| 28 | 28 | ||
| 29 | inherit autotools | 29 | inherit 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 | |||
| 22 | inherit autotools | 22 | inherit autotools |
| 23 | 23 | ||
| 24 | # doc build: requires (native) xstlproc, fop, pdf2ps | 24 | # doc build: requires (native) xstlproc, fop, pdf2ps |
| 25 | EXTRA_OECONF="--disable-build-docs \ | 25 | EXTRA_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 | ||
