mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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:
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "Count blank lines, comment lines, and physical lines of source code \
|
||||
in many programming languages."
|
||||
|
||||
LICENSE="GPL-2.0-only"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=2c1c00f9d3ed9e24fa69b932b7e7aff2"
|
||||
|
||||
SRC_URI = "https://github.com/AlDanial/cloc/releases/download/v${PV}/${BP}.tar.gz"
|
||||
|
||||
@@ -11,4 +11,4 @@ S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake
|
||||
|
||||
BBCLASSEXTEND="native nativesdk"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
@@ -3,7 +3,7 @@ DESCRIPTION = "cpuid dumps detailed information about the CPU(s) gathered \
|
||||
from the CPUID instruction, and also determines the exact model of CPU(s). \
|
||||
It supports Intel, AMD, and VIA CPUs, as well as older Transmeta, Cyrix, \
|
||||
UMC, NexGen, Rise, and SiS CPUs"
|
||||
HOMEPAGE="http://www.etallen.com/cpuid.html"
|
||||
HOMEPAGE = "http://www.etallen.com/cpuid.html"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ S = "${WORKDIR}/mercurial-${PV}"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
export LDSHARED="${CCLD} -shared"
|
||||
export LDSHARED = "${CCLD} -shared"
|
||||
|
||||
EXTRA_OEMAKE = "STAGING_LIBDIR=${STAGING_LIBDIR} STAGING_INCDIR=${STAGING_INCDIR} \
|
||||
PREFIX=${prefix}"
|
||||
|
||||
@@ -44,7 +44,7 @@ SRCREV_libunwind = "419b03c0b8f20d6da9ddcb0d661a94a97cdd7dad"
|
||||
SRCREV_zlib = "6d3f6aa0f87c9791ca7724c279ef61384f331dfd"
|
||||
SRCREV_zstd = "77211fcc5e08c781734a386402ada93d0d18d093"
|
||||
|
||||
SRCREV_FORMAT .="_bionic_core_lzma_libprocinfo_logging_unwinding_protobuf_libbase_libcxx_libcxxabi_libunwind_zlib_zstd"
|
||||
SRCREV_FORMAT .= "_bionic_core_lzma_libprocinfo_logging_unwinding_protobuf_libbase_libcxx_libcxxabi_libunwind_zlib_zstd"
|
||||
|
||||
SRC_URI[gn.sha256sum] = "f706aaa0676e3e22f5fc9ca482295d7caee8535d1869f99efa2358177b64f5cd"
|
||||
|
||||
|
||||
@@ -25,4 +25,4 @@ do_install:append() {
|
||||
-e "/use strict;/ause warnings;" ${D}${bindir}/use-devel-checklib
|
||||
}
|
||||
|
||||
BBCLASSEXTEND="native"
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
@@ -21,4 +21,4 @@ DEPENDS += "pcsc-lite"
|
||||
|
||||
RDEPENDS:${PN} += "perl-module-carp"
|
||||
|
||||
BBCLASSEXTEND="native"
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
@@ -51,7 +51,7 @@ EXTRA_OECONF = "\
|
||||
--libdir=${libdir} \
|
||||
"
|
||||
|
||||
export TK_LIBRARY='${libdir}/tk${VER}'
|
||||
export TK_LIBRARY = '${libdir}/tk${VER}'
|
||||
|
||||
do_install:append() {
|
||||
ln -sf libtk${VER}.so ${D}${libdir}/libtk${VER}.so.0
|
||||
|
||||
@@ -46,7 +46,7 @@ EXTRA_OECONF = "\
|
||||
--libdir=${libdir} \
|
||||
"
|
||||
|
||||
export TK_LIBRARY='${libdir}/tk${VER}'
|
||||
export TK_LIBRARY = '${libdir}/tk${VER}'
|
||||
|
||||
do_install:append() {
|
||||
ln -sf wish${VER} ${D}${bindir}/wish
|
||||
|
||||
Reference in New Issue
Block a user